mirror of https://github.com/drowe67/codec2.git
Fix issue with squelch remaining enabled on 1600 even when disabled.
parent
06d4c11e69
commit
ff1bb9377b
|
@ -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