aubio.git
2016-11-28 Paul Brossiertests/src/synth/test-sampler_table.c: add tests for...
2016-11-28 Paul Brossierpython/lib/gen_external.py: disable sampler and ringbuf...
2016-11-28 Paul Brossierpython/lib/gen_code.py: add ringbuffer
2016-11-28 Paul BrossierMakefile: use bdist_wheel in test_pure_python
2016-11-28 Paul BrossierMakefile: pass build_ext in test_pure_python{,_wheel}
2016-11-28 Paul Brossiersetup.py: use custom build_ext instead of 'generate...
2016-11-28 Paul Brossiersrc/aubio_priv.h: add ATAN alias
2016-11-28 Paul Brossierpython/demos/demo_timestretch*: use // to yield an...
2016-11-28 Paul Brossierwscript: check for pthread.h libpthread
2016-11-28 Paul Brossierpython/tests/test_source.py: only check if last frames...
2016-11-28 Paul Brossierpython/tests/test_source.py: check the tail of the...
2016-11-28 Paul Brossiersrc/io/source_avcodec.c: improve error message
2016-11-28 Paul Brossiersrc/io/source_avcodec.c: fix missing samples in eof...
2016-11-28 Paul Brossiersrc/io/source_sndfile.c: set handle to null after suces...
2016-11-28 Paul Brossierexamples/: return 1 if object creation failed
2016-11-28 Paul Brossierexamples/: use PROG_HAS_OUTPUT, add PROG_HAS_SILENCE
2016-11-28 Paul Brossiersrc/temporal/resampler.c: throw an error when using...
2016-11-28 Paul Brossiertests/src/synth/test-sampler.c: improve
2016-11-28 Paul Brossiersetup.py, python/lib/: use sorted glob.glob to improve...
2016-11-28 Paul Brossiersrc/synth/sampler.c: no last_read yet
2016-11-28 Paul Brossiertests/src/effects/test-timestretch.c: update to use...
2016-11-28 Paul Brossiersrc/io/source_wavread.c: improve error messages
2016-11-28 Paul Brossiersrc/synth/sampler.c: trigger resets ringbuffer
2016-11-28 Paul Brossiersrc/synth/sampler.c: remove old comment
2016-11-28 Paul Brossiersrc/synth/sampler.c: let sampler_read call memset(0...
2016-11-28 Paul Brossiersrc/synth/sampler.c: alwasy signal read_avail in idle
2016-11-28 Paul Brossiersrc/synth/sampler.c: also seek in table
2016-11-28 Paul Brossiersrc/synth/sampler.c: improve comments
2016-11-28 Paul Brossiersrc/synth/sampler.c: improve warning
2016-11-28 Paul Brossiersrc/synth/sampler.c: always create source_output if...
2016-11-28 Paul Brossiersrc/synth/sampler.h: add _{get,set}_perfectloop
2016-11-28 Paul Brossiersrc/synth/sampler.h: improve documentation
2016-11-28 Paul Brossiersrc/effects/timestretch*: move out threaded file readin...
2016-11-28 Paul Brossiersrc/aubio.h: add ringbuffer to unstable api
2016-10-11 Paul Brossiersrc/synth/sampler.c: add _set_table and allow switching...
2016-10-10 Paul Brossiersrc/synth/sampler.c: remove debug variable, make sure...
2016-10-09 Paul Brossiersrc/synth/sampler.c: clean-up, move first read in readi...
2016-10-09 Paul Brossiersrc/utils/ringbuffer.c: remove asserts, make sure reque...
2016-10-08 Paul Brossiersrc/synth/sampler.c: clean up and add threaded ring...
2016-10-08 Paul Brossiersrc/synth/sampler.c: huge change adding a ringbuffer...
2016-10-08 Paul Brossiersrc/utils/ringbuffer.*: added ringbuffer draft
2016-10-08 Paul Brossiersrc/synth/sampler.h: improve documentation
2016-10-06 Paul Brossiersrc/synth/sampler.c: add thread open/close functions
2016-10-05 Paul Brossiersrc/io/source_wavread.c: initialize buffer
2016-10-05 Paul Brossiersrc/io/source.c: only show error message from last...
2016-10-05 Paul Brossiersrc/synth/sampler.{c,h}: prepare reading thread, reset...
2016-10-04 Paul Brossiersrc/synth/sampler.c: refactor interface, add file openi...
2016-10-03 Paul Brossierwscript: add options to disable source_wavread/sink_wav...
2016-10-03 Paul Brossiersrc/effects/timestretch_rubberband.c: improve threading
2016-09-30 Paul Brossiersrc/effects/timestretch_rubberband.c: do not reopen...
2016-09-29 Paul Brossiersrc/effects/timestretch_rubberband.c: add initial pthre...
2016-09-29 Paul Brossiersrc/effects/timestretch_rubberband.c: fix eof when... timestretch
2016-09-29 Paul Brossiersrc/effects/timestretch_rubberband.c: factorise into...
2016-09-29 Paul Brossiersrc/effects/timestretch_rubberband.c: split into functions
2016-09-29 Paul Brossiersrc/effects/timestretch_rubberband.c: remove unused...
2016-09-29 Paul Brossiersrc/effects/timestretch_rubberband.c: invert stretch...
2016-09-29 Paul Brossiersrc/effects/timestretch.h: add _seek method
2016-09-29 Paul Brossiersrc/aubio.h: add effects/timestretch.h
2016-09-29 Paul Brossierpython/lib/gen_external.py: disable timestretch for...
2016-09-29 Paul Brossiertests/src/effects/test-timestretch.c: add example for...
2016-09-29 Paul Brossiersrc/effects/timestretch.h: add get_samplerate method
2016-09-29 Paul Brossiersrc/effects/timestretch.h: add time stretching object...
2016-09-29 Paul Brossiertests/src/effects/test-pitchshift.c: remove HAVE_RUBBERBAND pitchshift
2016-09-29 Paul Brossiersrc/effects/pitchshift.h: improve documentation
2016-09-28 Paul BrossierMerge branch 'master' into pitchshift
2016-09-28 Paul Brossiersrc/io/{source_wavread,sink_wavwrite}.c: declare intern...
2016-09-28 Paul Brossiersrc/pitch/pitch.c: fail on wrong method, warn on wrong...
2016-09-28 Paul Brossiersrc/onset/onset.c: return null and clean-up if new_aubi...
2016-09-28 Paul Brossiersrc/onset/onset.c: fix error message
2016-09-28 Paul Brossiersrc/pitch/pitch.c: declare internal functions as static
2016-09-28 Paul Brossiersrc/pitch/pitch.h: add aubio_pitch_get_tolerance
2016-09-27 Paul BrossierMerge branch 'master' into pitchshift
2016-09-27 Paul Brossiersrc/spectral/fft.c: add message about fftw3 being able...
2016-09-27 Paul Brossiersrc/spectral/fft.c: use prefixed aubio_ooura_rdft
2016-09-27 Paul Brossiersrc/spectral/ooura_fft8g.c: prefix public function...
2016-09-27 Paul Brossiersrc/spectral/fft.c: use prefixed aubio_ooura_rdft
2016-09-27 Paul Brossiersrc/spectral/ooura_fft8g.c: prefix public function...
2016-09-27 Paul Brossiersrc/spectral/fft.c: add message about fftw3 being able...
2016-09-23 Paul Brossierpython/ext/aubiomodule.c: remove duplicate add_generate...
2016-09-23 Paul Brossierpython/ext/aubiomodule.c: undo last commit
2016-09-23 Paul Brossierpython/ext/aubiomodule.c: remove extern
2016-09-23 Paul Brossierpython/tests/test_pitchshift.py: get message from aubio...
2016-09-23 Paul BrossierMerge branch 'master' into pitchshift
2016-09-23 Paul Brossierpython/ext/py-source.c: use error string set in src...
2016-09-23 Paul Brossierpython/ext/py-phasevoc.c: use error string set in src...
2016-09-23 Paul Brossierpython/ext/py-fft.c: use error string set in src/spectr...
2016-09-23 Paul Brossiersrc/io/source_sndfile.c: add support for multi-channel...
2016-09-22 Paul Brossierpython/tests/test_source.py: break long line
2016-09-22 Paul Brossiersrc/notes/notes.c: fix error message
2016-09-22 Paul Brossiersrc/spectral/fft.h: strip example path
2016-09-22 Paul Brossierpython/tests/test_specdesc.py: RuntimeError is now...
2016-09-22 Paul Brossiersrc/spectral/specdesc.c: return NULL if wrong mode...
2016-09-22 Paul Brossiersrc/utils/log.c: add header, remove unused code
2016-09-22 Paul Brossiersrc/aubio.h: add some links to examples
2016-09-22 Paul Brossiertests/src/spectral/test-fft.c: fix default size
2016-09-22 Paul Brossiersrc/spectral/specdesc.c: remove trailing spaces
2016-09-22 Paul Brossierpython/tests/test_source.py: filter user warnings to...
2016-09-22 Paul Brossierpython/ext/aubiomodule.c: use custom logging function...
2016-09-22 Paul Brossierpython/lib/moresetuptools.py: add HAVE_STDARG_H
2016-09-22 Paul Brossiertests/src/utils/test-log.c: add example for aubio_log_s...
next