python/demos/demo_fastyin_compare.py: comparison of different yin versions
python/demos/demo_tapthebeat.py: play beats using pyaudio
src/mathutils.c: prevent segfault with latest Accelerate.framework (closes #58, closes #102)
src/io/source_avcodec.c: avoid unused variable
python/lib/aubio/cut.py: upgrade to argparse
python/lib/aubio/cut.py: pass samplerate to onset or tempo
doc/requirements.rst: fix typo and broken link (closes #99)
python/lib/aubio/cmd.py: add -u/--pitch-unit to 'aubio pitch'
Merge branch 'hztirf-master'
Update beattracking.h
Fix typo
README.md, doc/statuslinks.rst: bump latest version to 0.4.5
src/io/source_avcodec.c: more fixes for declaration before assignment
README.md: update zenodo badge
src/io/source_avcodec.c: more fixes for declaration before assignment
src/io/source_avcodec.c: more fixes for declaration before assignment
src/io/source_avcodec.c: more fixes to declare before assigning
src/io/source_avcodec.c: fix for windows vc9
VERSION: bump to 0.4.6~alpha
ChangeLog: add changelog entry for 0.4.5
python/lib/moresetuptools.py: force adding libav on window (see conda-forge/pkg-config-feedstock#11)
README.md: less legal, more help
doc/about.rst: improve credit sentence
wscript: lower libswresample required to >= 1.2.0
README.md, doc/about.rst: update copyright year
scripts/build_mingw: generate .def file (closes #97)
scripts/build_mingw: update to latest ffmpeg build
scripts/build_mingw: fix dll location, generate def file
scripts/build_mingw: use this_version.py to get current version
this_version.py: add options to get only libaubio or python-aubio version
README.md: simplify badges
src/io/source_avcodec.c: avoid double free with libavformat56
README.md: add citation info, credits moved to manual
doc/about.rst: add credits page
README.md: update list of command line tools
README.md: rewrite python paragraph
README.md: add zenodo link
README.md: remove audio devices for now
src/onset/onset.c: add old_default mode
src/spectral/specdesc.c: add old_default
src/onset/onset.c: improve specflux parameters
src/onset/onset.c: avoid start with doubled or negative onset
python/tests/test_onset.py: simply check that threshold, minioi and delay are > 0
README.md: show appveyor status of master branch
Merge branch 'master' into awhitening
src/onset/onset.c: improve default parameters
examples/aubioonset.c: also display awhitening and compression
src/onset/onset.h: rename logmag_compression to compression
src/onset/onset.h: rename to awhitening, add logmap_compression
src/onset/onset.h: add _reset and _set_default_parameters
src/spectral/awhitening.h: add _set_floor/_get_floor, improve documentation
src/synth/wavetable.c: always clamp wavetable
examples/aubioonset.c: get parameters from created instances
src/synth/wavetable.c: always clamp wavetable
README.md: update documentation links
Merge branch 'master' into awhitening
wscript: pass version to doxygen
doc/full.cfg: derive from doc/web.cfg
src/spectral/awhitening.h: fix documentation
Merge branch 'master' into awhitening
src/musicutils.h: fix documentation for fvec_clamp
src/cvec.h: fix cvec_logmag documentation
Merge branch 'master' into awhitening
README.md: fix appveyor link
src/io/source_avcodec.c: hide EAGAIN warning, skip to next frame immediately
python/lib/aubio/cmd.py: remove unused variable
doc/conf.py: do not rebuild included documents
doc/xcode_frameworks.rst: remove duplicated label
doc/installing.rst: improve cheats
doc/android.rst: shorten title
doc/installing.rst: fix include
doc/: add cheat sheet, clean up
doc/develop.rst: fix punctuation
README.md: simplify, move detailed instructions to manual
doc/develop.rst: improve examples
doc/develop.rst: improve basics
doc/develop.rst: direct link to doxygen
README.md: move api description to doc/develop.rst
Merge branch 'gitshaversion'
python/lib/aubio/cmd.py: improve help output
python/lib/aubio/cmd.py: check we found a few beats
python/lib/aubio/cmd.py: improve descriptions
python/lib/aubio/cmd.py: small refactor, add comments
this_version.py: simplify git clean check
.gitignore: also ignore pip-delete-this-directory.txt
python/tests/test_sink.py: add missing samplerate
python/lib/moresetuptools.py: remove unused variables, factorize macros
python/tests/test_source.py: remove unused import
this_version.py: show status if tree is not clean
wscript: update for waf 1.9.6
this_version.py: fix release mode
doc/conf.py: use this_version here too