From 99057a0f6f7e93db6f2dda2e6d8ffeec20e44307 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sun, 6 Mar 2022 20:12:20 -0500 Subject: Implement xas_synth_set_type() Implement xas_synth_set_type() to allow changing oscillator type during synthesis --- include/xas/synth.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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); -- cgit v1.2.3