.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
[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
[py] [docs] add documentation for note2midi, midi2note, and freq2note
[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
[python] improve sink.close doc
[python] add docstrings for pvoc
[python] add docstrings for sink
[python] add docstrings for source
[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
[python] improve docstrings for window
[python] improve docstrings for shift and ishift
[python] improve docstrings for db_spl, level_lin, level_detection, silence_detection
[python] add docstrings to alpha_norm and zero_crossing_rate