| 2016-11-16 |
Paul Brossier | python/demos/demo_timestretch*: use // to yield an... |
commit | commitdiff | tree | snapshot |
| 2016-10-05 |
Paul Brossier | src/io/source_avcodec.c: improve error message |
commit | commitdiff | tree | snapshot |
| 2016-10-05 |
Paul Brossier | src/io/sink.c: only show error message from last child... |
commit | commitdiff | tree | snapshot |
| 2016-10-05 |
Paul Brossier | src/io/source_wavread.c: initialize buffer |
commit | commitdiff | tree | snapshot |
| 2016-10-03 |
Paul Brossier | src/io/source.c: only show error message from last... |
commit | commitdiff | tree | snapshot |
| 2016-10-03 |
Paul Brossier | src/spectral/ooura_fft8g.c: add cast to avoid conversio... |
commit | commitdiff | tree | snapshot |
| 2016-10-03 |
Paul Brossier | src/aubio_priv.h: add ATAN alias |
commit | commitdiff | tree | snapshot |
| 2016-10-03 |
Paul Brossier | src/notes/notes.h: add _{get,set}_silence methods |
commit | commitdiff | tree | snapshot |
| 2016-10-03 |
Paul Brossier | examples/: return 1 if object creation failed |
commit | commitdiff | tree | snapshot |
| 2016-10-03 |
Paul Brossier | examples/: use PROG_HAS_OUTPUT, add PROG_HAS_SILENCE |
commit | commitdiff | tree | snapshot |
| 2016-10-03 |
Paul Brossier | src/temporal/resampler.c: throw an error when using... |
commit | commitdiff | tree | snapshot |
| 2016-10-03 |
Paul Brossier | Makefile: pass build_ext in test_pure_python{,_wheel} |
commit | commitdiff | tree | snapshot |
| 2016-10-03 |
Paul Brossier | setup.py: use custom build_ext instead of 'generate... |
commit | commitdiff | tree | snapshot |
| 2016-10-03 |
Paul Brossier | python/lib/moresetuptools.py: use samplerate in single... |
commit | commitdiff | tree | snapshot |
| 2016-10-03 |
Paul Brossier | wscript: disable libsamplerate if double precision... |
commit | commitdiff | tree | snapshot |
| 2016-10-03 |
Paul Brossier | src/io/source_sndfile.c: set handle to null after suces... |
commit | commitdiff | tree | snapshot |
| 2016-10-03 |
Paul Brossier | python/tests/test_source.py: only check if last frames... |
commit | commitdiff | tree | snapshot |
| 2016-10-03 |
Paul Brossier | wscript: add options to disable source_wavread/sink_wav... |
commit | commitdiff | tree | snapshot |
| 2016-10-03 |
Paul Brossier | src/spectral/phasevoc.c: fix error string |
commit | commitdiff | tree | snapshot |
| 2016-10-03 |
Paul Brossier | src/pitch/pitch.c: fix error string |
commit | commitdiff | tree | snapshot |
| 2016-10-03 |
Paul Brossier | src/io/source_avcodec.c: fix missing samples in eof... |
commit | commitdiff | tree | snapshot |
| 2016-10-03 |
Paul Brossier | python/tests/test_source.py: check the tail of the... |
commit | commitdiff | tree | snapshot |
| 2016-09-29 |
Paul Brossier | tests/src/effects/test-pitchshift.c: remove HAVE_RUBBERBAND pitchshift |
commit | commitdiff | tree | snapshot |
| 2016-09-29 |
Paul Brossier | src/effects/pitchshift.h: improve documentation |
commit | commitdiff | tree | snapshot |
| 2016-09-28 |
Paul Brossier | Merge branch 'master' into pitchshift |
commit | commitdiff | tree | snapshot |
| 2016-09-28 |
Paul Brossier | src/io/{source_wavread,sink_wavwrite}.c: declare intern... |
commit | commitdiff | tree | snapshot |
| 2016-09-28 |
Paul Brossier | src/pitch/pitch.c: fail on wrong method, warn on wrong... |
commit | commitdiff | tree | snapshot |
| 2016-09-28 |
Paul Brossier | src/onset/onset.c: return null and clean-up if new_aubi... |
commit | commitdiff | tree | snapshot |
| 2016-09-28 |
Paul Brossier | src/onset/onset.c: fix error message |
commit | commitdiff | tree | snapshot |
| 2016-09-28 |
Paul Brossier | src/pitch/pitch.c: declare internal functions as static |
commit | commitdiff | tree | snapshot |
| 2016-09-28 |
Paul Brossier | src/pitch/pitch.h: add aubio_pitch_get_tolerance |
commit | commitdiff | tree | snapshot |
| 2016-09-27 |
Paul Brossier | Merge branch 'master' into pitchshift |
commit | commitdiff | tree | snapshot |
| 2016-09-27 |
Paul Brossier | src/spectral/fft.c: add message about fftw3 being able... |
commit | commitdiff | tree | snapshot |
| 2016-09-27 |
Paul Brossier | src/spectral/fft.c: use prefixed aubio_ooura_rdft |
commit | commitdiff | tree | snapshot |
| 2016-09-27 |
Paul Brossier | src/spectral/ooura_fft8g.c: prefix public function... |
commit | commitdiff | tree | snapshot |
| 2016-09-27 |
Paul Brossier | src/spectral/fft.c: use prefixed aubio_ooura_rdft |
commit | commitdiff | tree | snapshot |
| 2016-09-27 |
Paul Brossier | src/spectral/ooura_fft8g.c: prefix public function... |
commit | commitdiff | tree | snapshot |
| 2016-09-27 |
Paul Brossier | src/spectral/fft.c: add message about fftw3 being able... |
commit | commitdiff | tree | snapshot |
| 2016-09-23 |
Paul Brossier | python/ext/aubiomodule.c: remove duplicate add_generate... |
commit | commitdiff | tree | snapshot |
| 2016-09-23 |
Paul Brossier | python/ext/aubiomodule.c: undo last commit |
commit | commitdiff | tree | snapshot |
| 2016-09-23 |
Paul Brossier | python/ext/aubiomodule.c: remove extern |
commit | commitdiff | tree | snapshot |
| 2016-09-23 |
Paul Brossier | python/tests/test_pitchshift.py: get message from aubio... |
commit | commitdiff | tree | snapshot |
| 2016-09-23 |
Paul Brossier | Merge branch 'master' into pitchshift |
commit | commitdiff | tree | snapshot |
| 2016-09-23 |
Paul Brossier | python/ext/py-source.c: use error string set in src... |
commit | commitdiff | tree | snapshot |
| 2016-09-23 |
Paul Brossier | python/ext/py-phasevoc.c: use error string set in src... |
commit | commitdiff | tree | snapshot |
| 2016-09-23 |
Paul Brossier | python/ext/py-fft.c: use error string set in src/spectr... |
commit | commitdiff | tree | snapshot |
| 2016-09-23 |
Paul Brossier | src/io/source_sndfile.c: add support for multi-channel... |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Paul Brossier | python/tests/test_source.py: break long line |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Paul Brossier | src/notes/notes.c: fix error message |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Paul Brossier | src/spectral/fft.h: strip example path |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Paul Brossier | python/tests/test_specdesc.py: RuntimeError is now... |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Paul Brossier | src/spectral/specdesc.c: return NULL if wrong mode... |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Paul Brossier | src/utils/log.c: add header, remove unused code |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Paul Brossier | src/aubio.h: add some links to examples |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Paul Brossier | tests/src/spectral/test-fft.c: fix default size |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Paul Brossier | src/spectral/specdesc.c: remove trailing spaces |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Paul Brossier | python/tests/test_source.py: filter user warnings to... |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Paul Brossier | python/ext/aubiomodule.c: use custom logging function... |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Paul Brossier | python/lib/moresetuptools.py: add HAVE_STDARG_H |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Paul Brossier | tests/src/utils/test-log.c: add example for aubio_log_s... |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Paul Brossier | src/aubio_priv.h: use new logging function |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Paul Brossier | src/aubio.h: add utils/log.h |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Paul Brossier | src/utils/log.h: add new aubio_log_set_function |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Paul Brossier | src/aubio_priv.h: add stdarg.h |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Paul Brossier | wscript: add stdarg.h |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Paul Brossier | python/demos/demo_mfcc.py: add options to plot first... |
commit | commitdiff | tree | snapshot |
| 2016-09-22 |
Paul Brossier | python/tests/test_fvec.py: reduce alpha norm precision... |
commit | commitdiff | tree | snapshot |
| 2016-09-21 |
Paul Brossier | src/effects/pitchshift_rubberband.c: fix error message |
commit | commitdiff | tree | snapshot |
| 2016-09-21 |
Paul Brossier | src/effects/pitchshift.h: split implementations in... |
commit | commitdiff | tree | snapshot |
| 2016-09-21 |
Paul Brossier | tests/src/effects/test-pitchshift.c: add option for... |
commit | commitdiff | tree | snapshot |
| 2016-09-21 |
Paul Brossier | tests/src/effects/test-pitchshift.c: use 64 hopsize... |
commit | commitdiff | tree | snapshot |
| 2016-09-21 |
Paul Brossier | src/effects/pitchshift.c: fix lower pitchscale limit |
commit | commitdiff | tree | snapshot |
| 2016-09-21 |
Paul Brossier | tests/src/effects/test-pitchshift.c: clean-up, use... |
commit | commitdiff | tree | snapshot |
| 2016-09-21 |
Paul Brossier | python/tests/test_pitchshift.py: make sure a wrong... |
commit | commitdiff | tree | snapshot |
| 2016-09-21 |
Paul Brossier | src/effects/pitchshift.h: use transpose, not pitchscale |
commit | commitdiff | tree | snapshot |
| 2016-09-21 |
Paul Brossier | src/effects/pitchshift.c: remove unused timeratio |
commit | commitdiff | tree | snapshot |
| 2016-09-21 |
Paul Brossier | Merge branch 'master' into pitchshift |
commit | commitdiff | tree | snapshot |
| 2016-09-21 |
Paul Brossier | src/io/source_wavread.c: skip chunks until data is... |
commit | commitdiff | tree | snapshot |
| 2016-09-21 |
Paul Brossier | src/io/source_wavread.c: fix bytes_read for JUNK headers |
commit | commitdiff | tree | snapshot |
| 2016-09-21 |
Paul Brossier | .appveyor.yml: make nose2 verbose |
commit | commitdiff | tree | snapshot |
| 2016-09-21 |
Paul Brossier | src/io/source_sndfile.c: improve formatting |
commit | commitdiff | tree | snapshot |
| 2016-09-21 |
Paul Brossier | src/effects/pitchshift.c: avoid signed/unsigned comparison |
commit | commitdiff | tree | snapshot |
| 2016-09-20 |
Paul Brossier | Merge branch 'master' into pitchshift |
commit | commitdiff | tree | snapshot |
| 2016-09-20 |
Paul Brossier | python/tests/test_pitchshift.py: catch runtime error... |
commit | commitdiff | tree | snapshot |
| 2016-09-20 |
Paul Brossier | python/tests/test_source.py: use nose2 params to proces... |
commit | commitdiff | tree | snapshot |
| 2016-09-20 |
Paul Brossier | python/demos/demo_pitchshift.py: default to 64 hop |
commit | commitdiff | tree | snapshot |
| 2016-09-20 |
Paul Brossier | python/tests/test_pitchshift.py: run in a few modes |
commit | commitdiff | tree | snapshot |
| 2016-09-20 |
Paul Brossier | python/demos/demo_pitchshift.py: add mode option |
commit | commitdiff | tree | snapshot |
| 2016-09-20 |
Paul Brossier | src/effects/pitchshift.c: fix max_process_size, simplif... |
commit | commitdiff | tree | snapshot |
| 2016-09-19 |
Paul Brossier | src/effects/pitchshift.c: avoid error with rubberband... |
commit | commitdiff | tree | snapshot |
| 2016-09-19 |
Paul Brossier | src/effects/pitchshift.c: simplify warm-up code, remove... |
commit | commitdiff | tree | snapshot |
| 2016-09-19 |
Paul Brossier | src/effects/pitchshift.c: simplify _do, calling availab... |
commit | commitdiff | tree | snapshot |
| 2016-09-19 |
Paul Brossier | src/effects/pitchshift.c: add crispness as per rubberba... |
commit | commitdiff | tree | snapshot |
| 2016-09-19 |
Paul Brossier | src/effects/pitchshift.h: improve documentation |
commit | commitdiff | tree | snapshot |
| 2016-09-18 |
Paul Brossier | src/effects/pitchshift.h: add aubio_pitchshift_get_latency |
commit | commitdiff | tree | snapshot |
| 2016-09-17 |
Paul Brossier | .travis.yml: add libsamplerate and libsndfile to brew... |
commit | commitdiff | tree | snapshot |
| 2016-09-17 |
Paul Brossier | src/effects/pitchshift.c: clean-up options, set to... |
commit | commitdiff | tree | snapshot |
| 2016-09-17 |
Paul Brossier | wscript: loosen rubberband version |
commit | commitdiff | tree | snapshot |
| 2016-09-17 |
Paul Brossier | python/lib/gen_code.py: compare to value in param_init |
commit | commitdiff | tree | snapshot |
| 2016-09-17 |
Paul Brossier | python/tests/test_pitchshift.py: skip test on RuntimeError |
commit | commitdiff | tree | snapshot |
| next |