[pitch] fix memory leak in specacf
[aubio.git] / python /
2018-10-29 Paul Brossier[py] [cut] add option --create-first
2018-10-29 Paul Brossier[py] [slicing] add check_first=True to tests
2018-10-29 Paul Brossier[py] [slicing] add option create_first, default to...
2018-10-29 Paul Brossier[py] [slicing] add end of last region if missing
2018-10-29 Paul Brossier[py] [slicing] add test for missing end of last region
2018-10-29 Paul Brossier[py] slicing.py: fix for slices smaller than hop_size
2018-10-29 Paul Brossier[py] add test with slices shorter than hop_size
2018-10-29 Paul Brossier[py] remove old slices from current list
2018-10-29 Paul Brossier[py] [docs] add documentation for note2midi, midi2note...
2018-10-27 Paul Brossier[cmd] wrap long lines in test
2018-10-27 Paul Brossier[cmd] [py2] workaround for -V to really show version
2018-10-26 Paul Brossier[python] improve cvec doc
2018-10-26 Paul Brossier[python] improve sink.close doc
2018-10-26 Paul Brossier[python] add docstrings for pvoc
2018-10-26 Paul Brossier[python] add docstrings for sink
2018-10-26 Paul Brossier[python] add docstrings for source
2018-10-26 Paul Brossier[py] wrap long lines in aubiomodule.c
2018-10-26 Paul Brossier[python] fix error messages in filterbank
2018-10-26 Paul Brossier[python] improve docstrings for window
2018-10-26 Paul Brossier[python] improve docstrings for shift and ishift
2018-10-26 Paul Brossier[python] improve docstrings for db_spl, level_lin,...
2018-10-26 Paul Brossier[python] add docstrings to alpha_norm and zero_crossing...
2018-10-26 Paul Brossier[python] add docstrings to bintofreq and freqtobin
2018-10-26 Paul Brossier[python] add docstrings to bintomidi and miditobin
2018-10-26 Paul Brossier[python] add docstrings to ufuncs
2018-10-04 Paul BrossierMerge branch 'feature/circleci2'
2018-10-04 Paul Brossierpython/tests/test_notes.py: test notes.set/get_release_drop
2018-09-26 Paul BrossierMerge branch 'feature/travispy37'
2018-09-26 Paul Brossierpython/lib/gen_external.py: split long functions
2018-09-24 Paul Brossierpython/lib/gen_external.py: verbose compiler warnings
2018-09-24 Paul Brossierpython/lib/gen_external.py: always show errors
2018-09-18 Paul Brossierpython/lib/aubio/cmd.py: fix typo in comment
2018-09-18 Paul Brossierpython/lib/gen_external.py: pass '-x c' to emcc only
2018-09-17 Paul BrossierMerge branch 'jack-midi-buffer-fix' of https://github...
2018-09-15 Paul BrossierMerge branch 'master' into feature/fastmfcc
2018-09-15 Paul BrossierMerge branch 'feature/dct_multiopt'
2018-09-15 Paul Brossierpython/tests/test_dct.py: reduce precision for dct...
2018-09-15 Paul BrossierMerge branch 'feature/dct_multiopt' into feature/fastmfcc
2018-09-15 Paul Brossierpython/tests/test_dct.py: use float_type
2018-09-15 Paul Brossierpython/tests/test_fvec_shift.py: add tests for shift...
2018-09-15 Paul Brossierpython/ext/py-musicutils.*: add shift(fvec) and ishift...
2018-08-22 Paul Brossierpython/lib/gen_code.py: kwargs last for py2.x
2018-08-13 Paul Brossierpython/lib/gen_code.py: also create outputs for rdo
2018-08-07 Paul BrossierMerge branch 'master' into dct
2018-06-21 Paul BrossierMerge branch 'ancorcruz-master'
2018-05-15 Ancor Cruzpython/demos/demo_pitch_sinusoid.py: use // to yield...
2017-10-03 Paul BrossierMerge branch 'master' into dct
2017-10-01 Paul BrossierMerge branch 'intel_ipp_pull' of https://github.com...
2017-10-01 Paul BrossierMerge branch 'yin_confidence' of https://github.com...
2017-10-01 Paul BrossierMerge branch 'PR/simplify_emscripten'
2017-09-30 Paul Brossierpython/ext/py-cvec.c: setters to return a negative...
2017-09-30 Paul BrossierMerge branch 'master' into PR/simplify_emscripten
2017-09-17 Paul BrossierMerge branch 'master' into coveralls
2017-09-17 Paul Brossierpython/tests/test_aubio_cmd.py: avoid unused variable
2017-09-17 Paul BrossierMerge branch 'master' into coveralls
2017-09-17 Paul Brossierpython/tests/test_aubio_cmd.py: fix for python << 3
2017-09-17 Paul BrossierMerge branch 'master' into coveralls
2017-09-16 Paul BrossierMerge branch 'master' into dct
2017-09-16 Paul Brossierpython/tests/test_dct.py: pass with fftw
2017-09-16 Paul Brossierpython/tests/test_dct.py: add comments
2017-09-16 Paul Brossierpython/lib/gen_code.py: add support for rdo
2017-09-16 Paul Brossierpython/tests/test_dct.py: add full tests
2017-09-16 Paul Brossierpython/tests/test_aubio_*.py: add basic tests
2017-09-16 Paul BrossierMerge branch 'master' into coveralls
2017-09-16 Paul Brossierpython/lib/aubio/cmd.py: add silence and time format
2017-09-16 Paul Brossierpython/lib/aubio/cut.py: use AubioArgumentParser
2017-09-16 Paul Brossierpython/lib/aubio/cmd.py: add basic cut command
2017-09-16 Paul Brossierpython/lib/aubio/cut.py: remove unused variable
2017-09-16 Paul Brossierpython/lib/aubio/cmd.py: use custom parser class
2017-09-16 Paul Brossierpython/lib/aubio/cut.py: clean-up, split in functions
2017-09-14 Paul Brossierpython/tests/test_filterbank_mel.py: ignore UserWarnings
2017-09-14 Paul Brossierpython/tests/test_filterbank*.py: clean-up, improve...
2017-09-14 Paul Brossierpython/demos/demo_tapthebeat.py: prefix unused argument...
2017-09-14 Paul Brossierpython/demos/demo_bpm_extract.py: add beats_to_bpm
2017-09-14 Paul Brossierpython/demos/demo_bpm_extract.py: add argparse
2017-09-14 Paul Brossierpython/lib/aubio/cmd.py: add help subcommand
2017-09-14 Paul Brossierpython/lib/aubio/cmd.py: add some doc, prefix unused...
2017-09-12 Paul Brossierpython/lib/aubio/cmd.py: use frames_read in flush
2017-09-12 Paul Brossierpython/lib/aubio/cmd.py: split add_subcommands
2017-09-12 Paul Brossierpython/lib/aubio/cmd.py: add quiet subcommand (closes...
2017-09-12 Paul Brossierpython/lib/aubio/cmd.py: split buffer and hop sizes
2017-09-06 Paul Brossierpython/ext/py-phasevoc.c: add _set_window
2017-09-05 Paul Brossiersrc/spectral/dct.h: add dct type II using ooura
2017-09-04 Paul Brossierpython/demos/demo_wav2midi.py: remove unused variables
2017-09-04 Paul Brossierpython/demos/demo_wav2midi.py: add simple midi file...
2017-07-24 Paul BrossierMerge branch 'fix_genexternal.py_syntax'
2017-07-24 MartinHNUpdate gen_external.py
2017-07-24 Paul Brossierpython/demos/demo_yin_compare.py: fix indentation
2017-07-24 Paul BrossierMerge branch 'yinfast'
2017-07-24 Paul BrossierMerge branch 'master' into yinfast
2017-07-24 Paul BrossierMerge branch 'emscripten'
2017-07-24 Paul BrossierMerge branch 'master' into emscripten
2017-05-30 Martin Hermantgen_external.py : pepify
2017-05-30 Martin Hermantgen_external.py : pass skip_object as member of functio...
2017-05-29 Martin Hermantgen_external.py : fix c_declaration cleaning messing...
2017-05-29 Martin Hermantgen_external.py :
2017-05-29 Martin Hermantgen_external.py : pepify
2017-05-29 Martin Hermantgen_external :
2017-05-29 Martin Hermantgen_external.py : fix func_name to long_name resolving...
2017-05-29 Martin Hermantgen_external.py : fix wrong in longname in lib generation
next