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:
Andreas Eversberg
2016-10-29 09:15:00 +02:00
parent 42ddd3320e
commit bb92a1f3b0
5 changed files with 41 additions and 10 deletions

View File

@@ -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);