# # ChangeLog for tests/src/io # # Generated by Trac 1.2 # Apr 25, 2024, 8:27:19 AM Wed, 13 Nov 2013 00:21:30 GMT Paul Brossier [54e74f0] * tests/src/io/test-source_seek.c (modified) tests/src/io/test-source_seek.c: initialize variables Tue, 15 Oct 2013 15:59:33 GMT Paul Brossier [08bd8e0] * tests/src/io/test-source_seek.c (modified) tests/src/io/test-source_seek.c: improve test Mon, 30 Sep 2013 15:18:49 GMT Paul Brossier [a06ab19] * tests/src/io/test-source_multi.c (modified) tests/src/io/test-source_multi.c: fix ho_size option, add channel ... Sat, 23 Mar 2013 00:07:51 GMT Paul Brossier [3286230] * tests/src/io/test-source_seek.c (modified) tests/src/io/test-source_seek.c: add simple test, read() / seek(0) / ... Fri, 22 Mar 2013 20:32:48 GMT Paul Brossier [f4db0e73] * tests/src/io/test-source_seek.c (added) tests/src/io/test-source_seek.c: add source_seek test Fri, 22 Mar 2013 18:18:18 GMT Paul Brossier [59c4e5d] * tests/src/io/test-source_multi.c (modified) tests/src/io/test-source_multi.c: del fmat only when need be Fri, 22 Mar 2013 17:15:46 GMT Paul Brossier [5d16185] * src/io/source.c (modified) * src/io/source.h (modified) * src/io/source_apple_audio.c (modified) * src/io/source_apple_audio.h (modified) * src/io/source_sndfile.c (modified) * src/io/source_sndfile.h (modified) * tests/src/io/test-source.c (modified) * tests/src/io/test-source_multi.c (added) Merge branch 'device' into develop Fri, 22 Mar 2013 05:22:01 GMT Paul Brossier [b429b68] * tests/src/io/test-sink.c (modified) tests/src/io/test-sink.c: improve message Fri, 22 Mar 2013 01:29:19 GMT Paul Brossier [4865e4b] * src/io/source.c (modified) * src/io/source.h (modified) * src/io/source_apple_audio.c (modified) * src/io/source_apple_audio.h (modified) * src/io/source_sndfile.c (modified) * src/io/source_sndfile.h (modified) * tests/src/io/test-source.c (modified) * tests/src/io/test-source_multi.c (added) src/io/source*: add _do_multi and _get_channels, really downmix ... Thu, 07 Mar 2013 19:20:09 GMT Paul Brossier [535d127] * tests/src/io/test-source_sndfile.c (modified) tests/src/io/test-source_sndfile.c: include config.h Wed, 06 Mar 2013 21:32:06 GMT Paul Brossier [6d3777a] * tests/src/io/test-sink_sndfile.c (modified) tests/src/io/test-sink_sndfile.c: include config, fix path Wed, 06 Mar 2013 15:07:00 GMT Paul Brossier [7606d23] * tests/src/io/test-source.c (modified) tests/src/io/test-source.c: abort if new_aubio_source failed Tue, 05 Mar 2013 05:33:41 GMT Paul Brossier [f50e534] * tests/src/io/test-source.c (modified) tests/src/io/test-source.c: default to source samplerate, add ... Sun, 03 Mar 2013 19:30:32 GMT Paul Brossier [856ceb5] * tests/src/io/test-sink_apple_audio.c (moved) * tests/src/io/test-sink_sndfile.c (modified) * tests/src/io/test-source_apple_audio.c (moved) * tests/src/io/test-source_sndfile.c (modified) tests/src/io/: add comment about unstable Sun, 03 Mar 2013 18:42:01 GMT Paul Brossier [9ffcf83] * tests/src/io/test-sink_apple_audio_file.c (modified) * tests/src/io/test-source_apple_audio_file.c (modified) tests/src/io/: add AUBIO_UNSTABLE Sun, 03 Mar 2013 18:30:40 GMT Paul Brossier [248da64] * tests/src/io/test-sink.c (modified) * tests/src/io/test-sink_apple_audio_file.c (modified) * tests/src/io/test-sink_sndfile.c (modified) * tests/src/io/test-source.c (modified) * tests/src/io/test-source_apple_audio_file.c (modified) * tests/src/io/test-source_sndfile.c (modified) * tests/utils_tests.h (added) tests/src/io: improve examples Mon, 16 Jul 2012 19:37:24 GMT Paul Brossier [2ea7a10] * tests/src/io/test-source_sndfile.c (modified) tests/src/io/test-source_sndfile.c: test downsampling Mon, 16 Jul 2012 18:19:29 GMT Paul Brossier [ab7d100] * tests/src/io/test-source_sndfile.c (modified) tests/src/io/test-source_sndfile.c: avoid memory leak Mon, 16 Jul 2012 00:56:02 GMT Paul Brossier [7839c61] * tests/src/io/test-source_sndfile.c (modified) tests/src/io/test-source_sndfile.c: test resampling Sun, 15 Jul 2012 20:48:21 GMT Paul Brossier [5d1f716] * tests/src/io/test-sink.c (added) tests/src/io/test-sink.c: added simple test Sun, 15 Jul 2012 18:20:03 GMT Paul Brossier [d9ab958] * tests/src/io/test-sink_sndfile.c (modified) tests/src/io/test-sink_sndfile.c: update and simplify Sun, 15 Jul 2012 18:16:02 GMT Paul Brossier [11a1abe] * tests/src/io/test-sink_apple_audio_file.c (added) tests/src/io/test-sink_apple_audio_file.c: added test Sat, 14 Jul 2012 19:13:20 GMT Paul Brossier [2c3d4ca] * src/aubio.h (modified) * src/io/sink_sndfile.c (added) * src/io/sink_sndfile.h (added) * tests/src/io/test-sink_sndfile.c (added) added sink_sndfile.c draft Fri, 13 Jul 2012 23:33:45 GMT Paul Brossier [afbd7e7] * src/aubio.h (modified) * src/io/source.c (modified) * src/io/source_sndfile.c (added) * src/io/source_sndfile.h (added) * src/wscript_build (modified) * tests/src/io/test-source_apple_audio_file.c (modified) * tests/src/io/test-source_sndfile.c (added) src/io/source_sndfile.{c,h}: added sndfile source Fri, 13 Jul 2012 22:15:00 GMT Paul Brossier [4722e63] * tests/src/io/test-source_apple_audio_file.c (modified) tests/src/io/test-source_apple_audio_file.c: do nothing if not on ... Fri, 13 Jul 2012 22:01:52 GMT Paul Brossier [301b807] * tests/src/io/test-source.c (added) * tests/src/io/test-source_apple_audio_file.c (added) tests/src/io/*.c: add simple tests