aubio.git
2018-12-19 Paul BrossierMerge branch 'feature/pitchshift' into feature/timestretch
2018-12-19 Paul Brossier[test] update pitchshift test
2018-12-19 Paul BrossierMerge branch 'feature/pitchshift' into feature/timestretch
2018-12-19 Paul BrossierMerge branch 'master' into feature/pitchshift
2018-12-19 Paul BrossierMerge branch 'feature/pytest' (closes #163)
2018-12-19 Paul BrossierMerge branch 'master' into feature/pytest
2018-12-19 Paul Brossier[doc] highlight link to python/demos
2018-12-19 Paul Brossier[py] also ship python script in tarball
2018-12-19 Paul Brossier[py] musicutils also use Pyfloat_FromDouble
2018-12-19 Paul Brossier[py] alpha_norm and zero_crossing_rate use PyFloat_From...
2018-12-19 Paul Brossier[py] py-cvec uses PyLong_FromLong
2018-12-19 Paul Brossier[py] use PyFloat_FromDouble in meltohz methods
2018-12-19 Paul Brossier[tests] remove test-delnull
2018-12-19 Paul Brossier[tests] improve test-filter coverage
2018-12-19 Paul Brossier[tests] improve test-tempo coverage
2018-12-19 Paul Brossier[tests] improve test-onset coverage
2018-12-19 Paul Brossier[tests] improve test-sink variable names
2018-12-19 Paul Brossier[tests] avoid test-sink crash on missing input file
2018-12-19 Paul Brossier[io] sink_apple_audio to use native format conversion
2018-12-19 Paul Brossier[io] source_apple_audio to use native format conversion
2018-12-19 Paul Brossier[io] [osx] switch to floating point AudioBufferList
2018-12-17 Paul Brossier[tests] improve test-sink
2018-12-17 Paul Brossier[tests] use srand/rand on windows, declare mkstemp...
2018-12-17 Paul Brossier[source] simplify and avoid unrequired checks
2018-12-16 Paul Brossier[io] remove useless check in source_sndfile
2018-12-16 Paul Brossier[doc] remove reference to test-source_multi
2018-12-16 Paul Brossier[tests] remove test-sink_*-multi, now redundant
2018-12-16 Paul Brossier[io] prevent possible crash on empty string in source_a...
2018-12-16 Paul Brossier[tests] sync test-sink with base-sink
2018-12-16 Paul Brossier[tests] add more sink tests
2018-12-16 Paul Brossier[io] always call del_ when new_ fails
2018-12-16 Paul Brossier[io] clean up sink_wavwrite
2018-12-16 Paul Brossier[io] prevent potential memory leak, never call abort
2018-12-16 Paul Brossier[io] prevent crash on empty string and potential leak...
2018-12-16 Paul Brossier[io] always call del_aubio_sink
2018-12-16 Paul Brossier[lib] add AUBIO_ASSERT for debug mode
2018-12-16 Paul Brossier[io] validate input in sink_wavwrite_do
2018-12-16 Paul Brossier[io] validate input in sink_sndfile_do
2018-12-16 Paul Brossier[io] validate input in sink_apple_audio_do
2018-12-16 Paul Brossier[io] add helpers to validate input
2018-12-16 Paul Brossier[source] always call del_aubio_source to clean-up
2018-12-16 Paul Brossier[tests] use double quotes for \0
2018-12-16 Paul Brossier[tests] improve sink_custom tests
2018-12-16 Paul Brossier[tests] factorise sink tests
2018-12-16 Paul Brossier[tests] use double quote to test \0 as a string
2018-12-13 Paul Brossier[tests] remove test-source variants
2018-12-13 Paul Brossier[tests] sync test-source with base-source_custom
2018-12-13 Paul Brossier[tests] factorise source tests
2018-12-13 Paul Brossier[io] avoid deprecation warning avcodec <= 58.3.102
2018-12-13 Paul Brossier[io] avoid deprecation warning with ffmpeg
2018-12-13 Paul Brossier[source] fix skipped samples warning in source_avcodec
2018-12-13 Paul Brossier[io] sink_wavwrite_do writes all to channels if more...
2018-12-13 Paul Brossier[waf] avoid warnings about build dir traversal
2018-12-11 Paul BrossierMerge branch 'master' into feature/pytest
2018-12-11 Paul Brossier[examples] remove unneeded cast
2018-12-11 Paul Brossier[tests] improve test-mfcc (closes #219)
2018-12-10 Paul Brossier[waf] bummp to 2.0.13
2018-12-10 Paul Brossier[git] ignore python coverage files
2018-12-10 Paul Brossier[waf] update rules to build manual and api docs in...
2018-12-07 Paul Brossier[timestretch] comment out unused warmup
2018-12-07 Paul Brossier[tests] increase timestretch coverage, fix memory leak
2018-12-07 Paul Brossier[effects] clean up aubio_split_str, fix issues in aubio...
2018-12-07 Paul BrossierMerge branch 'master' into feature/pydocstrings
2018-12-07 Paul Brossier[py] improve specdesc dosctring
2018-12-07 Paul Brossier[py] add minimal docstring for wavetable
2018-12-07 Paul Brossier[doc] add py_synth page
2018-12-07 Paul Brossier[doc] add py_analysis page
2018-12-07 Paul Brossier[doc] add py_temporal page
2018-12-07 Paul Brossier[doc] add py_spectral page
2018-12-07 Paul Brossier[timestretch] validate input hopsize and samplerate
2018-12-07 Paul Brossier[tests] add test_wrong_params to test-timestretch
2018-12-07 Paul Brossier[effects] aubio_get_rubberband_opts returns -1 if parsi...
2018-12-07 Paul Brossier[effects] convert warnings to error, improve messages
2018-12-07 Paul Brossier[pitchscale] wrap long lines
2018-12-07 Paul Brossier[effects] wrap long lines
2018-12-07 Paul Brossier[effects] improve pitchscale documentation
2018-12-07 Paul Brossiersrc/effects/rubberband_utils.c: use ':' to join options
2018-12-07 Paul Brossiersrc/effects/: include aubio_priv.h, not config.h, use...
2018-12-07 Paul Brossiertests/src/effects/test-pitchshift.c: cosmetic changes
2018-12-07 Paul Brossiersrc/effects/rubberband_utils.c: add parsing of all...
2018-12-07 Paul Brossiertests/src/effects/test-timestretch.c: update to use...
2018-12-07 Paul Brossiersrc/effects/timestretch*: move out threaded file readin...
2018-12-07 Paul Brossiersrc/effects/timestretch_rubberband.c: improve threading
2018-12-07 Paul Brossiersrc/effects/timestretch_rubberband.c: do not reopen...
2018-12-07 Paul Brossiersrc/effects/timestretch_rubberband.c: add initial pthre...
2018-12-07 Paul Brossiersrc/effects/timestretch_rubberband.c: fix eof when...
2018-12-07 Paul Brossiersrc/effects/timestretch_rubberband.c: factorise into...
2018-12-07 Paul Brossiersrc/effects/timestretch_rubberband.c: split into functions
2018-12-07 Paul Brossiersrc/effects/timestretch_rubberband.c: remove unused...
2018-12-07 Paul Brossiersrc/effects/timestretch_rubberband.c: invert stretch...
2018-12-07 Paul Brossiersrc/effects/timestretch.h: add _seek method
2018-12-07 Paul Brossiersrc/aubio.h: add effects/timestretch.h
2018-12-07 Paul Brossierpython/lib/gen_external.py: disable timestretch for...
2018-12-07 Paul Brossiertests/src/effects/test-timestretch.c: add example for...
2018-12-07 Paul Brossiersrc/effects/timestretch.h: add get_samplerate method
2018-12-07 Paul Brossiersrc/effects/timestretch.h: add time stretching object...
2018-12-06 Paul Brossier[pitchshift] make sure rb is set to null first
2018-12-06 Paul Brossier[ci] disable rubberband and libsamplerate on ios/iosimu...
2018-12-06 Paul Brossier[tests] pitchshift tests to pass without rubberband
2018-12-06 Paul Brossier[pitchshift] do not include config.h directly
next