#
# ChangeLog for src/io/source_sndfile.c
#
# Generated by Trac 1.2
# Apr 11, 2025, 4:15:06 PM

Mon, 30 Sep 2013 15:18:49 GMT Paul Brossier <piem@piem.org> [50e10a9]
	* src/io/source_sndfile.c (modified)

	src/io/source_sndfile.c: call a float a float, do the right thing ...


Mon, 08 Apr 2013 21:22:19 GMT Paul Brossier <piem@piem.org> [69440b8]
	* src/io/source_sndfile.c (modified)

	src/io/source_sndfile.c: write 0 to all channels in case of short
	read


Mon, 08 Apr 2013 21:17:29 GMT Paul Brossier <piem@piem.org> [58c24e1]
	* src/io/source_sndfile.c (modified)

	src/io/source_sndfile.c: fix copy of last channel


Mon, 08 Apr 2013 15:27:02 GMT Paul Brossier <piem@piem.org> [6510866]
	* src/io/source_sndfile.c (modified)

	src/io/source_sndfile.c: mono to stereo, copying last channel of file ...


Fri, 22 Mar 2013 01:50:06 GMT Paul Brossier <piem@piem.org> [18a378e]
	* src/io/source_sndfile.c (modified)

	src/io/source_sndfile.c: pad with 0 when end of file is reached


Fri, 22 Mar 2013 01:36:30 GMT Paul Brossier <piem@piem.org> [3d2fe26]
	* src/io/source_sndfile.c (modified)
	* src/io/source_sndfile.h (modified)

	src/io/source_sndfile.{c,h}: fix include and prototype, bypass ...


Fri, 22 Mar 2013 01:29:19 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [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*


Mon, 11 Feb 2013 16:39:13 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [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 05:46:23 GMT Paul Brossier <piem@piem.org> [4db8eab]
	* src/io/source_apple_audio.c (modified)
	* src/io/source_sndfile.c (modified)

	src/io/source_{sndfile,apple_audio}.c: quiet samplerate magic


Sun, 10 Feb 2013 05:30:31 GMT Paul Brossier <piem@piem.org> [c8f411b]
	* src/io/source_sndfile.c (modified)

	src/io/source_sndfile.c: automagically set samplerate to input file ...


Sun, 10 Feb 2013 05:27:31 GMT Paul Brossier <piem@piem.org> [a8752a8]
	* src/io/source_sndfile.c (modified)
	* src/io/source_sndfile.h (modified)

	src/io/source_sndfile.{c,h}: add get_samplerate


Fri, 27 Jul 2012 17:24:32 GMT Paul Brossier <piem@piem.org> [063fa5a]
	* src/io/source_sndfile.c (modified)
	* src/io/source_sndfile.h (modified)

	src/io/source_sndfile.{c,h}: add get_samplerate, if == 1 use file ...


Mon, 16 Jul 2012 22:52:00 GMT Paul Brossier <piem@piem.org> [6fd8d7e]
	* src/io/source_sndfile.c (modified)

	src/io/source_sndfile.c: use linear resampling to make sure all ...


Mon, 16 Jul 2012 19:36:50 GMT Paul Brossier <piem@piem.org> [d22cc42]
	* src/io/source_sndfile.c (modified)

	src/io/source_sndfile.c: refuse to run when when resampled hop_size ...


Mon, 16 Jul 2012 18:19:31 GMT Paul Brossier <piem@piem.org> [18c6b20]
	* src/io/source_sndfile.c (modified)

	src/io/source_sndfile.c: improve resampling, clarify


Mon, 16 Jul 2012 00:55:13 GMT Paul Brossier <piem@piem.org> [87dfc3f]
	* src/io/source_sndfile.c (modified)

	src/io/source_sndfile.c: add support for resampling


Sat, 14 Jul 2012 19:14:27 GMT Paul Brossier <piem@piem.org> [420962e]
	* src/io/source_sndfile.c (modified)

	src/io/source_sndfile.c: avoid segfault when deleting NULL


Sat, 14 Jul 2012 18:39:09 GMT Paul Brossier <piem@piem.org> [af86999]
	* src/io/source_sndfile.c (modified)

	src/io/source_sndfile.c: return NULL before trying to allocate ...


Fri, 13 Jul 2012 23:33:45 GMT Paul Brossier <piem@piem.org> [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