[tests] run some tests in onset if no arguments passed
[onset] safer deletion method
[ChangeLog] add 0.4.8 entry
[py] set long description content type to markdown
[doc] plain todo in wavetable_load
[ci] move homebrew packages to travis addons, skip brew update
[make] add branch coverage, improve html report
[py] include waf_gensyms.py in MANIFEST.in
[tests] use from .utils import, fixes build with pybuild 3.5
[waf] exclude more generated files from tarball
[ci] remove coveralls from travis, using codecov
[doc] describe single-/double-precision modes
[wavetable] add dummy load implementation, add todo entry in documentation
[wavetable] revert 9511547 to preserve api
[doc] reorder python/README.md sections, group links
[doc] rewrite python/README.md demo section
[doc] move api references to doc, simplify pip instructions, add conda section
[doc] move python tests from python/README.md to doc/python_module.rst
[pip] use python/README.md for package long description
[doc] rewrite description, add built with and documentation sections to python/README.md
[doc] remove installation instructions from python/README.md
[man] document aubiocut --create-first
[doc] remove extra parameter in aubio_mfcc_set_mel_coeffs_slaney
Merge branch 'fix/pyextwarnings'
Merge branch 'fix/py3x_win-amd64' (closes #199, #208)
[py] fix filterbank in double-precision mode
[ci] avoid building twice on appveyor
[ci] remove custom path for win64 on appveyor
[py] fix missing pre-processor output on win-amd64
[py] fix % escaping in py-source.c
[py] filterbank power and norm are floats
[py] filterbank.set_triangle_bands can accept a float samplerate
[test] mfcc.set_mel_coeffs_slaney takes no parameter
[tests] improve aubio_filter coverage
[tests] improve onset coverage
[test] improve coverage of filters
[test] improve coverage of filters
[tests] add tests for mfcc filterbank settings
Merge branch 'feature/mfccparams'
[Makefile] disable docs when measuring coverage, add option to zero counters
[doc] include meltohz and hztomel
Merge branch 'feature/melfilterbank' into feature/mfccparams
[filterbank] add const qualifiers
[filterbank] move statement after declaration
[mfcc] default to full range when not using 40 filters
[mfcc] add slaney mode takes no params
[py] generate code for setters with no parameters
[py] generate code for setters with multiple parameters
[mfcc] add scale documentation
[mfcc] remove note about power, add scale
[filterbank] add unit in doc
[mfcc] add slaney (default) and documentation
[mfcc] add set_mel_coeffs and power
[py] add tests for new filterbank methods
[tests] [filterbank] add get/set power/norm calls
[py] filterbank.set_mel_coeffs_slaney accepts float
[filterbank] check samplerate in _slaney, use temp variables
[py] check for float in filterbank.set_mel_coeffs, improve parameter names
[filterbank] factorize input validation
[filterbank] check input samplerate, not n_bands
Merge branch 'master' into feature/melfilterbank
[doc] fix filterbank_set_mel_coeffs params
[py] add filterbank.set_power and set_norm
[filterbank] check norm in set_triangle_bands
[filterbank] add docs for norm and power
[filterbank] add norm and power parameters
[filterbank] fix mel htk mode
[test] pass checks in double precision, rename hztomel
[py] add filterbank.set_mel_coeffs, improve error messages
[filterbank] add set_mel_coeffs
[py] add meltohz and hztomel with minimal doc
[api] add meltohz and hztomel, Slaney and Htk versions
[source] [avcodec] remove oldavr stuff
[source] [avcodec] create resampler once
[source] [avcodec] downmix signal manually
[test] add a test using sink and source to check channel mixing
Merge branch 'fix/oddfft' (closes #207)
[fft] limit vDSP to 2**n sizes, add support for radix 3, 5, 15
[fft] fix reconstruction for odd sizes (fftw only)
[tests] check fft reconstruction for even size and radix 3, 5, 15
[filterbank] add a warning for duplicate freqs, improve nyquist warning
[tests] also test for duplicate values in set_triangle_bands
[filterbank] improve unit tests
[filterbank] remove warning when list starts with 0, add some sanity checks
[tests] set_triangle_bands should when list starts with 0 (see #206)
[py] [style] improve setup.py
[py] move cut_slice from cut to cmd to avoid cyclic import
[py] [style] add space after , in cut.py
[py] [style] add space around * in midiconv.py
[py] add blank line after imports in __init__.py
[waf] avoid shipping generated files in tarball
.gitignore: also ignore .eggs and .cache
[py] simplify waf inclusion in MANIFEST.in, avoiding pyc
[py] fix matching " in cmd.py
[py] fix missing eol in cmd.py