Fix issue with squelch remaining enabled on 1600 even when disabled.

pull/9/head
Mooneer Salem 2023-09-17 16:29:13 -07:00
parent 06d4c11e69
commit ff1bb9377b
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@
void freedv_1600_open(struct freedv *f) {
f->snr_squelch_thresh = 2.0;
f->squelch_en = true;
f->squelch_en = false;
f->passthrough_gain = 0.25;
f->tx_sync_bit = 0;
int Nc = 16;
f->fdmdv = fdmdv_create(Nc);