summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xas/synth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xas/synth.h b/include/xas/synth.h
index 6902643..ca83c69 100644
--- a/include/xas/synth.h
+++ b/include/xas/synth.h
@@ -53,6 +53,8 @@ void xas_synth_set_gain(xas_synth *synth, float gain);
void xas_synth_set_frequency(xas_synth *synth, size_t frequency);
+void xas_synth_set_type(xas_synth *synth, enum xas_synth_type type);
+
void xas_synth_start(xas_synth *synth);
void xas_synth_stop(xas_synth *synth);