# # ChangeLog for python # # Generated by Trac 1.2 # May 14, 2024, 9:08:23 PM Tue, 07 Aug 2018 12:05:49 GMT Paul Brossier [189c6ae] * .appveyor.yml (modified) * .travis.yml (modified) * README.md (modified) * doc/develop.rst (modified) * doc/statuslinks.rst (modified) * examples/parse_args.h (modified) * python/demos/demo_pitch_sinusoid.py (modified) * src/io/source_avcodec.c (modified) * src/io/source_wavread.c (modified) * src/notes/notes.c (modified) * src/onset/onset.c (modified) * src/pitch/pitchyinfft.c (modified) Merge branch 'master' into dct Tue, 15 May 2018 18:24:55 GMT Ancor Cruz [1929be4] * python/demos/demo_pitch_sinusoid.py (modified) python/demos/demo_pitch_sinusoid.py: use // to yield an integer Tue, 03 Oct 2017 20:31:12 GMT Paul Brossier [bfbfafa] * .appveyor.yml (modified) * .coveragerc (added) * .travis.yml (modified) * ChangeLog (modified) * Makefile (modified) * README.md (modified) * VERSION (modified) * doc/statuslinks.rst (modified) * python/ext/py-cvec.c (modified) * python/tests/test_aubio_cmd.py (modified) * scripts/build_emscripten (modified) * scripts/build_mingw (modified) * scripts/get_waf.sh (modified) * src/aubio_priv.h (modified) * src/cvec.c (modified) * src/fvec.c (modified) * src/mathutils.c (modified) * src/mathutils.h (modified) * src/pitch/pitchyin.c (modified) * src/pitch/pitchyinfast.c (modified) * src/pitch/pitchyinfft.c (modified) * src/spectral/fft.c (modified) * src/wscript_build (modified) * tests/src/io/test-sink-multi.c (modified) * tests/src/io/test-sink_apple_audio-multi.c (modified) * tests/src/io/test-sink_sndfile-multi.c (modified) * tests/src/io/test-sink_wavwrite-multi.c (modified) * waf_gensyms.py (added) * wscript (modified) Merge branch 'master' into dct Sat, 30 Sep 2017 20:23:54 GMT Paul Brossier [4deb255] * python/ext/py-cvec.c (modified) python/ext/py-cvec.c: setters to return a negative value on error ... Sun, 17 Sep 2017 19:09:12 GMT Paul Brossier [5eaed62] * python/tests/test_aubio_cmd.py (modified) python/tests/test_aubio_cmd.py: avoid unused variable Sun, 17 Sep 2017 12:06:03 GMT Paul Brossier [f4fcf02] * python/tests/test_aubio_cmd.py (modified) python/tests/test_aubio_cmd.py: fix for python << 3 Sat, 16 Sep 2017 21:55:51 GMT Paul Brossier [7b7a58e] * aubio.pc.in (modified) * python/demos/demo_bpm_extract.py (modified) * python/demos/demo_tapthebeat.py (modified) * python/ext/py-phasevoc.c (modified) * python/lib/aubio/cmd.py (modified) * python/lib/aubio/cut.py (modified) * python/tests/test_aubio_cmd.py (added) * python/tests/test_aubio_cut.py (added) * python/tests/test_filterbank.py (modified) * python/tests/test_filterbank_mel.py (modified) * src/io/source_avcodec.c (modified) * src/mathutils.c (modified) * src/spectral/mfcc.c (modified) * src/spectral/phasevoc.c (modified) * src/spectral/phasevoc.h (modified) Merge branch 'master' into dct Sat, 16 Sep 2017 21:55:33 GMT Paul Brossier [b99e2a5] * python/tests/test_dct.py (modified) python/tests/test_dct.py: pass with fftw Sat, 16 Sep 2017 21:46:30 GMT Paul Brossier [e7556a1] * python/tests/test_dct.py (modified) python/tests/test_dct.py: add comments Sat, 16 Sep 2017 21:46:17 GMT Paul Brossier [c96e6c0] * python/lib/gen_code.py (modified) * python/lib/gen_external.py (modified) python/lib/gen_code.py: add support for rdo Sat, 16 Sep 2017 21:44:54 GMT Paul Brossier [2bf59042] * python/tests/test_dct.py (added) python/tests/test_dct.py: add full tests Sat, 16 Sep 2017 15:46:54 GMT Paul Brossier [799a940] * python/tests/test_aubio_cmd.py (added) * python/tests/test_aubio_cut.py (added) python/tests/test_aubio_*.py: add basic tests Sat, 16 Sep 2017 14:49:10 GMT Paul Brossier [930bfec] * python/lib/aubio/cmd.py (modified) python/lib/aubio/cmd.py: add silence and time format Sat, 16 Sep 2017 14:42:20 GMT Paul Brossier [c81c3d2] * python/lib/aubio/cut.py (modified) python/lib/aubio/cut.py: use AubioArgumentParser Sat, 16 Sep 2017 14:41:04 GMT Paul Brossier [8dd5d40] * python/lib/aubio/cmd.py (modified) python/lib/aubio/cmd.py: add basic cut command Sat, 16 Sep 2017 13:46:12 GMT Paul Brossier [eb8f7d5] * python/lib/aubio/cut.py (modified) python/lib/aubio/cut.py: remove unused variable Sat, 16 Sep 2017 13:45:18 GMT Paul Brossier [c95062b] * python/lib/aubio/cmd.py (modified) python/lib/aubio/cmd.py: use custom parser class Sat, 16 Sep 2017 10:36:42 GMT Paul Brossier [b02d52f] * python/lib/aubio/cut.py (modified) python/lib/aubio/cut.py: clean-up, split in functions Thu, 14 Sep 2017 14:33:56 GMT Paul Brossier [9a52962] * python/tests/test_filterbank_mel.py (modified) python/tests/test_filterbank_mel.py: ignore UserWarnings Thu, 14 Sep 2017 14:33:21 GMT Paul Brossier [e116e19] * python/tests/test_filterbank.py (modified) * python/tests/test_filterbank_mel.py (modified) python/tests/test_filterbank*.py: clean-up, improve get_coeff tests Thu, 14 Sep 2017 12:38:15 GMT Paul Brossier [c4fc0f2] * python/demos/demo_tapthebeat.py (modified) python/demos/demo_tapthebeat.py: prefix unused arguments with _ Thu, 14 Sep 2017 12:01:00 GMT Paul Brossier [4d1bf0e] * python/demos/demo_bpm_extract.py (modified) python/demos/demo_bpm_extract.py: add beats_to_bpm Thu, 14 Sep 2017 12:00:19 GMT Paul Brossier [5db398e] * python/demos/demo_bpm_extract.py (modified) python/demos/demo_bpm_extract.py: add argparse Thu, 14 Sep 2017 11:36:08 GMT Paul Brossier [8a3acad] * python/lib/aubio/cmd.py (modified) python/lib/aubio/cmd.py: add help subcommand Thu, 14 Sep 2017 11:17:54 GMT Paul Brossier [70762c5] * python/lib/aubio/cmd.py (modified) python/lib/aubio/cmd.py: add some doc, prefix unused variables with _ Tue, 12 Sep 2017 15:11:14 GMT Paul Brossier [b24c909] * python/lib/aubio/cmd.py (modified) python/lib/aubio/cmd.py: use frames_read in flush Tue, 12 Sep 2017 15:10:13 GMT Paul Brossier [ee123a0] * python/lib/aubio/cmd.py (modified) python/lib/aubio/cmd.py: split add_subcommands Tue, 12 Sep 2017 14:51:41 GMT Paul Brossier [896c3a8] * python/lib/aubio/cmd.py (modified) python/lib/aubio/cmd.py: add quiet subcommand (closes #124) Tue, 12 Sep 2017 14:47:42 GMT Paul Brossier [67ee29f] * python/lib/aubio/cmd.py (modified) python/lib/aubio/cmd.py: split buffer and hop sizes Wed, 06 Sep 2017 12:01:51 GMT Paul Brossier [965adee] * python/ext/py-phasevoc.c (modified) python/ext/py-phasevoc.c: add _set_window Tue, 05 Sep 2017 10:56:39 GMT Paul Brossier [60583a3] * python/lib/gen_code.py (modified) * src/aubio.h (modified) * src/spectral/dct.h (added) * src/spectral/dct_ooura.c (added) * tests/src/spectral/test-dct.c (added) src/spectral/dct.h: add dct type II using ooura Mon, 04 Sep 2017 13:52:14 GMT Paul Brossier [34dca87] * python/demos/demo_wav2midi.py (modified) python/demos/demo_wav2midi.py: remove unused variables Mon, 04 Sep 2017 13:19:10 GMT Paul Brossier [3c6a3c4] * python/demos/demo_wav2midi.py (added) python/demos/demo_wav2midi.py: add simple midi file writer using mido ... Mon, 24 Jul 2017 14:08:01 GMT GitHub [50853b0] * python/lib/gen_external.py (modified) Update gen_external.py gen_external : * fix unused variable in ... Mon, 24 Jul 2017 13:16:22 GMT Paul Brossier [ccd0327] * python/demos/demo_yin_compare.py (modified) python/demos/demo_yin_compare.py: fix indentation Mon, 24 Jul 2017 12:12:55 GMT Paul Brossier [9fa0ed1] * doc/web.cfg (modified) * python/lib/aubio/cmd.py (modified) * python/lib/gen_external.py (modified) * scripts/get_waf.sh (modified) * scripts/setenv_local.sh (modified) * src/wscript_build (modified) * wscript (modified) Merge branch 'master' into yinfast Tue, 30 May 2017 15:13:21 GMT Martin Hermant [dad51ce] * python/lib/gen_external.py (modified) gen_external.py : pepify Tue, 30 May 2017 15:12:55 GMT Martin Hermant [51ca615] * python/lib/gen_external.py (modified) gen_external.py : pass skip_object as member of function to allow ... Mon, 29 May 2017 23:17:09 GMT Martin Hermant [2f5f1e4] * python/lib/gen_external.py (modified) gen_external.py : fix c_declaration cleaning messing with gen_code ... Mon, 29 May 2017 23:12:40 GMT Martin Hermant [0b2643b] * python/lib/gen_external.py (modified) * wscript (modified) gen_external.py : fix wrong longname in ... Mon, 29 May 2017 22:29:20 GMT Martin Hermant [541ea280] * python/lib/gen_external.py (modified) gen_external.py : pepify Mon, 29 May 2017 22:28:40 GMT Martin Hermant [6cbf34b] * python/lib/gen_external.py (modified) gen_external : add function get_all_func_names_from_lib ... Mon, 29 May 2017 22:23:37 GMT Martin Hermant [b1f93c4] * python/lib/gen_external.py (modified) gen_external.py : fix func_name to long_name resolving (example : ... Mon, 29 May 2017 22:17:15 GMT Martin Hermant [415e360] * python/lib/gen_external.py (modified) gen_external.py : fix wrong in longname in lib generation Mon, 29 May 2017 22:12:32 GMT Martin Hermant [eea6101] * python/lib/gen_external.py (modified) gen_external.py : clean preprocessor generated strings from stickin ... Mon, 29 May 2017 20:03:15 GMT Martin Hermant [150ec2d] * python/lib/gen_external.py (modified) gen_external.py : rename cpp_output to c_declarations ... Mon, 29 May 2017 17:31:18 GMT Martin Hermant [5674833] * python/lib/gen_external.py (modified) gen_external.py : support parsing of non aubio_ function : fvec and ... Mon, 29 May 2017 17:28:48 GMT Martin Hermant [15a43e0] * python/lib/gen_external.py (modified) gen_external.py : relax a bit parsing of preprocessor code -> one ... Mon, 29 May 2017 14:59:12 GMT Martin Hermant [b075ad8] * python/lib/gen_external.py (modified) gen_external.py : force c compiler (emcc defaults to c++) Wed, 10 May 2017 08:30:09 GMT Paul Brossier [c290245] * python/lib/aubio/cmd.py (modified) python/lib/aubio/cmd.py: improve error message Tue, 09 May 2017 14:11:08 GMT Paul Brossier [c3de7ca] * python/tests/test_pitch.py (modified) python/tests/test_pitch.py: add yinfast Tue, 09 May 2017 14:09:33 GMT Paul Brossier [67cf45a] * python/lib/gen_external.py (modified) python/lib/gen_external.py: omit pitchyinfast Tue, 09 May 2017 14:06:23 GMT Paul Brossier [48fa81d] * python/demos/demo_yin_compare.py (moved) * src/pitch/pitch.h (modified) src/pitch/pitch.h: add a note about yinfast Tue, 09 May 2017 13:53:15 GMT Paul Brossier [45f4f7a2] * python/demos/demo_fastyin_compare.py (added) python/demos/demo_fastyin_compare.py: comparison of different yin ... Mon, 08 May 2017 13:38:35 GMT Paul Brossier [21eb4c2] * python/demos/demo_tapthebeat.py (added) python/demos/demo_tapthebeat.py: play beats using pyaudio Sun, 16 Apr 2017 09:38:10 GMT Paul Brossier [a5004903] * python/lib/aubio/cut.py (modified) python/lib/aubio/cut.py: upgrade to argparse Sun, 16 Apr 2017 09:37:54 GMT Paul Brossier [2bf530e0] * python/lib/aubio/cut.py (modified) python/lib/aubio/cut.py: pass samplerate to onset or tempo Wed, 12 Apr 2017 07:49:46 GMT Paul Brossier [3d9b41b] * python/lib/aubio/cmd.py (modified) python/lib/aubio/cmd.py: add -u/--pitch-unit to 'aubio pitch' Mon, 10 Apr 2017 08:30:50 GMT Paul Brossier [67a3053] * python/lib/moresetuptools.py (modified) python/lib/moresetuptools.py: force adding libav on window (see ... Mon, 27 Mar 2017 08:34:57 GMT Paul Brossier [25e0b0e] * python/tests/test_onset.py (modified) python/tests/test_onset.py: simply check that threshold, minioi and ... Sun, 26 Mar 2017 11:31:48 GMT Paul Brossier [911b175d] * .gitignore (modified) * MANIFEST.in (modified) * README.md (modified) * doc/android.rst (modified) * doc/aubio.txt (added) * doc/binaries.rst (added) * doc/building.rst (modified) * doc/cli.rst (modified) * doc/cli_features.rst (modified) * doc/conf.py (modified) * doc/develop.rst (modified) * doc/download.rst (modified) * doc/installing.rst (modified) * doc/xcode_frameworks.rst (modified) * python/lib/aubio/cmd.py (added) * python/lib/aubio/cut.py (moved) * python/lib/moresetuptools.py (modified) * python/tests/test_sink.py (modified) * python/tests/test_source.py (modified) * setup.py (modified) * src/io/source_avcodec.c (modified) * this_version.py (added) * wscript (modified) Merge branch 'master' into awhitening Sun, 26 Mar 2017 11:09:06 GMT Paul Brossier [8177483] * Makefile (modified) * circle.yml (added) * python/lib/moresetuptools.py (modified) * scripts/build_mingw (modified) * scripts/get_waf.sh (modified) * src/io/source_avcodec.c (modified) * src/utils/windll.c (modified) * src/wscript_build (modified) * wscript (modified) Merge branch 'master' into awhitening Sat, 25 Mar 2017 10:36:49 GMT Paul Brossier [657a20a] * python/lib/aubio/cmd.py (modified) python/lib/aubio/cmd.py: remove unused variable Fri, 24 Mar 2017 03:22:51 GMT Paul Brossier [0561c54] * doc/aubio.txt (added) * python/lib/aubio/cmd.py (added) * python/lib/aubio/cut.py (moved) * setup.py (modified) Merge branch 'aubiocmd' Fri, 24 Mar 2017 03:22:42 GMT Paul Brossier [cc4987a] * .gitignore (modified) * MANIFEST.in (modified) * README.md (modified) * doc/conf.py (modified) * python/lib/moresetuptools.py (modified) * setup.py (modified) * this_version.py (added) * wscript (modified) Merge branch 'gitshaversion' Fri, 24 Mar 2017 02:20:11 GMT Paul Brossier [2615dd9] * python/lib/aubio/cmd.py (modified) python/lib/aubio/cmd.py: improve help output Fri, 24 Mar 2017 01:56:38 GMT Paul Brossier [62a94b7] * python/lib/aubio/cmd.py (modified) python/lib/aubio/cmd.py: check we found a few beats Fri, 24 Mar 2017 01:55:22 GMT Paul Brossier [86026a0] * python/lib/aubio/cmd.py (modified) python/lib/aubio/cmd.py: improve descriptions Fri, 24 Mar 2017 01:23:41 GMT Paul Brossier [af98cb8] * python/lib/aubio/cmd.py (modified) python/lib/aubio/cmd.py: small refactor, add comments Thu, 23 Mar 2017 19:47:03 GMT Paul Brossier [6448d31] * python/tests/test_sink.py (modified) python/tests/test_sink.py: add missing samplerate Thu, 23 Mar 2017 19:43:47 GMT Paul Brossier [4cb48d2] * python/lib/moresetuptools.py (modified) python/lib/moresetuptools.py: remove unused variables, factorize macros Thu, 23 Mar 2017 19:39:53 GMT Paul Brossier [da1a83f] * python/tests/test_source.py (modified) python/tests/test_source.py: remove unused import Thu, 23 Mar 2017 15:34:13 GMT Paul Brossier [c7d3c2a] * python/lib/moresetuptools.py (modified) * setup.py (modified) setup.py: clean up imports Thu, 23 Mar 2017 14:46:07 GMT Paul Brossier [24c207f] * Makefile (modified) * circle.yml (added) * python/lib/moresetuptools.py (modified) * scripts/build_mingw (modified) * scripts/get_waf.sh (modified) * src/io/source_avcodec.c (modified) * src/utils/windll.c (modified) * src/wscript_build (modified) * wscript (modified) Merge branch 'master' into gitshaversion Thu, 23 Mar 2017 14:32:21 GMT Paul Brossier [b7208f8] * doc/aubio.txt (modified) * python/lib/aubio/cmd.py (modified) python/lib/aubio/cmd.py: improve tempo subcommand description Thu, 23 Mar 2017 14:22:33 GMT Paul Brossier [4077fa1] * python/lib/aubio/cut.py (modified) python/lib/aubio/cut.py: remove unused imports Thu, 23 Mar 2017 14:19:19 GMT Paul Brossier [bd72039] * python/lib/aubio/cmd.py (modified) python/lib/aubio/cmd.py: add tempo subcommand to extract overall bpm Thu, 23 Mar 2017 14:09:28 GMT Paul Brossier [5ab3c4e] * python/lib/aubio/cmd.py (modified) python/lib/aubio/cmd.py: add a flush function Thu, 23 Mar 2017 14:03:29 GMT Paul Brossier [6288806] * python/lib/aubio/cmd.py (modified) python/lib/aubio/cmd.py: simplify repr_res Thu, 23 Mar 2017 13:57:14 GMT Paul Brossier [53fbd58] * python/lib/aubio/cmd.py (modified) python/lib/aubio/cmd.py: fix timefuncs Thu, 23 Mar 2017 13:56:50 GMT Paul Brossier [8e2f36a] * python/lib/aubio/cmd.py (moved) * python/lib/aubio/cut.py (moved) * setup.py (modified) setup.py: move cut and cmd inside aubio module, use entry_points to ... Thu, 23 Mar 2017 13:48:10 GMT Paul Brossier [1f00b69] * python/scripts/aubiocut (modified) python/scripts/aubiocut: move usage string inside parse_args() Thu, 23 Mar 2017 13:28:50 GMT Paul Brossier [1d2cc5e] * python/scripts/aubio (added) * setup.py (modified) python/scripts/aubio: simple script to replace examples/ in the ... Fri, 17 Mar 2017 09:32:22 GMT Paul Brossier [c7d444a] * python/lib/moresetuptools.py (modified) python/lib/moresetuptools.py: check for libswresample, prefer to ... Thu, 16 Mar 2017 23:31:03 GMT Paul Brossier [300e781] * python/lib/moresetuptools.py (modified) python/lib/moresetuptools.py: remove jack, only used in examples Mon, 13 Mar 2017 21:37:30 GMT Martin Hermant [f77820d] * python/lib/moresetuptools.py (modified) moresetuptools.py : rename import Version => this_version Mon, 13 Mar 2017 18:49:56 GMT Martin Hermant [aab682e] * Version.py (added) * python/lib/moresetuptools.py (modified) * setup.py (modified) * wscript (modified) unify version parsing in Version.py Mon, 13 Mar 2017 16:48:53 GMT Martin Hermant [79ef3b3] * python/lib/moresetuptools.py (modified) * wscript (modified) hide AUBIO_GIT_SHA in release fix py3 syntax error Mon, 13 Mar 2017 16:24:24 GMT Martin Hermant [12e6c9c] * python/lib/moresetuptools.py (modified) fix print with old py2 syntax Mon, 13 Mar 2017 16:20:33 GMT Martin Hermant [8259e09] * python/lib/moresetuptools.py (modified) clarify comments Mon, 13 Mar 2017 16:10:55 GMT Martin Hermant [1eb8c0e] * python/lib/moresetuptools.py (modified) * setup.py (modified) * src/wscript_build (modified) * wscript (modified) aubio version : aubio-c / aubio-py add git commit support Fri, 10 Mar 2017 19:33:23 GMT Paul Brossier [1013c5d] * python/lib/gen_external.py (modified) python/lib/gen_external.py: disable spectral_whitening for now Fri, 10 Mar 2017 19:32:47 GMT Paul Brossier [ce79a9e] * python/lib/gen_code.py (modified) python/lib/gen_code.py: show which failed before raising exception Wed, 08 Mar 2017 06:30:00 GMT Paul Brossier [e79acd9] * python/scripts/aubiocut (modified) python/scripts/aubiocut: add --cut_every_nslices option Tue, 28 Feb 2017 00:32:25 GMT Paul Brossier [81f738e] * python/tests/test_sink.py (modified) python/tests/test_sink.py: trivial test for sink 'with' interface ... Tue, 28 Feb 2017 00:31:46 GMT Paul Brossier [fcb6e8c] * python/ext/py-sink.c (modified) python/ext/py-sink.c: add 'with' interface (PEP 343) Mon, 27 Feb 2017 16:21:34 GMT Paul Brossier [8b7cdba] * python/ext/py-source.c (modified) python/ext/py-source.c: use PyArray_NewShape, not _Resize Mon, 27 Feb 2017 12:23:49 GMT Paul Brossier [410a157] * python/ext/aubio-types.h (modified) python/ext/aubio-types.h: define PATH_MAX if needed Mon, 27 Feb 2017 09:29:15 GMT Paul Brossier [4f89154] * python/ext/py-sink.c (modified) * python/ext/py-source.c (modified) python/ext/py-{source,sink}.c: free string uri Mon, 27 Feb 2017 09:26:01 GMT Paul Brossier [b8cedb6] * python/ext/py-sink.c (modified) * python/ext/py-source.c (modified) python/ext/py-source.c: copy string uri