[py] [test] make sure freq2note rounds to nearest integer midi note
[py] wrap long lines in midiconv.py
Merge branch 'feature/wrapavcodec'
Merge branch 'feature/wrap_py_mod'
Merge branch 'fix/wavetable'
[doc] remove trailing blank line
[doc] update copyright year
Merge branch 'fix/slicing'
[py] [tests] start slice tests at 0
Merge branch 'fix/slaneyurl'
Merge branch 'fix/warn_old_avutil'
Merge branch 'fix/phasevoc'
Merge branch 'feature/azureci' into fix/warn_old_avutil
Merge branch 'fix/pyfilterbank'
[py] [cut] use source.samplerate
[py] [cut] add option --create-first
[py] [slicing] add check_first=True to tests
[py] [slicing] add option create_first, default to False
[py] [slicing] add end of last region if missing
[py] [slicing] add test for missing end of last region
[py] slicing.py: fix for slices smaller than hop_size
[py] add test with slices shorter than hop_size
[py] remove old slices from current list
[wavetable] stop sets playing to 0
[cmd] wrap long lines in test
[cmd] [py2] workaround for -V to really show version
[wavetable] remove undefined aubio_wavetable_load from header
[pvoc] add missing aubio_pvoc_get_hop/win
[py] wrap long lines in aubiomodule.c
[doc] update Auditory Toolbox url
[python] fix error messages in filterbank
[io] emit a warning if avutil < 53
[io] wrap long lines in source avcodec
azure-pipelines.yml: also -Werror on mac and linux
Merge branch 'feature/azureci'
Merge branch 'fix/msvcwarnings'
Merge branch 'fix/msvcwarnings' into feature/azureci
azure-pipelines.yml: fail on msvc error
azure-pipelines.yml: also install gnupg
examples/parse_args.h: avoid unreachable code, add comment
examples/: avoid hiding global
azure-pipelines.yml: also install pkg-config
azure-pipelines.yml: install some brew packages
wscript: do not ship azure-pipelines.yml
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