aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuenf/dsp.h
blob: 7ccb3e8480b63db17c6210f73dba0377bc3cc78f (plain)
1
2
3
4
5
int dsp_init_sender(fuenf_t *fuenf, int samplerate, double max_deviation, double signal_deviation);
void dsp_cleanup_sender(fuenf_t *fuenf);
int dsp_setup(fuenf_t *fuenf, const char *callsign, enum fuenf_funktion funktion);