aboutsummaryrefslogtreecommitdiffstats
path: root/src/bnetz/dsp.h
blob: 11147993c6af18ba19a6d50b090153154faf7e3e (plain)
1
2
3
4
5
6
void dsp_init(void);
int dsp_init_sender(bnetz_t *bnetz);
void dsp_cleanup_sender(bnetz_t *bnetz);
void bnetz_set_dsp_mode(bnetz_t *bnetz, enum dsp_mode mode);