# # ChangeLog for src/io/source_apple_audio.h # # Generated by Trac 1.2 # Apr 25, 2024, 10:21:00 AM 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 ... Fri, 22 Mar 2013 00:41:54 GMT Paul Brossier [7982203] * 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) add seek to src/io/source* Wed, 20 Mar 2013 03:55:55 GMT Paul Brossier [2d3212a] * src/io/source_apple_audio.h (modified) src/io/source_apple_audio.h: too early as well Mon, 18 Mar 2013 16:19:23 GMT Paul Brossier [6a03729] * python/lib/gen_pyobject.py (modified) * src/io/source.h (modified) * src/io/source_apple_audio.h (modified) * src/io/source_sndfile.h (modified) src/io: use hop_size, not block_size Mon, 18 Mar 2013 15:43:38 GMT Paul Brossier [ba507ff] * src/io/source_apple_audio.h (modified) src/io/source_apple_audio.h: remove _multi, not ready yet Mon, 18 Mar 2013 15:32:08 GMT Paul Brossier [ac20c85] * src/io/audio_unit.h (added) * src/io/sink.h (modified) * src/io/sink_apple_audio.h (modified) * src/io/sink_sndfile.h (modified) * src/io/source.h (modified) * src/io/source_apple_audio.h (modified) * src/io/source_sndfile.h (modified) src/io/*.h: add documentation to source and sink Sun, 03 Mar 2013 19:33:36 GMT Paul Brossier [4e3723d] * src/io/sink.h (modified) * src/io/sink_apple_audio.h (modified) * src/io/sink_sndfile.h (modified) * src/io/sndfileio.h (modified) * src/io/source.h (modified) * src/io/source_apple_audio.h (modified) * src/io/source_sndfile.h (modified) src/io/: add link to examples and missing c++ extern Mon, 11 Feb 2013 16:39:13 GMT Paul Brossier [35c97ab] * src/io/source.h (modified) * src/io/source_apple_audio.h (modified) * src/io/source_sndfile.c (modified) * src/io/source_sndfile.h (modified) src/io/: removed methods duplicated in merge Mon, 11 Feb 2013 10:06:28 GMT Paul Brossier [fc117d0] * .gitignore (modified) * Makefile.am (deleted) * NEWS (deleted) * bootstrap (deleted) * configure.ac (deleted) * doc/Makefile.am (deleted) * examples/Makefile.am (deleted) * examples/aubiomfcc.c (modified) * examples/aubioonset.c (modified) * examples/aubiotrack.c (modified) * examples/utils.c (modified) * examples/utils.h (modified) * examples/wscript_build (modified) * interfaces/python/README (deleted) * interfaces/python/aubio/__init__.py (deleted) * interfaces/python/build_linux (deleted) * interfaces/python/build_osx (deleted) * python.old/README (moved) * python.old/aubio/__init__.py (added) * python.old/aubio/aubioclass.py (moved) * python.old/aubio/bench/__init__.py (moved) * python.old/aubio/bench/broadcast.py (moved) * python.old/aubio/bench/config.py (moved) * python.old/aubio/bench/node.py (moved) * python.old/aubio/bench/onset.py (moved) * python.old/aubio/gnuplot.py (moved) * python.old/aubio/median.py (moved) * python.old/aubio/onsetcompare.py (moved) * python.old/aubio/plot/__init__.py (moved) * python.old/aubio/plot/keyboard.py (moved) * python.old/aubio/plot/notes.py (moved) * python.old/aubio/task/__init__.py (moved) * python.old/aubio/task/beat.py (moved) * python.old/aubio/task/cut.py (moved) * python.old/aubio/task/notes.py (moved) * python.old/aubio/task/onset.py (moved) * python.old/aubio/task/params.py (moved) * python.old/aubio/task/pitch.py (moved) * python.old/aubio/task/silence.py (moved) * python.old/aubio/task/task.py (moved) * python.old/aubio/txtfile.py (moved) * python.old/aubio/web/__init__.py (moved) * python.old/aubio/web/browser.py (moved) * python.old/aubio/web/html.py (moved) * python.old/aubio/wscript_build (moved) * python.old/aubiocompare-onset (moved) * python.old/aubiocut (moved) * python.old/aubiodiffs-onset (moved) * python.old/aubiofilter-notes (moved) * python.old/aubionotes (moved) * python.old/aubiopitch (moved) * python.old/aubioplot-audio (moved) * python.old/aubioplot-notes (moved) * python.old/aubioplot-spec (moved) * python.old/aubioplot-yinfft (moved) * python.old/aubioweb.py (moved) * python.old/bench-cluster-test (moved) * python.old/bench-test (moved) * python.old/wscript_build (moved) * python/Makefile.am (deleted) * python/README.md (added) * python/a_weighting_test_simple.expected (moved) * python/aubio-types.h (moved) * python/aubio/Makefile.am (deleted) * python/aubio/__init__.py (modified) * python/aubioinput.py (moved) * python/aubiomodule.c (moved) * python/aubioproxy.c (moved) * python/aubiowraphell.h (moved) * python/build_linux (added) * python/build_osx (added) * python/c_weighting_test_simple.expected (moved) * python/demos/demo_beats_and_tempo.py (moved) * python/demos/demo_filterbank_slaney.py (moved) * python/demos/demo_filterbank_triangle_bands.py (moved) * python/demos/demo_onset_sinusoid.py (added) * python/demos/demo_pitch_sinusoid.py (added) * python/demos/demo_simple_robot_voice.py (added) * python/demos/demo_sink.py (moved) * python/demos/demo_sink_create_woodblock.py (added) * python/demos/demo_source.py (moved) * python/demos/demo_spectrogram.py (moved) * python/demos/demo_tss.py (moved) * python/gen_pyobject.py (moved) * python/generator.py (moved) * python/py-cvec.c (moved) * python/py-fft.c (moved) * python/py-filter.c (moved) * python/py-filterbank.c (moved) * python/py-phasevoc.c (moved) * python/run_all_tests (moved) * python/setup.py (moved) * python/tests/test_aubio.py (moved) * python/tests/test_cvec.py (moved) * python/tests/test_fft.py (moved) * python/tests/test_filter.py (moved) * python/tests/test_filterbank.py (moved) * python/tests/test_filterbank_mel.py (moved) * python/tests/test_fvec.py (moved) * python/tests/test_onset.py (moved) * python/tests/test_peakpicker.py (moved) * python/tests/test_phasevoc.py (moved) * python/tests/test_pitch.py (moved) * python/tests/test_source.py (moved) * python/tests/test_specdesc.py (moved) * sounds/Makefile.am (deleted) * src/Makefile.am (deleted) * src/aubio.h (modified) * src/io/sink.c (modified) * src/io/sink_apple_audio.c (modified) * 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) * src/tempo/beattracking.c (modified) * src/temporal/resampler.c (modified) * src/wscript_build (modified) * swig/Makefile.am (deleted) * swig/aubio.i (deleted) * swig/swig.py (deleted) * tests/Makefile.am (deleted) * tests/demo/bench/onset/Makefile.am (deleted) * tests/demo/bench/pitch/Makefile.am (deleted) * tests/src/Makefile.am (deleted) * tests/wscript_build (added) * waf (modified) * wscript (modified) merge from develop Sun, 10 Feb 2013 04:12:28 GMT Paul Brossier [944c7e1] * 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_apple_audio.c: automagically set samplerate if 0 was ... Fri, 27 Jul 2012 16:38:19 GMT Paul Brossier [01e158d] * src/io/source_apple_audio.c (modified) * src/io/source_apple_audio.h (modified) src/io/source_apple_audio.{c,h}: if samplerate = 1, use actual source one Fri, 13 Jul 2012 21:28:43 GMT Paul Brossier [3504dfe7] * src/io/source.c (modified) * src/io/source.h (modified) * src/io/source_apple_audio.c (added) * src/io/source_apple_audio.h (added) src/io/source_apple_audio.{c,h}: added simple file read using ...