[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
[py] improve style for demo_filterbank.py
[py] improve style for demo_source_simple.py
[py] improve style for demo_filter.py
[py] improve code style of midiconv.py
[py] improve code style of slicing.py
[py] improve style of cmd.py
[doc] [py] improve source/sink descriptions
[py] [doc] improve source.do/do_multi descriptions
[py] [doc] fix sink.__call__ formatting
[build] wrap long lines in wscript
[py] update and simplify MANIFEST.in
[py] simplify import in gen_external.py
[py] remove empty init files
Merge branch 'feature/docstrings' (see #73)
[doc] improve demos used in examples
[doc] add a note about building the module in double precision
[doc] add source and sink doc
[doc] reorganize python doc
[doc] rename python reference to python-install
[doc] add --release-drop to manpages
[doc] add page py_datatypes
[py] add basic module docstring
[py] improve py-cvec.c doc
[py] improve py-cvec.c doc
Merge branch 'feature/cdocstrings' into feature/docstrings
[doc] start adding autodoc to sphinx documents
Merge branch 'master' into feature/docstrings
Merge branch 'master' into feature/cdocstrings
[py] use aubio_log message when set by failed aubio_<>_set_<>
Merge branch 'master' into feature/earlynoteoff
[cmd] add --silence and --release-drop to notes subcommand
[doc] add -d/--release-drop to aubionotes manual