aubio.git
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...
2016-09-22 Paul Brossiersrc/aubio_priv.h: use new logging function
2016-09-22 Paul Brossiersrc/aubio.h: add utils/log.h
2016-09-22 Paul Brossiersrc/utils/log.h: add new aubio_log_set_function
2016-09-22 Paul Brossiersrc/aubio_priv.h: add stdarg.h
2016-09-22 Paul Brossierwscript: add stdarg.h
2016-09-22 Paul Brossierpython/demos/demo_mfcc.py: add options to plot first...
2016-09-22 Paul Brossierpython/tests/test_fvec.py: reduce alpha norm precision...
2016-09-21 Paul Brossiersrc/effects/pitchshift_rubberband.c: fix error message
2016-09-21 Paul Brossiersrc/effects/pitchshift.h: split implementations in...
2016-09-21 Paul Brossiertests/src/effects/test-pitchshift.c: add option for...
2016-09-21 Paul Brossiertests/src/effects/test-pitchshift.c: use 64 hopsize...
2016-09-21 Paul Brossiersrc/effects/pitchshift.c: fix lower pitchscale limit
2016-09-21 Paul Brossiertests/src/effects/test-pitchshift.c: clean-up, use...
2016-09-21 Paul Brossierpython/tests/test_pitchshift.py: make sure a wrong...
2016-09-21 Paul Brossiersrc/effects/pitchshift.h: use transpose, not pitchscale
2016-09-21 Paul Brossiersrc/effects/pitchshift.c: remove unused timeratio
2016-09-21 Paul BrossierMerge branch 'master' into pitchshift
2016-09-21 Paul Brossiersrc/io/source_wavread.c: skip chunks until data is...
2016-09-21 Paul Brossiersrc/io/source_wavread.c: fix bytes_read for JUNK headers
2016-09-21 Paul Brossier.appveyor.yml: make nose2 verbose
2016-09-21 Paul Brossiersrc/io/source_sndfile.c: improve formatting
2016-09-21 Paul Brossiersrc/effects/pitchshift.c: avoid signed/unsigned comparison
next