diff options
Diffstat (limited to 'include/xas')
-rw-r--r-- | include/xas/synth.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/xas/synth.h b/include/xas/synth.h index 014d330..fe3ce9f 100644 --- a/include/xas/synth.h +++ b/include/xas/synth.h @@ -29,8 +29,4 @@ void xas_synth_destroy(xas_synth *synth); int16_t xas_synth_sample(xas_synth *synth); -ssize_t xas_synth_fill(xas_synth *synth, - int16_t *samples, - size_t count); - #endif /* _XAS_SYNTH_H */ |