From: Paul Brossier Date: Sat, 30 Sep 2017 23:18:30 +0000 (+0200) Subject: tests/src/io: improve comments X-Git-Tag: 0.4.6~10 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=2f02d518ef1e6fa0f3762057eefef78e68246d2b;p=aubio.git tests/src/io: improve comments --- 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) {