diff options
Diffstat (limited to 'src/synth.c')
-rw-r--r-- | src/synth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth.c b/src/synth.c index a482875..2e77748 100644 --- a/src/synth.c +++ b/src/synth.c @@ -45,9 +45,9 @@ xas_audio_stream *xas_synth_new(size_t sample_size, if ((stream = xas_audio_stream_new_source((xas_audio_fill)synth_fill, (xas_audio_cleanup)synth_cleanup, synth, + XAS_AUDIO_STREAM_MONO, sample_size, sample_rate, - XAS_AUDIO_STREAM_MONO, buffer_size)) == NULL) { goto error_audio_stream_new_source; } |