[test] pass checks in double precision, rename hztomel
[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
[notes] fails if release_drop <= 0
[tools] add release_drop option to aubionotes
Merge branch 'feature/note2freq'
[py] [test] expect a small rounding error when using double precision
[mathutils] increase ln(2) precision in freqtomidi/miditofreq
Merge branch 'feature/note2freq'
[py] add note2freq to __all__
[demo] fix bpm_extract arguments
[py] add note2freq to midiconv.py
[py] move midiconv.py import to file header
[py] midi2note rounds to nearest integer midi note
[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] improve slice_source_at_stamps examples
[py] add a note about missing last timestamp to slice_source_at_stamps docs
[py] add docstring to slice_source_at_stamps
Merge branch 'fix/slicing' into feature/docstrings
[py] [cut] use source.samplerate
[py] [cut] add option --create-first
[py] [slicing] add check_first=True to tests