src/aubio_priv.h: fix for double precision mode
src/spectral/fft.c: remove unrequired scaling, fixing python unit tests
src/wscript_build: link against ipp if defined
src/spectral/fft.c: define ipp aliases for single/double precision
src/aubio_priv.h: define ipp aliases for single/double precision, use them in cvec and fvec
src/spectral/fft.c: remove trailing space
src/aubio_priv.h: include ipp headers from here
Merge branch 'intel_ipp_pull' of https://github.com/emuell/aubio into emuell-intel_ipp_pull
Merge branch 'emuell-yin_confidence'
Merge branch 'yin_confidence' of https://github.com/emuell/aubio into emuell-yin_confidence
Merge branch 'PR/simplify_emscripten'
scripts/build_emscripten: clean up
.appveyor.yml: use msvc 14.0 (VS 2015)
tests/src/io: improve comments
wscript: try compiling with msvc 10
.appveyor.yml: no more .bat file
.appveyor.yml: define PYTHONDIR, not PYTHON
.appveyor.yml: try another workaround for appveyor
.appveyor.yml: try escaping arguments
.appveyor.yml: set python.exe explicitely
.appveyor.yml: try using get_waf.sh
scripts/get_waf.sh: build waf from source tarball, add emscripten and syms (see #126)
python/ext/py-cvec.c: setters to return a negative value on error (closes #17)
wscript: remove trailing spaces
Merge branch 'master' into PR/simplify_emscripten
scripts/get_waf.sh: waf 2.0.1
.travis.yml: also upload to codecov.io
Makefile: build python against libaubio to get all coverage
.travis.yml: only upload lcov for now
.travis.yml: also install lcov on osx
Makefile: always generate coverage.info
Makefile: set PYTHONPATH=./lib/python for coverage
.travis.yml: add lcov and coveralls-lcov
Makefile: add coverage target
Merge branch 'master' into coveralls
python/tests/test_aubio_cmd.py: avoid unused variable
.coveragerc: measure branch coverage
.travis.yml: remap from installed package to local source
.travis.yml: run coverage only second time, do not clean, coveralls only when tests are run
Merge branch 'master' into coveralls
python/tests/test_aubio_cmd.py: fix for python << 3
Merge branch 'master' into coveralls
aubio.pc.in: remove trailing space
src/spectral/mfcc.c: fix typo
python/tests/test_aubio_*.py: add basic tests
Merge branch 'master' into coveralls
src/io/source_avcodec.c: improve error message, prevent un-opened bracket
python/lib/aubio/cmd.py: add silence and time format
python/lib/aubio/cut.py: use AubioArgumentParser
python/lib/aubio/cmd.py: add basic cut command
python/lib/aubio/cut.py: remove unused variable
python/lib/aubio/cmd.py: use custom parser class
python/lib/aubio/cut.py: clean-up, split in functions
Makefile: run test once, verbose is default
.travis.yml: custom NOSE2 command
Makefile: add NOSE2= to redefine nose2 command
python/tests/test_filterbank_mel.py: ignore UserWarnings
python/tests/test_filterbank*.py: clean-up, improve get_coeff tests
.travis.yml: add coveralls
.coveragerc: add basic ignore patterns
python/demos/demo_tapthebeat.py: prefix unused arguments with _
python/demos/demo_bpm_extract.py: add beats_to_bpm
python/demos/demo_bpm_extract.py: add argparse
python/lib/aubio/cmd.py: add help subcommand
python/lib/aubio/cmd.py: add some doc, prefix unused variables with _
python/lib/aubio/cmd.py: use frames_read in flush
python/lib/aubio/cmd.py: split add_subcommands
python/lib/aubio/cmd.py: add quiet subcommand (closes #124)
python/lib/aubio/cmd.py: split buffer and hop sizes
python/ext/py-phasevoc.c: add _set_window
src/spectral/phasevoc.h: add _set_window
src/mathutils.c: add window type 'ones'
python/demos/demo_wav2midi.py: remove unused variables
python/demos/demo_wav2midi.py: add simple midi file writer using mido (closes: #134)
yin pitch confidence tweaks
fixed missing aubio_vDSP_vclr define
Revert ooura reverse fft scaling changes
Intel IPP support for aubio
doc/aubiomfcc.txt: typo coefficents -> coefficients
Merge branch 'fix_genexternal.py_syntax'
python/demos/demo_yin_compare.py: fix indentation
Merge branch 'master' into yinfast
Merge branch 'master' into emscripten
doc/web.cfg: update to doxygen 1.8.13
Update gen_external.py
scripts/get_waf.sh: bump waf to 1.9.12 (see #114)
wscript : emscripten clarify comments on added flags
wscript : emscripten : pass debug js flag to examples and tests
gen_external.py : pass skip_object as member of function to allow custom skip_objects lists
sett —memory-init-file = 0 also for tests and examples to make them runnable with node
gen_external.py : fix c_declaration cleaning messing with gen_code parsing of member pointers