aubio.git
2018-12-03 Paul Brossier[filterbank] fix get_power
2018-12-03 Paul Brossier[mfcc] get_scale/power return smpl_t
2018-12-03 Paul Brossier[tests] mfcc norm/scale with real values
2018-12-01 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-30 Paul Brossier[make] show tests/ in coverage reports
2018-11-30 Paul Brossier[make] move coverage reports to build/coverage_{c,python}
2018-11-30 Paul Brossier[py] remove useless check in py-phasevoc.c
2018-11-29 Paul BrossierMerge branch 'feature/c_tests'
2018-11-29 Paul Brossier[tests] onset creation may succeed with non-power of...
2018-11-29 Paul Brossier[tests] fix argument parsing in source
2018-11-29 Paul Brossier[tests] make sure unit tests run after sound file is...
2018-11-29 Paul Brossier[tests] fix argument parsing in onset and wavetable
2018-11-29 Paul Brossier[waf] check tests return code and show summary
2018-11-29 Paul Brossier[tests] use run_on_default_source_and_sink in sampler...
2018-11-29 Paul Brossier[tests] fail dct tests if reconstruction failed
2018-11-29 Paul Brossier[tests] add new_aubio_window tests
2018-11-29 Paul Brossier[tests] use run_on_default_source in tempo
2018-11-29 Paul Brossier[tests] use run_on_default_source_and_sink in awhitening
2018-11-29 Paul Brossier[tests] use run_on_default_source_and_sink in sink...
2018-11-29 Paul Brossier[tests] add run_on_default_source_and_sink helper
2018-11-29 Paul Brossier[tests] simplify awhitening parsing
2018-11-29 Paul Brossier[tests] also use run_on_default_source in onset
2018-11-29 Paul Brossier[tests] fix argument parsing in source tests
2018-11-29 Paul Brossier[tests] use run_on_default_source in all source tests
2018-11-29 Paul Brossier[tests] pure python create_sine_wave
2018-11-29 Paul Brossier[tests] [win] workaround to escape backslashes
2018-11-29 Paul Brossier[tests] [win] include io.h for _access()
2018-11-29 Paul Brossier[tests] [win] more windows workaround to pass strings...
2018-11-29 Paul Brossier[tests] fix test source creation rule
2018-11-29 Paul Brossier[tests] add run_on_default_source to test-source
2018-11-29 Paul Brossier[tests] add run_on_default_source helper
2018-11-29 Paul Brossier[tests] create test sound from waf, add -DAUBIO_TESTS_S...
2018-11-29 Paul Brossier[tests] add script to create sound file with python...
2018-11-29 Paul Brossier[tests] [win] use calloc to work around constant size...
2018-11-28 Paul Brossier[tests] srandom take unsigned int
2018-11-28 Paul Brossier[tests] fix unmatched parenthesis on windows
2018-11-28 Paul BrossierRevert "[tests] fix unmatched parenthesis on windows"
2018-11-28 Paul Brossier[tests] fix unmatched parenthesis on windows
2018-11-28 Paul Brossier[tests] increase entropy by adding address to current...
2018-11-28 Paul Brossier[tests] use constant for array size, include string.h
2018-11-28 Paul Brossier[tests] workaround for windows
2018-11-28 Paul Brossier[tests] include unistd for unlink, close (linux, darwin)
2018-11-28 Paul Brossier[tests] create a temporary sink, use in wavetable test
2018-11-28 Paul Brossier[pitch] comment out unused functions in mcomb and yin
2018-11-28 Paul Brossier[tests] check new_aubio_pitch fails with wrong parameters
2018-11-28 Paul Brossier[pitch] prevent null pointer dereference in yinfast
2018-11-28 Paul Brossier[notes] prevent null pointer dereference
2018-11-28 Paul Brossier[tests] add notes tests
2018-11-28 Paul Brossier[utils] hist with size null fails
2018-11-28 Paul Brossier[tests] check hist with size null fails
2018-11-26 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-26 Paul BrossierMerge branch 'feature/dctsimplify' into feature/mfcc_tests
2018-11-26 Paul Brossier[dct] fix radix check for accelerate
2018-11-26 Paul Brossier[tests] add calls to new_aubio_mfcc with wrong input...
2018-11-26 Paul Brossier[mfcc] validate input parameters, safer delete
2018-11-26 Paul Brossier[mfcc] remove plain dct ifdefs
2018-11-26 Paul Brossier[tests] do not test dct with wrong sizes
2018-11-26 Paul Brossier[dct] fail fftw creation if size <= 0
2018-11-26 Paul Brossier[dct] fix typo in error message
2018-11-26 Paul Brossier[dct] fail plain creation if size <= 0
2018-11-26 Paul Brossier[dct] fail ooura creation if size <= 0
2018-11-26 Paul Brossier[dct] use del_aubio_dct on failure, add missing \n...
2018-11-26 Paul Brossier[dct] fix typo in warning message, add missing \n
2018-11-26 Paul Brossier[dct] remove size check to test each method
2018-11-26 Paul Brossier[tests] run phase vocoder with hop_s = win_s
2018-11-26 Paul Brossier[tests] increase pvoc coverage
2018-11-26 Paul Brossier[tests] increase tss coverage
2018-11-26 Paul Brossier[tests] increase awhitening coverage
2018-11-26 Paul BrossierMerge branch 'fix/onset_nullptr' (thanks to @niugx)
2018-11-26 Paul BrossierMerge branch 'fix/bufoverflow_tempo' (thanks to @niugx)
2018-11-26 Paul BrossierMerge branch 'fix/crash_filterbank' (thanks to @niugx)
2018-11-24 Paul Brossier[specdesc] improve error message
2018-11-24 Paul BrossierVERSION: bump to 0.4.9~alpha
2018-11-24 Paul Brossier[tests] run some tests in onset if no arguments passed
2018-11-24 Paul Brossier[onset] safer deletion method
2018-11-24 Paul Brossier[tempo] fix delay_ms methods
2018-11-24 Paul Brossier[py] add tempo tests
2018-11-24 Paul Brossier[tests] wrap long lines in test-tempo.c
2018-11-24 Paul Brossier[tests] run tempo until first analysis is done
2018-11-24 Paul Brossier[tempo] make sure all objects have been created, safer...
2018-11-24 Paul Brossier[tests] run some tests in tempo if no arguments passed
2018-11-24 Paul Brossier[tests] check if tempo creation suceeded
2018-11-24 Paul Brossier[tempo] fix buffer overflow in method parser
2018-11-24 Paul Brossier[filterbank] validate input parameters
2018-11-24 Paul Brossier[tests] check creating filterbank with wrong parameters...
2018-11-22 Paul Brossier[ci] install python coverage on travis
2018-11-22 Paul Brossier[pytest] no relative import
2018-11-22 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-22 Paul BrossierVERSION: bump to 0.4.8 0.4.8
2018-11-22 Paul Brossier[ChangeLog] add 0.4.8 entry
2018-11-22 Paul Brossier[py] set long description content type to markdown
2018-11-22 Paul Brossier[doc] plain todo in wavetable_load
2018-11-22 Paul Brossier[ci] move homebrew packages to travis addons, skip...
2018-11-22 Paul Brossier[make] add branch coverage, improve html report
2018-11-21 Paul Brossier[py] include waf_gensyms.py in MANIFEST.in
2018-11-21 Paul Brossier[tests] use from .utils import, fixes build with pybuil...
2018-11-21 Paul Brossier[waf] exclude more generated files from tarball
2018-11-21 Paul Brossier[ci] remove coveralls from travis, using codecov
2018-11-21 Paul Brossier[doc] describe single-/double-precision modes
2018-11-21 Paul Brossier[wavetable] add dummy load implementation, add todo...
next