AMPS: Add option to be more tollerant to sync detection
Also it detects more false syncs, but this is ignored if decoding fails.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
void dsp_init(void);
|
||||
int dsp_init_sender(amps_t *amps, int high_pass);
|
||||
int dsp_init_sender(amps_t *amps, int high_pass, int tolerant);
|
||||
void dsp_cleanup_sender(amps_t *amps);
|
||||
void amps_set_dsp_mode(amps_t *amps, enum dsp_mode mode, int frame_length);
|
||||
|
||||
|
Reference in New Issue
Block a user