mirror of https://github.com/drowe67/codec2.git
Merge pull request #9 from drowe67/ms-1600-squelch-2
Fix issue with squelch remaining enabled on 1600 mode even when disabled.pull/30/head
commit
e14d6909a8
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue