azure-pipelines.yml: add macos image
azure-pipelines.yml: add windows image
azure-pipelines.yml: add basic config
Merge branch 'feature/circleci2'
wscript: update circle ci config location
.circleci/config.yml: always show and uninstall, run tests without sounds
.circleci/config.yml: pass -y to pip uninstall
.circleci/config.yml: add 3.7 config with no dependencies
.circleci/config.yml: remove simple macos config
.circleci/config.yml: add simple macos config
.circleci/config.yml: add py37
Merge branch 'feature/travispy37'
python/lib/gen_external.py: split long functions
.circleci/config.yml: fix typo
.circleci/config.yml: split images
.circleci/config.yml: update install rule name
.circleci/config.yml: force using local nose2
.circleci/config.yml: use pip --user
.circleci/config.yml: install pip requirements
.circleci/config.yml: add sudo to apt commands
.circleci/config.yml: fix typo
.circleci/config.yml: migrate to circleci2
.appveyor.yml: do force waf to use msvc 14 (tests/ wont compile on 10)
.appveyor.yml: force cl.exe path on 64-bit platforms
.appveyor.yml: no msvc hint for waf
.appveyor.yml: remove quotes, try using mingw on amd64
.gitignore: also ignore built wheels
.appveyor.yml: clean before building python wheel
.appveyor.yml: fix indentation
.appveyor.yml: use powershell to upload and install wheel
.appveyor.yml: simplify, add test_script, move requirements to install
.appveyor.yml: set path first, remove extension
python/lib/gen_external.py: verbose compiler warnings
python/lib/gen_external.py: always show errors
.appveyor.yml: add default PATH
.appveyor.yml: remove PATH setting
.appveyor.yml: remove python 3.4, add 3.6 and 3.7, remove PATH_EXTRAS
VERSION: bump to 0.4.8~alpha
ChangeLog: update to 0.4.7
doc/*.rst: use console highlighting
doc/python_module.rst: add note about aubio command
wscript: no CI files in tarball
src/fmat.c: using blas, not atlas
doc/aubionotes.txt: add yinfast to list of available pitch methods
doc/aubiopitch.txt: add note about yinfast
doc/requirements.rst: add some blas documentation
doc/requirements.rst: split media/optimisation libraries
wscript: detect includes for openblas/libblas/atlas
src/aubio_priv.h: split BLAS and ATLAS support
examples/parse_args.h: add yinfast to pitch algorithms
wscript: add options to disable examples and tests
python/lib/aubio/cmd.py: fix typo in comment
python/lib/gen_external.py: pass '-x c' to emcc only
src/spectral/mfcc.c: avoid undef, use slow version if HAVE_NOOPT
src/aubio_priv.h: avoid hard-coded undefs
scripts/get_waf.sh: verify signature if gpg available
Merge branch 'fix/jack-midi-buffer'
examples/utils.c: define MAX_MIDI_EVENT_SIZE
Merge branch 'jack-midi-buffer-fix' of https://github.com/cyclopsian/aubio into fix/jack-midi-buffer
Fix examples failing to send more than one JACK midi event per frame
Merge branch 'feature/fastmfcc'
src/spectral/mfcc.c: move declaration up
Merge branch 'master' into feature/fastmfcc
Merge branch 'feature/dct_multiopt'
python/tests/test_dct.py: reduce precision for dct ramp
src/spectral/dct.c: check if accelerate support size
src/spectral/dct.c: update prototypes
Merge branch 'feature/dct_multiopt' into feature/fastmfcc
python/tests/test_dct.py: use float_type
src/spectral/dct_accelerate.c: add accelerate suffix
python/tests/test_fvec_shift.py: add tests for shift() and ishift()
python/ext/py-musicutils.*: add shift(fvec) and ishift(fvec)
scripts/get_waf.sh: bump to 2.0.11
src/io/source_avcodec.c: avoid deprecated call for ffmpeg >= 4.0
examples/utils.h: process_block returns void
tests/src/spectral/test-dct.c: check reconstruction works
src/spectral/mfcc.c: use dct to compute mfcc
src/spectral/dct.h: update doxygen comments
python/lib/gen_code.py: kwargs last for py2.x
python/lib/gen_code.py: also create outputs for rdo
src/spectral/dct.h: explicit output names
src/spectral/dct.c: ooura supports size > 1
src/spectral/dct_plain.c: add new line at end of warning
src/spectral/dct.c: ooura supports any power of 2
src/spectral/dct_ipp.c: allow size 1
src/spectral/dct.c: add dct factory
src/spectral/dct_plain.c: add plain dct
src/spectral/dct_ooura.c: rename to aubio_dct_ooura
src/spectral/dct_ipp.c: rename to aubio_dct_ipp
src/spectral/dct_fftw.c: rename to aubio_dct_fftw
src/spectral/dct_fftw.c: remove unused symbol
src/spectral/dct_ipp.c: use different space for fwd and inv transform
src/spectral/dct_*.c: remove unused cvec.h
Merge branch 'master' into dct
README.md, doc/statuslinks.rst: use latest for commits-since
Merge branch 'fix/avr_context'
Merge branch 'fix/negative_samplerate'
Merge branch 'fix/yinfft_overflow'
.appveyor.yml: upgrade pip first, always use python -m pip