# # ChangeLog for tests/src/io # # Generated by Trac 1.2 # Sep 27, 2024, 11:22:04 AM Tue, 17 Dec 2013 16:30:13 GMT Paul Brossier [4ed0ed1] * src/fmat.c (modified) * src/fmat.h (modified) * src/io/audio_unit.c (modified) * src/spectral/filterbank.c (modified) * src/spectral/mfcc.c (modified) * src/synth/sampler.c (modified) * tests/src/io/test-source_multi.c (modified) * tests/src/test-fmat.c (modified) src/fmat.c: new_fmat() takes height as first argument Fri, 06 Dec 2013 19:38:31 GMT Paul Brossier [447c673] * src/io/source_sndfile.c (modified) * tests/src/io/test-source.c (modified) * tests/src/io/test-source_apple_audio.c (modified) * tests/src/io/test-source_sndfile.c (modified) src/io/source_sndfile.c: also check parameters here, synchronise tests Fri, 06 Dec 2013 19:35:58 GMT Paul Brossier [919139b] * tests/src/io/test-source_avcodec.c (modified) tests/src/io/test-source_avcodec.c: wrap line Fri, 06 Dec 2013 15:22:05 GMT Paul Brossier [ce5e424] * tests/src/io/test-source_avcodec.c (modified) tests/src/io/test-source_avcodec.c: add hop_size, improve memory check Fri, 06 Dec 2013 02:30:20 GMT Paul Brossier [af27265] * src/io/sink_sndfile.c (modified) * tests/src/io/test-sink.c (modified) Merge branch 'develop' into avcodec Fri, 06 Dec 2013 02:26:27 GMT Paul Brossier [d67a08e] * tests/src/io/test-sink.c (modified) tests/src/io/test-sink.c: add hop_size option, check all memory ... Thu, 05 Dec 2013 13:06:55 GMT Paul Brossier [75eb182] * tests/src/io/test-source_sndfile.c (modified) Merge branch 'develop' into avcodec Thu, 05 Dec 2013 13:06:27 GMT Paul Brossier [294aff6] * tests/src/io/test-source_sndfile.c (modified) tests/src/io/test-source_sndfile.c: really abort on error Thu, 05 Dec 2013 13:01:18 GMT Paul Brossier [23bf001] * tests/src/io/test-source_avcodec.c (modified) tests/src/io/test-source_avcodec.c: really abort on error Thu, 05 Dec 2013 02:44:30 GMT Paul Brossier [2e50800] * tests/src/io/test-source_sndfile.c (modified) tests/src/io/test-source_sndfile.c: use source samplerate, print read ... Thu, 05 Dec 2013 02:40:44 GMT Paul Brossier [ba0ba10] * src/io/source_avcodec.c (added) * src/io/source_avcodec.h (added) * src/wscript_build (modified) * tests/src/io/test-source_avcodec.c (added) * wscript (modified) src/io/source_avcodec.c: added first draft 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