summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorXANTRONIX Development2022-03-06 20:12:20 -0500
committerXANTRONIX Development2022-03-06 20:12:20 -0500
commit99057a0f6f7e93db6f2dda2e6d8ffeec20e44307 (patch)
treef9f9dca79efa42bb9048f462e4abfb081a6bd0d1 /include
parentd408944a8c0ce626ff35c80b6b6e5fb2f7dc1fb9 (diff)
downloadxas-99057a0f6f7e93db6f2dda2e6d8ffeec20e44307.tar.gz
xas-99057a0f6f7e93db6f2dda2e6d8ffeec20e44307.tar.bz2
xas-99057a0f6f7e93db6f2dda2e6d8ffeec20e44307.zip
Implement xas_synth_set_type()
Implement xas_synth_set_type() to allow changing oscillator type during synthesis
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);