examples/parse_args.h: add yinfast to pitch algorithms
[aubio.git] / python /
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
2017-05-29 Martin Hermantgen_external.py : clean preprocessor generated strings...
2017-05-29 Martin Hermantgen_external.py :
2017-05-29 Martin Hermantgen_external.py : support parsing of non aubio_ functio...
2017-05-29 Martin Hermantgen_external.py : relax a bit parsing of preprocessor...
2017-05-29 Martin Hermantgen_external.py : force c compiler (emcc defaults to...
2017-05-10 Paul Brossierpython/lib/aubio/cmd.py: improve error message
2017-05-09 Paul Brossierpython/tests/test_pitch.py: add yinfast
2017-05-09 Paul Brossierpython/lib/gen_external.py: omit pitchyinfast
2017-05-09 Paul Brossiersrc/pitch/pitch.h: add a note about yinfast
2017-05-09 Paul Brossierpython/demos/demo_fastyin_compare.py: comparison of...
2017-05-08 Paul Brossierpython/demos/demo_tapthebeat.py: play beats using pyaudio
2017-04-16 Paul Brossierpython/lib/aubio/cut.py: upgrade to argparse
2017-04-16 Paul Brossierpython/lib/aubio/cut.py: pass samplerate to onset or...
2017-04-12 Paul Brossierpython/lib/aubio/cmd.py: add -u/--pitch-unit to 'aubio...
2017-04-10 Paul Brossierpython/lib/moresetuptools.py: force adding libav on...
2017-04-05 Paul BrossierMerge branch 'awhitening'
2017-03-27 Paul Brossierpython/tests/test_onset.py: simply check that threshold...
2017-03-26 Paul BrossierMerge branch 'master' into awhitening
2017-03-26 Paul BrossierMerge branch 'master' into awhitening
2017-03-26 Paul BrossierMerge branch 'master' into awhitening
2017-03-26 Paul BrossierMerge branch 'master' into awhitening
2017-03-25 Paul Brossierpython/lib/aubio/cmd.py: remove unused variable
2017-03-24 Paul BrossierMerge branch 'aubiocmd'
2017-03-24 Paul BrossierMerge branch 'gitshaversion'
2017-03-24 Paul Brossierpython/lib/aubio/cmd.py: improve help output
2017-03-24 Paul Brossierpython/lib/aubio/cmd.py: check we found a few beats
2017-03-24 Paul Brossierpython/lib/aubio/cmd.py: improve descriptions
2017-03-24 Paul Brossierpython/lib/aubio/cmd.py: small refactor, add comments
2017-03-23 Paul Brossierpython/tests/test_sink.py: add missing samplerate
2017-03-23 Paul Brossierpython/lib/moresetuptools.py: remove unused variables...
2017-03-23 Paul Brossierpython/tests/test_source.py: remove unused import
next