aboutsummaryrefslogtreecommitdiffstats
path: root/src/amps/dsp.h
blob: 4dcbac237a9c7c13ce58b568585830e10e8d85d5 (plain)
1
2
3
4
5
6
void dsp_init(void);
int dsp_init_sender(amps_t *amps, int tolerant);
void dsp_cleanup_sender(amps_t *amps);
void amps_set_dsp_mode(amps_t *amps, enum dsp_mode mode, int frame_length);