diff options
author | XANTRONIX Development | 2022-01-31 21:26:39 -0500 |
---|---|---|
committer | XANTRONIX Development | 2022-01-31 21:26:39 -0500 |
commit | 71226d22f2d92c53a35f395b04807c761f1e564a (patch) | |
tree | fb7cedac17b3bc249b69a78eae096ea54b23f0ac /examples | |
parent | e4571e0fe165f9c8dff42b850f8859825342522f (diff) | |
download | xas-71226d22f2d92c53a35f395b04807c761f1e564a.tar.gz xas-71226d22f2d92c53a35f395b04807c761f1e564a.tar.bz2 xas-71226d22f2d92c53a35f395b04807c761f1e564a.zip |
don't need that
Diffstat (limited to 'examples')
-rw-r--r-- | examples/test.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/test.c b/examples/test.c index 49937aa..d03b8b2 100644 --- a/examples/test.c +++ b/examples/test.c @@ -117,14 +117,10 @@ int main(int argc, char **argv) { goto error_mixer_input_add; } - printf("Good here\n"); - for (i=0; i<duration_s; i++) { int16_t *buf; ssize_t readlen; - printf("one second\n"); - if ((readlen = xas_audio_stream_read(mixer->output, (void **)&buf, sample_rate)) < 0) { |