aboutsummaryrefslogtreecommitdiffstats
path: root/src/nmt/dsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nmt/dsp.h')
-rw-r--r--src/nmt/dsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nmt/dsp.h b/src/nmt/dsp.h
index 1a14d14..b6fbc60 100644
--- a/src/nmt/dsp.h
+++ b/src/nmt/dsp.h
@@ -2,6 +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);
void nmt_set_dsp_mode(nmt_t *nmt, enum dsp_mode mode);
void super_reset(nmt_t *nmt);