From 2f02d518ef1e6fa0f3762057eefef78e68246d2b Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 1 Oct 2017 01:18:30 +0200 Subject: [PATCH] tests/src/io: improve comments --- tests/src/io/test-sink-multi.c | 5 ++--- tests/src/io/test-sink_apple_audio-multi.c | 4 ++-- tests/src/io/test-sink_sndfile-multi.c | 4 ++-- tests/src/io/test-sink_wavwrite-multi.c | 4 ++-- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/tests/src/io/test-sink-multi.c b/tests/src/io/test-sink-multi.c index 3f44787f..2ddb6fbb 100644 --- a/tests/src/io/test-sink-multi.c +++ b/tests/src/io/test-sink-multi.c @@ -1,9 +1,8 @@ -#define AUBIO_UNSTABLE 1 #include #include "utils_tests.h" -// this file uses the unstable aubio api, please use aubio_sink instead -// see src/io/sink.h and tests/src/sink/test-sink.c +// same as test-sink.c, but uses aubio_source_do_multi to read multiple +// channels int main (int argc, char **argv) { diff --git a/tests/src/io/test-sink_apple_audio-multi.c b/tests/src/io/test-sink_apple_audio-multi.c index fc06d5e7..1017176f 100644 --- a/tests/src/io/test-sink_apple_audio-multi.c +++ b/tests/src/io/test-sink_apple_audio-multi.c @@ -2,8 +2,8 @@ #include #include "utils_tests.h" -// this file uses the unstable aubio api, please use aubio_sink instead -// see src/io/sink.h and tests/src/sink/test-sink.c +// this file uses the unstable aubio api to test aubio_sink_apple_audio, please +// use aubio_sink instead see src/io/sink.h and tests/src/sink/test-sink.c int main (int argc, char **argv) { diff --git a/tests/src/io/test-sink_sndfile-multi.c b/tests/src/io/test-sink_sndfile-multi.c index 46882f6d..d06911c0 100644 --- a/tests/src/io/test-sink_sndfile-multi.c +++ b/tests/src/io/test-sink_sndfile-multi.c @@ -2,8 +2,8 @@ #include #include "utils_tests.h" -// this file uses the unstable aubio api, please use aubio_sink instead -// see src/io/sink.h and tests/src/sink/test-sink.c +// this file uses the unstable aubio api to test aubio_sink_sndfile, please +// use aubio_sink instead see src/io/sink.h and tests/src/sink/test-sink.c int main (int argc, char **argv) { diff --git a/tests/src/io/test-sink_wavwrite-multi.c b/tests/src/io/test-sink_wavwrite-multi.c index c80e2c0b..32a8abfc 100644 --- a/tests/src/io/test-sink_wavwrite-multi.c +++ b/tests/src/io/test-sink_wavwrite-multi.c @@ -2,8 +2,8 @@ #include #include "utils_tests.h" -// this file uses the unstable aubio api, please use aubio_sink instead -// see src/io/sink.h and tests/src/sink/test-sink.c +// this file uses the unstable aubio api to test aubio_sink_wavwrite, please +// use aubio_sink instead see src/io/sink.h and tests/src/sink/test-sink.c int main (int argc, char **argv) { -- 2.11.0