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