python/ext/py-source.c: add with interface (PEP 343)
[aubio.git] / python /
2017-02-26 Paul Brossierpython/ext/py-source.c: add with interface (PEP 343)
2017-02-23 Paul Brossierpython/scripts/aubiocut: remove old comment line
2017-02-02 Paul Brossierpython/demos/demo_bench_yin.py: add yin/yinfft benchmar...
2017-01-21 Paul Brossierpython/lib/moresetuptools.py: add comments, improve...
2017-01-21 Paul Brossierpython/lib/moresetuptools.py: use system aubio only...
2017-01-21 Paul Brossierpython/lib/moresetuptools.py: add get_aubio_version...
2017-01-08 Paul Brossierpython/tests/test_notes.py: use relative import
2017-01-08 Paul Brossierpython/ext/aubiomodule.c: more hack to avoid msvc issues
2016-12-24 Paul BrossierMerge branch 'yin-optimizations' of https://github...
2016-12-24 Paul BrossierMerge branch 'waf-build-tweaks' of https://github.com...
2016-12-21 Paul Brossierpython/demos/demo_pyaudio.py: add some comments, avoid...
2016-12-21 Paul Brossierpython/demos/demo_pyaudio.py: added simple demo for...
2016-12-21 Paul Brossierpython/tests/test_notes.py: test results are correct...
2016-12-18 Paul Brossierpython/tests/test_notes.py: add basic tests
2016-12-18 Paul Brossierpython/ext/aubiomodule.c: fix version string on windows
2016-12-17 Paul Brossierpython/demos/demo_notes.py: add simple notes demos
2016-12-17 Paul Brossierpython/ext/aubiomodule.c: add aubio._aubio.__version__...
2016-12-17 Paul Brossierpython/ext/aubio-types.h: use <> for non local aubio
2016-12-16 Paul Brossierpython/lib/gen_external.py: sort generated files
2016-12-11 Paul Brossierpython/lib/moresetuptools.py: mo nore fake config.h...
2016-12-11 Paul Brossierpython/lib/gen_external.py: remove duplicate
2016-12-03 Paul Brossierpython/lib/aubio/midiconv.py: improve unicode handling...
2016-12-02 Paul Brossierpython/tests/test_{midi2note,note2midi}.py: use nose2...
2016-12-02 Paul Brossierpython/lib/aubio/midiconv.py: add unicode double sharp...
2016-12-02 Paul Brossierpython/lib/moresetuptools.py: also check for HAVE_AUBIO...
2016-12-02 Paul Brossierpython/lib/moresetuptools.py: look first for system...
2016-11-30 Paul Brossierpython/demos/demo_timestretch_online.py: use 512, fix...
2016-11-30 Paul Brossierpython/tests/test_source.py: remove fragile brownnoise...
2016-11-28 Paul Brossierpython/ext/py-sink.c: always set samplerate and channel...
2016-11-28 Paul Brossierpython/tests/test_sink.py: add more tests, quiet warnings
2016-11-28 Paul Brossierpython/tests/: use local import, create __init__.py
2016-11-28 Paul Brossierpython/tests/test_fft.py: skip test fft(zeros).phas...
2016-11-28 Paul Brossierpython/lib/moresetuptools.py: cleaner clean
2016-11-28 Paul Brossierpython/ext/py-cvec.c: use NPY_INTP_FMT
2016-11-28 Paul Brossiersetup.py, python/lib/: use sorted glob.glob to improve...
2016-11-17 Paul Brossierpython/README.md: add a note about nose2 for python...
2016-11-16 Paul Brossierpython/demos/demo_alsa.py: add example using alsaaudio...
2016-11-16 Paul Brossierpython/demos/demo_timestretch*: use // to yield an...
2016-10-03 Paul Brossiersetup.py: use custom build_ext instead of 'generate...
2016-10-03 Paul Brossierpython/lib/moresetuptools.py: use samplerate in single...
2016-10-03 Paul Brossierpython/tests/test_source.py: only check if last frames...
2016-10-03 Paul Brossierpython/tests/test_source.py: check the tail of the...
2016-09-23 Paul Brossierpython/ext/aubiomodule.c: remove duplicate add_generate...
2016-09-23 Paul Brossierpython/ext/aubiomodule.c: undo last commit
2016-09-23 Paul Brossierpython/ext/aubiomodule.c: remove extern
2016-09-23 Paul Brossierpython/ext/py-source.c: use error string set in src...
2016-09-23 Paul Brossierpython/ext/py-phasevoc.c: use error string set in src...
2016-09-23 Paul Brossierpython/ext/py-fft.c: use error string set in src/spectr...
2016-09-22 Paul Brossierpython/tests/test_source.py: break long line
2016-09-22 Paul Brossierpython/tests/test_specdesc.py: RuntimeError is now...
2016-09-22 Paul Brossierpython/tests/test_source.py: filter user warnings to...
2016-09-22 Paul Brossierpython/ext/aubiomodule.c: use custom logging function...
2016-09-22 Paul Brossierpython/lib/moresetuptools.py: add HAVE_STDARG_H
2016-09-22 Paul Brossierpython/demos/demo_mfcc.py: add options to plot first...
2016-09-22 Paul Brossierpython/tests/test_fvec.py: reduce alpha norm precision...
2016-09-20 Paul Brossierpython/tests/test_source.py: use nose2 params to proces...
2016-08-29 Paul Brossierpython/lib/gen_external.py: clean-up
2016-08-29 Paul Brossierpython/tests/test_cvec.py: simplify
2016-08-27 Paul Brossierpython/demos/demo_timestretch*: remove unused import
2016-08-27 Paul Brossierpython/demos/demo_source_simple.py: make executable
2016-08-27 Paul Brossierpython/demos/demo_source_simple.py: fix indentation
2016-08-26 Paul Brossierpython/lib/gen_code.py: fix number of output
2016-08-26 Paul Brossierdoc/python_module.rst: add demo_source_simple.py
2016-08-21 Paul Brossierpython/tests/utils.py: by default, use 5 seconds brownoise
2016-08-20 Paul Brossierpython/lib/gen_code.py: improve del_ function, safer...
2016-08-20 Paul Brossierpython/demos/demo_tss.py: improve default parameters...
2016-08-20 Paul Brossierpython/lib/gen_external.py: enable tss
2016-08-20 Paul Brossierpython/lib/gen_code.py: add support for multiple _do...
2016-08-18 Paul Brossier./python/demos/demo_timestretch{,_online}.py: fix usage...
2016-07-22 Paul Brossierpython/README.md: update (closes #2)
2016-07-22 Paul BrossierREADME.md: link to python/README.md
2016-07-22 Paul BrossierMerge branch 'aubiotrack_midi_output' of https://github...
2016-07-12 Paul Brossierpython/tests/test_specdesc.py: use correct input size...
2016-07-12 Paul Brossierpython/tests/test_mfcc.py: test for wrong input size...
2016-07-12 Paul Brossierpython/lib/gen_code.py: add input size checks (see...
2016-07-09 Paul BrossierMerge branch 'sxalexander-python-readme-typo'
2016-07-08 Sam AlexanderUpdate Readme Typo
2016-07-01 Paul Brossierpython/lib/gen_code.py: add output size for notes
2016-06-22 Paul BrossierMerge branch 'master' into notes
2016-06-06 Paul Brossierpython/demos/demo_timestretch.py: add timescale algorit...
2016-06-06 Paul Brossierpython/demos/demo_timestretch.py: add timescale algorithm
2016-05-19 Paul Brossierpython/VERSION: remove, use same VERSION file for libau...
2016-05-16 Paul Brossierpython/lib/moresetuptools.py: fix typo
2016-05-16 Paul Brossierpython/lib/moresetuptools.py: add apple audio sind...
2016-05-16 Paul Brossierpython/lib/gen_external.py: improve compiler detection...
2016-05-16 Paul Brossierpython/tests/utils.py: try reopening the file is deleti...
2016-05-16 Paul Brossierpython/tests/test_mathutils.py: can also raise NotImple...
2016-05-16 Paul Brossierpython/tests: fix most prospect warnings
2016-05-16 Paul Brossierpython/demos/demo_specdesc.py: remove unused import
2016-05-16 Paul Brossierpython/: fix comparison to False
2016-05-16 Paul Brossierpython/: fix comparisons to None
2016-05-16 Paul Brossierpython/demos: python3 and double precision compatibility
2016-05-15 Paul Brossierpython/demos/__init__.py: added empty file
2016-05-15 Paul Brossierpython/demos/demo_create_test_sounds.py: python 3 compat
2016-05-15 Paul Brossierpython/demos/demo_create_test_sounds.py: add script...
2016-05-15 Paul Brossierpython/lib/moresetuptools.py: define HAVE_WIN_HACKS...
2016-05-15 Paul Brossierpython/lib/moresetuptools.py: always define HAVE_C99_VA...
2016-05-15 Paul Brossierpython/lib/moresetuptools.py: also catch WindowsError...
2016-05-15 Paul Brossierpython/tests/test_source.py: fix when python/tests...
2016-05-15 Paul Brossierpython/tests/test_source.py: skip tests if no sounds...
next