source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @fee4570   7 years Paul Brossier Makefile: use bdist_wheel in test_pure_python sampler
(edit) @8706a42   7 years Paul Brossier Makefile: pass build_ext in test_pure_python{,_wheel} sampler
(edit) @5a7c000   7 years Paul Brossier setup.py: use custom build_ext instead of 'generate' command, define … sampler
(edit) @c3af14b   7 years Paul Brossier src/aubio_priv.h: add ATAN alias sampler
(edit) @7cfb55a   7 years Paul Brossier python/demos/demo_timestretch*: use to yield an integer (closes #71) sampler
(edit) @8fcbd37   7 years Paul Brossier wscript: check for pthread.h libpthread sampler
(edit) @598774b   7 years Paul Brossier python/tests/test_source.py: only check if last frames are non silent … sampler
(edit) @26fecba   7 years Paul Brossier python/tests/test_source.py: check the tail of the file is non-zero on … sampler
(edit) @024584d   7 years Paul Brossier src/io/source_avcodec.c: improve error message sampler
(edit) @8fa71eb   7 years Paul Brossier src/io/source_avcodec.c: fix missing samples in eof block sampler
(edit) @d5745af   7 years Paul Brossier src/io/source_sndfile.c: set handle to null after sucessful close sampler
(edit) @7e8b276   7 years Paul Brossier examples/: return 1 if object creation failed sampler
(edit) @1437b5c   7 years Paul Brossier examples/: use PROG_HAS_OUTPUT, add PROG_HAS_SILENCE sampler
(edit) @5ee8dd3   7 years Paul Brossier src/temporal/resampler.c: throw an error when using libsamplerate with … sampler
(edit) @3303f05   7 years Paul Brossier tests/src/synth/test-sampler.c: improve sampler
(edit) @ac971a51   7 years Paul Brossier setup.py, python/lib/: use sorted glob.glob to improve reproducibility sampler
(edit) @f4d7240   7 years Paul Brossier src/synth/sampler.c: no last_read yet sampler
(edit) @6f440b3   7 years Paul Brossier tests/src/effects/test-timestretch.c: update to use new interface sampler
(edit) @37d0a0c   7 years Paul Brossier src/io/source_wavread.c: improve error messages sampler
(edit) @0840440   7 years Paul Brossier src/synth/sampler.c: trigger resets ringbuffer sampler
(edit) @6035a34   7 years Paul Brossier src/synth/sampler.c: remove old comment sampler
(edit) @757e255   7 years Paul Brossier src/synth/sampler.c: let sampler_read call memset(0) as needed sampler
(edit) @d02d8f0   7 years Paul Brossier src/synth/sampler.c: alwasy signal read_avail in idle sampler
(edit) @886a7d8   7 years Paul Brossier src/synth/sampler.c: also seek in table sampler
(edit) @816932e   7 years Paul Brossier src/synth/sampler.c: improve comments sampler
(edit) @584bfd0   7 years Paul Brossier src/synth/sampler.c: improve warning sampler
(edit) @a69e7aa   7 years Paul Brossier src/synth/sampler.c: always create source_output if a ringbuffer is used sampler
(edit) @943ef49   7 years Paul Brossier src/synth/sampler.h: add _{get,set}_perfectloop sampler
(edit) @5382846   7 years Paul Brossier src/synth/sampler.h: improve documentation sampler
(edit) @8688797   7 years Paul Brossier src/effects/timestretch*: move out threaded file reading stuff, add … sampler
(edit) @a125fb9a   7 years Paul Brossier src/aubio.h: add ringbuffer to unstable api sampler
(edit) @2ca4b59   8 years Paul Brossier src/synth/sampler.c: add _set_table and allow switching to/from table … sampler
(edit) @a006c5f   8 years Paul Brossier src/synth/sampler.c: remove debug variable, make sure source_blocksize … sampler
(edit) @f253b03   8 years Paul Brossier src/synth/sampler.c: clean-up, move first read in reading thread sampler
(edit) @128589e   8 years Paul Brossier src/utils/ringbuffer.c: remove asserts, make sure request < available sampler
(edit) @fefbbd8   8 years Paul Brossier src/synth/sampler.c: clean up and add threaded ring buffer sampler
(edit) @88a774c   8 years Paul Brossier src/synth/sampler.c: huge change adding a ringbuffer mode and … sampler
(edit) @1b86a8b   8 years Paul Brossier src/utils/ringbuffer.*: added ringbuffer draft sampler
(edit) @6cc2d9d   8 years Paul Brossier src/synth/sampler.h: improve documentation sampler
(edit) @b959a8f   8 years Paul Brossier src/synth/sampler.c: add thread open/close functions sampler
(edit) @2f1ab3f   8 years Paul Brossier src/io/source_wavread.c: initialize buffer sampler
(edit) @cb1fad8   8 years Paul Brossier src/io/source.c: only show error message from last child source_ sampler
(edit) @0a756ea   8 years Paul Brossier src/synth/sampler.{c,h}: prepare reading thread, reset waited in … sampler
(edit) @88042ef   8 years Paul Brossier src/synth/sampler.c: refactor interface, add file opening thread and … sampler
(edit) @923670d   8 years Paul Brossier wscript: add options to disable source_wavread/sink_wavwrite sampler
(edit) @61abfa4   8 years Paul Brossier src/effects/timestretch_rubberband.c: improve threading sampler
(edit) @b21c751   8 years Paul Brossier src/effects/timestretch_rubberband.c: do not reopen thread in _seek, … sampler
(edit) @0202028   8 years Paul Brossier src/effects/timestretch_rubberband.c: add initial pthread support sampler
(edit) @4acee97   8 years Paul Brossier src/effects/timestretch_rubberband.c: fix eof when last available == … samplertimestretch
(edit) @30efdd0   8 years Paul Brossier src/effects/timestretch_rubberband.c: factorise into … samplertimestretch
(edit) @1e4b7f6   8 years Paul Brossier src/effects/timestretch_rubberband.c: split into functions samplertimestretch
(edit) @b4ad853   8 years Paul Brossier src/effects/timestretch_rubberband.c: remove unused variable, erase … samplertimestretch
(edit) @fb5bd55   8 years Paul Brossier src/effects/timestretch_rubberband.c: invert stretch ratio samplertimestretch
(edit) @0d4228d   8 years Paul Brossier src/effects/timestretch.h: add _seek method samplertimestretch
(edit) @39f1d5c   8 years Paul Brossier src/aubio.h: add effects/timestretch.h samplertimestretch
(edit) @953a447   8 years Paul Brossier python/lib/gen_external.py: disable timestretch for now, add a note … samplertimestretch
(edit) @24914e1   8 years Paul Brossier tests/src/effects/test-timestretch.c: add example for aubio_timestretch_t samplertimestretch
(edit) @16965d5   8 years Paul Brossier src/effects/timestretch.h: add get_samplerate method samplertimestretch
(edit) @af195a5   8 years Paul Brossier src/effects/timestretch.h: add time stretching object, rubberband … samplertimestretch
(edit) @5b46bc3   8 years Paul Brossier tests/src/effects/test-pitchshift.c: remove HAVE_RUBBERBAND feature/cnnfeature/crepefeature/pitchshiftfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretch
(edit) @683d52f5   8 years Paul Brossier src/effects/pitchshift.h: improve documentation feature/cnnfeature/crepefeature/pitchshiftfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretch
(edit) @7f6f880   8 years Paul Brossier Merge branch 'master' into pitchshift feature/cnnfeature/crepefeature/pitchshiftfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretch
(edit) @80d0083   8 years Paul Brossier src/io/{source_wavread,sink_wavwrite}.c: declare internal functions as … feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @afa21cdc   8 years Paul Brossier src/pitch/pitch.c: fail on wrong method, warn on wrong unit, improve … feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @078dad8   8 years Paul Brossier src/onset/onset.c: return null and clean-up if new_aubio_specdesc failed feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @0ff1b40   8 years Paul Brossier src/onset/onset.c: fix error message feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @6388c37   8 years Paul Brossier src/pitch/pitch.c: declare internal functions as static feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @0cf2b44   8 years Paul Brossier src/pitch/pitch.h: add aubio_pitch_get_tolerance feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @68586d4   8 years Paul Brossier Merge branch 'master' into pitchshift feature/cnnfeature/crepefeature/pitchshiftfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretch
(edit) @1b57274   8 years Paul Brossier src/spectral/fft.c: add message about fftw3 being able to do non-power … feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @f50c9503   8 years Paul Brossier src/spectral/fft.c: use prefixed aubio_ooura_rdft feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @392ad1c   8 years Paul Brossier src/spectral/ooura_fft8g.c: prefix public function with aubio_ooura_ … feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @a206edf   8 years Paul Brossier src/spectral/fft.c: use prefixed aubio_ooura_rdft feature/cnnfeature/crepefeature/pitchshiftfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretch
(edit) @b1c0770   8 years Paul Brossier src/spectral/ooura_fft8g.c: prefix public function with aubio_ooura_ … feature/cnnfeature/crepefeature/pitchshiftfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretch
(edit) @8526102   8 years Paul Brossier src/spectral/fft.c: add message about fftw3 being able to do non-power … feature/cnnfeature/crepefeature/pitchshiftfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretch
(edit) @333a5bb   8 years Paul Brossier python/ext/aubiomodule.c: remove duplicate add_generated_objects feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @b6230d8   8 years Paul Brossier python/ext/aubiomodule.c: undo last commit feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @d8faaf2   8 years Paul Brossier python/ext/aubiomodule.c: remove extern feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @7d01fdf   8 years Paul Brossier python/tests/test_pitchshift.py: get message from aubio.pitchshift feature/cnnfeature/crepefeature/pitchshiftfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretch
(edit) @ad65346   8 years Paul Brossier Merge branch 'master' into pitchshift feature/cnnfeature/crepefeature/pitchshiftfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretch
(edit) @bd8a92d   8 years Paul Brossier python/ext/py-source.c: use error string set in src/io/source.c feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @3528079   8 years Paul Brossier python/ext/py-phasevoc.c: use error string set in src/spectral/phasevoc.c feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @dab4a4c   8 years Paul Brossier python/ext/py-fft.c: use error string set in src/spectral/fft.c feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @1d01e515   8 years Paul Brossier src/io/source_sndfile.c: add support for multi-channel resampling feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @50a8260   8 years Paul Brossier python/tests/test_source.py: break long line feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @790b6d7   8 years Paul Brossier src/notes/notes.c: fix error message feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @9bfef718   8 years Paul Brossier src/spectral/fft.h: strip example path feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @12e91a6   8 years Paul Brossier python/tests/test_specdesc.py: RuntimeError? is now raised on wrong mode feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @2763582   8 years Paul Brossier src/spectral/specdesc.c: return NULL if wrong mode asked feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @6e5dd2b   8 years Paul Brossier src/utils/log.c: add header, remove unused code feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @784de2f   8 years Paul Brossier src/aubio.h: add some links to examples feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @8076ecd   8 years Paul Brossier tests/src/spectral/test-fft.c: fix default size feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @bf1c0e43   8 years Paul Brossier src/spectral/specdesc.c: remove trailing spaces feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @d45f527   8 years Paul Brossier python/tests/test_source.py: filter user warnings to avoid spamming … feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @67537d7   8 years Paul Brossier python/ext/aubiomodule.c: use custom logging function for errors and … feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @aa5828d   8 years Paul Brossier python/lib/moresetuptools.py: add HAVE_STDARG_H feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @0000669   8 years Paul Brossier tests/src/utils/test-log.c: add example for aubio_log_set_function feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @f5be115   8 years Paul Brossier src/aubio_priv.h: use new logging function feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @c8228c7   8 years Paul Brossier src/aubio.h: add utils/log.h feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
(edit) @c7844d8   8 years Paul Brossier src/utils/log.h: add new aubio_log_set_function feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Note: See TracRevisionLog for help on using the revision log.