NMT: Rework on FSK process, no more requirement for special sample rates
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
void dsp_init(void);
|
||||
int dsp_init_sender(nmt_t *nmt);
|
||||
void dsp_cleanup_sender(nmt_t *nmt);
|
||||
void fsk_render_frame(nmt_t *nmt, const char *frame, int length, int16_t *sample);
|
||||
int fsk_render_frame(nmt_t *nmt, const char *frame, int length, int16_t *sample);
|
||||
void nmt_set_dsp_mode(nmt_t *nmt, enum dsp_mode mode);
|
||||
void super_reset(nmt_t *nmt);
|
||||
|
||||
|
Reference in New Issue
Block a user