Merge branch 'avcodec' into develop
[aubio.git] / python /
2013-12-06 Paul BrossierMerge branch 'avcodec' into develop
2013-12-06 Paul Brossierpython/lib/generator.py: add source_avcodec to blacklist
2013-12-03 Paul Brossierpython/demos/demo_simple_spectral_weighting.py: added...
2013-12-02 Paul Brossierpython/demos/demo_bpm_extract.py: add simple demo to...
2013-12-02 Paul Brossierpython/demos/demo_tempo_plot.py: update
2013-12-02 Paul Brossierpython/demos/demo_filterbank.py: fix header
2013-12-02 Paul Brossierpython/demos/demo_pitch.py: add plotting
2013-11-20 Paul Brossierpython/demos/demo_sink_create_woodblock.py: fix wavetable
2013-11-20 Paul Brossierpython/scripts/aubiocut: make -i optional
2013-11-19 Paul Brossierpython/ext/aubiomodule.c: add missing generated_types_r...
2013-11-13 Paul Brossierpython/lib/aubio/midiconv.py: add freq2note
2013-11-05 Paul Brossierpython: add wavetable, skip parameter
2013-10-27 Paul BrossierMerge branch 'develop' of aubio.org:/git/aubio/aubio...
2013-10-17 Paul Brossierpython/scripts/aubiocut: add -b option
2013-10-17 Paul Brossierdemos/demo_waveform_plot.py: add downsample parameter
2013-10-17 Paul Brossierpython/tests/run_all_tests: ignore more unstable
2013-10-15 Paul Brossierpython/lib/generator.py: remove audio_unit
2013-10-15 Paul Brossierpython/lib/generator.py: remove most unstable objects
2013-10-15 Paul Brossierpython/demos/demo_filterbank.py: added simple filterban...
2013-10-15 Paul Brossiermerge with develop
2013-04-10 Paul Brossierpython/tests/eval_pitch: add evaluation script against...
2013-04-10 Paul Brossierpython/tests/utils.py: add array_from_yaml_file
2013-04-09 Paul Brossiersrc/onset/: rename get_last_onset to get_last
2013-04-09 Paul Brossierpython/scripts/aubiocut: add slicing
2013-04-08 Paul Brossierpython/tests/test_pitch.py: more tests
2013-03-23 Paul BrossierMerge branch 'synth' into develop
2013-03-22 Paul Brossiermerge from develop
2013-03-22 Paul Brossierlib/aubio/__init__.py: add header and docstring
2013-03-22 Paul Brossierext/aubio-types.h: system include
2013-03-22 Paul Brossierpython/demos/demo_miditofreq.py: added simple miditofre...
2013-03-22 Paul Brossierpython/tests/test_phasevoc.py: split tests
2013-03-22 Paul Brossierpython/tests/test_source.py: really fail wrong hop...
2013-03-22 Paul BrossierMerge branch 'synth' into develop
2013-03-22 Paul BrossierMerge branch 'synth' into develop
2013-03-22 Paul Brossierpython/lib/gen_pyobject.py: add sampler
2013-03-22 Paul BrossierMerge branch 'synth' into develop
2013-03-22 Paul BrossierMerge branch 'device' into develop
2013-03-22 Paul Brossierpython/demos/demo_{mel-energy,mfcc,specdesc}.py: use...
2013-03-22 Paul Brossierpython/demos/demo_mel-energy.py: added simple mel energ...
2013-03-22 Paul Brossierpython/demos/demo_mfcc.py: added simple mfcc demo
2013-03-22 Paul Brossierpython/demos/demo_waveform_plot.py: also set x limits
2013-03-22 Paul Brossierpython/demos/demo_waveform_plot.py: plot more samples...
2013-03-18 Paul Brossierpython/lib/gen_pyobject.py: add forgotten source
2013-03-18 Paul Brossiersrc/io: use hop_size, not block_size
2013-03-18 Paul Brossierpython/lib/gen_pyobject.py: add block_size for source
2013-03-18 Paul Brossierpython/lib/aubio/midiconv.py: note2midi improve error...
2013-03-18 Paul Brossierpython/tests/test_specdesc.py: update to latest specdesc.c
2013-03-18 Paul BrossierMerge branch 'pitchyinfft' into develop
2013-03-18 Paul Brossierpython/lib/gen_pyobject.py: fix shortname of methods...
2013-03-15 Paul Brossierpython/demos/demo_onset*: remove di, moved to C
2013-03-13 Paul Brossierpython/demos/demo_tempo_plot.py: import first
2013-03-12 Paul Brossierpython/tests/test_pitch.py: indent and generate more...
2013-03-10 Paul Brossiertests/test_{midi2note,note2midi}.py: add header and...
2013-03-10 Paul Brossierlib/aubio/midiconv.py: add note2 midi
2013-03-10 Paul Brossierlib/aubio/midiconv.py: improve note2midi
2013-03-10 Paul Brossierlib/aubio/midiconv.py: add note2midi
2013-03-09 Paul Brossiertests/test_cvec.py: add missing header
2013-03-09 Paul Brossierlib/generator.py: move add_generated_objects and genera...
2013-03-09 Paul Brossierdemos/demo_sink_create_woodblock.py: table lookup to...
2013-03-09 Paul Brossierdemos/demo_waveform_plot.py: improve
2013-03-08 Paul Brossierpython/demos: add demo_pitch.py and demo_waveform_plot.py
2013-03-08 Paul Brossierdemos/demo_onset.py: simplify imports
2013-03-08 Paul Brossierpython/tests/test_fvec.py: clarify
2013-03-08 Paul Brossierpython/tests/test_fft.py: update, indent
2013-03-08 Paul Brossierpython/setup.py: move programs to scripts
2013-03-08 Paul Brossierpython/demos/: update and add some demos
2013-03-08 Paul Brossierdemos/demo_onset.py: add simple onset example, update...
2013-03-08 Paul Brossierpython/: move generator.py to lib, improve README,...
2013-03-08 Paul Brossierdemos/demo_slicing.py: slice exactly at region boundary
2013-03-08 Paul Brossierpython/setup.py: move package_dir to lib
2013-03-08 Paul Brossierpython/: use Py_RETURN_NONE, fixing a memory bug trigge...
2013-03-07 Paul Brossierpython/tests/test_sink.py: trigger sink bug
2013-03-07 Paul Brossierpython/demos/demo_keyboard.py: remove gnuplot stuff
2013-03-07 Paul Brossierpython/demos/demo_keyboard.py: indent
2013-03-07 Paul Brossierpython/demos/demo_keyboard.py: moved to numpy
2013-03-06 Paul Brossierdemos/demo_onset_file.py: indent, hide y-axis
2013-03-06 Paul Brossierdemos/demo_spectrogram.py: add samplerate option to...
2013-03-06 Paul Brossierdemos/demo_beats_and_tempo.py: skip plot if not beats
2013-03-06 Paul Brossierpython/demos/demo_tss.py: improve default parameters
2013-03-06 Paul Brossierdemos/demo_sink.py: indent
2013-03-06 Paul Brossierdemos/demo_source.py: indent, add samplerate and hop_si...
2013-03-06 Paul Brossiertests/test_mathutils.py: can be TypeError or NotImpleme...
2013-03-06 Paul Brossiertests/test_{source,sink}.py: add sink, improve source...
2013-03-06 Paul Brossiertests/test_mathutils.py: improve
2013-03-06 Paul Brossierext/aubiomodule.c: more ufuncs
2013-03-05 Paul Brossierdemos/demo_sink.py: add samplerate and hop_size options
2013-03-05 Paul Brossierpython/ext/aubio-types.h: USE_LOCAL_AUBIO
2013-03-05 Paul Brossierpython/: add VERSION
2013-03-05 Paul Brossiersetup.py: improve, update MANIFEST.in
2013-03-05 Paul Brossierext/aubio-types.h: use -DLOCAL_AUBIO to build against...
2013-03-05 Paul BrossierMANIFEST.in: add manifest
2013-03-05 Paul Brossierpython/: improve build
2013-03-05 Paul Brossiertests/python/: removed old python tests
2013-03-05 Paul Brossiertests/: array_from_file to look for file in tests/
2013-03-05 Paul Brossierext/ufuncs.c: add first ufunc, unwrap2pi
2013-03-04 Paul BrossierREADME.md: update
2013-03-04 Paul Brossierpython/: move source files to ext/
2013-03-04 Paul Brossieraubiomodule.c: simplify includes
2013-03-03 Paul Brossieraubiomodule.c: add unwrap2pi
2013-03-03 Paul Brossierpython/aubiomodule.c: add midi/bin/freq conversion
next