# # ChangeLog for / # # Generated by Trac 1.2 # Sep 20, 2024, 7:41:05 AM Mon, 09 Jan 2017 12:26:06 GMT Paul Brossier [c9e20ca1] * src/temporal/biquad.c (modified) src/temporal/biquad.c: fix initialization (closes #82) Mon, 09 Jan 2017 12:25:23 GMT Paul Brossier [eef6335] * VERSION (modified) * doc/conf.py (modified) * doc/full.cfg (modified) * doc/web.cfg (modified) VERSION: bump to 0.4.5~alpha Sun, 08 Jan 2017 17:30:29 GMT Paul Brossier [aa9167f] * VERSION (modified) * doc/conf.py (modified) * doc/full.cfg (modified) * doc/web.cfg (modified) VERSION: bump to 0.4.4 Sun, 08 Jan 2017 17:29:54 GMT Paul Brossier [0f173cc] * python/tests/test_notes.py (modified) python/tests/test_notes.py: use relative import Sun, 08 Jan 2017 17:12:29 GMT Paul Brossier [59d037e] * doc/index.rst (modified) doc/index.rst: remove status links for release Sun, 08 Jan 2017 17:11:41 GMT Paul Brossier [f91d4ac] * ChangeLog (modified) ChangeLog: update for 0.4.4 Sun, 08 Jan 2017 15:38:04 GMT Paul Brossier [cd8dc52] * doc/android.rst (added) * scripts/build_android (added) scripts/build_android: add an example script to build aubio on ... Sun, 08 Jan 2017 15:17:57 GMT Paul Brossier [4afcad3] * doc/conf.py (modified) doc/conf.py: remove static and sphinx links Sun, 08 Jan 2017 15:17:06 GMT Paul Brossier [59fe157] * doc/conf.py (modified) doc/conf.py: use pyramid theme Sun, 08 Jan 2017 14:19:02 GMT Paul Brossier [fead41a] * tests/src/utils/test-log.c (modified) tests/src/utils/test-log.c: improve messages Sun, 08 Jan 2017 14:18:20 GMT Paul Brossier [32da451] * tests/src/utils/test-log.c (modified) tests/src/utils/test-log.c: add AUBIO_INF Sun, 08 Jan 2017 14:15:54 GMT Paul Brossier [ed66e34] * src/aubio.h (modified) src/aubio.h: use https, format examples as list Sun, 08 Jan 2017 14:14:48 GMT Paul Brossier [41dd34e] * wscript (modified) wscript: add a target to doxygen rule Sun, 08 Jan 2017 13:53:21 GMT Paul Brossier [d8380d2] * doc/python_module.rst (modified) doc/python_module.rst: add print(aubio.version) Sun, 08 Jan 2017 13:41:34 GMT Paul Brossier [c8c7aa6] * setup.py (modified) setup.py: remove extra quotes Sun, 08 Jan 2017 13:37:56 GMT Paul Brossier [a159628] * python/ext/aubiomodule.c (modified) * python/tests/test_aubio.py (modified) python/ext/aubiomodule.c: more hack to avoid msvc issues Wed, 04 Jan 2017 15:44:55 GMT Paul Brossier [f5e9e3f] * src/utils/log.c (modified) src/utils/log.c: also print warnings to stderr Wed, 04 Jan 2017 15:44:42 GMT Paul Brossier [0f214ff] * src/aubio_priv.h (modified) src/aubio_priv.h: use AUBIO_LOG_INF, fix old c style Wed, 04 Jan 2017 15:44:00 GMT Paul Brossier [9681849] * src/utils/log.h (modified) src/utils/log.h: add info Tue, 03 Jan 2017 16:38:27 GMT Paul Brossier [e3b77e8] * wscript (modified) wscript: add version to sphinx and manpages Sun, 25 Dec 2016 00:24:41 GMT Paul Brossier [a6ba5d9f] * wscript (modified) wscript: prepend defaults to honor user cflags Sat, 24 Dec 2016 18:10:40 GMT Paul Brossier [c04346d] * wscript (modified) wscript: avoid overwritting CFLAGS' -O in release mode Sat, 24 Dec 2016 10:47:59 GMT Paul Brossier [dae3292] * .travis.yml (modified) .travis.yml: add gitter webhook Sat, 24 Dec 2016 09:45:22 GMT Paul Brossier [fb6a0ff] * wscript (modified) wscript: improve --build-type description, use -O0 in debug mode Sat, 24 Dec 2016 09:37:42 GMT Paul Brossier [578d3a2] * wscript (modified) wscript: remove trailing spaces Sat, 24 Dec 2016 09:36:58 GMT Paul Brossier [e79943b] * src/pitch/pitchyin.c (modified) Merge branch 'yin-optimizations' of https://github.com/emuell/aubio Sat, 24 Dec 2016 09:35:48 GMT Paul Brossier [4cbc6e9] * wscript (modified) Merge branch 'waf-build-tweaks' of https://github.com/emuell/aubio Thu, 22 Dec 2016 09:03:41 GMT Paul Brossier [93bd9a7] * README.md (modified) README.md: update copyright dates Wed, 21 Dec 2016 21:19:22 GMT Paul Brossier [62336bb] * python/demos/demo_pyaudio.py (modified) python/demos/demo_pyaudio.py: add some comments, avoid overwriting ... Wed, 21 Dec 2016 21:00:32 GMT Paul Brossier [e7da8ba] * python/demos/demo_pyaudio.py (added) python/demos/demo_pyaudio.py: added simple demo for pyaudio, see #6, ... Wed, 21 Dec 2016 11:52:18 GMT Paul Brossier [1f43c29] * doc/aubionotes.txt (modified) doc/aubionotes.txt: document -M option (see #18) Wed, 21 Dec 2016 11:37:34 GMT Paul Brossier [9e3fc16] * python/tests/test_notes.py (modified) python/tests/test_notes.py: test results are correct for ... Wed, 21 Dec 2016 01:03:16 GMT Eduard Müller [b4ce693] * wscript (modified) added debug/release build type configuations ... release (default) ... Wed, 21 Dec 2016 00:00:24 GMT Eduard Müller [813f4c7] * src/pitch/pitchyin.c (modified) help compiler to optimize aubio_pitchyin_do ... by giving it ... Sun, 18 Dec 2016 10:28:17 GMT Paul Brossier [1f6a9f8] * src/notes/notes.c (modified) src/notes/notes.c: fix get_minioi_ms Sun, 18 Dec 2016 10:27:45 GMT Paul Brossier [cb76f5d] * python/tests/test_notes.py (added) python/tests/test_notes.py: add basic tests Sun, 18 Dec 2016 10:26:58 GMT Paul Brossier [f7e30e8] * python/ext/aubiomodule.c (modified) python/ext/aubiomodule.c: fix version string on windows Sat, 17 Dec 2016 11:44:34 GMT Paul Brossier [2d00e5c] * doc/develop.rst (modified) doc/develop.rst: fix typo Sat, 17 Dec 2016 11:43:33 GMT Paul Brossier [0184994] * tests/src/spectral/test-phasevoc.c (modified) tests/src/spectral/test-phasevoc.c: fix typos Sat, 17 Dec 2016 11:41:41 GMT Paul Brossier [c470ad0] * python/demos/demo_notes.py (added) python/demos/demo_notes.py: add simple notes demos Sat, 17 Dec 2016 11:19:20 GMT Paul Brossier [883b499] * python/ext/aubiomodule.c (modified) * python/lib/aubio/__init__.py (modified) python/ext/aubiomodule.c: add aubio._aubio.__version__, import as ... Sat, 17 Dec 2016 11:18:44 GMT Paul Brossier [911bea80] * python/ext/aubio-types.h (modified) python/ext/aubio-types.h: use <> for non local aubio Sat, 17 Dec 2016 11:18:19 GMT Paul Brossier [ef55aa0] * setup.py (modified) setup.py: define AUBIO_VERSION Sat, 17 Dec 2016 11:16:59 GMT Paul Brossier [6c85b3a] * examples/aubionotes.c (modified) examples/aubionotes.c: use new notes, set minioi, send last note off ... Sat, 17 Dec 2016 11:12:42 GMT Paul Brossier [0b6a8a8] * src/notes/notes.c (modified) src/notes/notes.c: use midi note to store pitch candidate, round to ... Sat, 17 Dec 2016 11:10:53 GMT Paul Brossier [17b08e6] * src/notes/notes.c (modified) * src/notes/notes.h (modified) src/notes/notes.h: add aubio_notes_{get,set}_minioi_ms Sat, 17 Dec 2016 11:03:24 GMT Paul Brossier [b6bb265] * src/io/source_avcodec.c (modified) src/io/source_avcodec.c: make sure s->path is set to null Fri, 16 Dec 2016 12:48:18 GMT Paul Brossier [5d9b03b] * Makefile (modified) Makefile: fix chmod for osx Fri, 16 Dec 2016 12:08:59 GMT Paul Brossier [a0ade50] * README.md (modified) README.md: use https Fri, 16 Dec 2016 12:07:47 GMT Paul Brossier [0606188] * src/notes/notes.c (modified) src/notes/notes.c: fix unset silence_threshold Fri, 16 Dec 2016 12:05:03 GMT Paul Brossier [ee7e543] * python/lib/gen_external.py (modified) python/lib/gen_external.py: sort generated files Fri, 16 Dec 2016 12:04:20 GMT Paul Brossier [e9df0108] * Makefile (modified) Makefile: chmod go-w waflib, clean cleaner Fri, 16 Dec 2016 12:03:30 GMT Paul Brossier [0c3baa73] * MANIFEST.in (modified) MANIFEST.in: exclude full.cfg, include waflib Fri, 16 Dec 2016 12:02:54 GMT Paul Brossier [e57a7d4] * wscript (modified) wscript: remove full.cfg from tarball Fri, 16 Dec 2016 12:01:49 GMT Paul Brossier [562e908] * doc/conf.py (modified) doc/conf.py: remove hardcoded path Fri, 16 Dec 2016 12:01:17 GMT Paul Brossier [025d8cd] * src/io/ioutils.h (modified) src/io/ioutils.h: add basic documentation Fri, 16 Dec 2016 12:00:44 GMT Paul Brossier [4c65cb8] * doc/web.cfg (modified) doc/web.cfg: exclude ioutils from doc Fri, 16 Dec 2016 12:00:10 GMT Paul Brossier [fa69546] * src/notes/notes.h (modified) src/notes/notes.h: add doxygen header Fri, 16 Dec 2016 11:59:30 GMT Paul Brossier [a9516b3] * src/io/source.c (modified) src/io/source.c: add error message when aubio was compiled with no source Fri, 16 Dec 2016 11:55:24 GMT Paul Brossier [3388e1a] * wscript (modified) wscript: also exclude waf files with python3 Fri, 16 Dec 2016 11:26:48 GMT Paul Brossier [9682d9d] * doc/requirements.rst (modified) doc/requirements.rst: add a note about --notests (closes #77) Sun, 11 Dec 2016 23:27:45 GMT Paul Brossier [1910fed] * wscript (modified) wscript: define HAVE_CONFIG_H here Sun, 11 Dec 2016 23:25:07 GMT Paul Brossier [33d0242] * src/aubio_priv.h (modified) * src/io/audio_unit.c (modified) * src/io/ioutils.c (modified) * src/io/sink.c (modified) * src/io/sink_apple_audio.c (modified) * src/io/sink_sndfile.c (modified) * src/io/sink_wavwrite.c (modified) * src/io/source.c (modified) * src/io/source_apple_audio.c (modified) * src/io/source_avcodec.c (modified) * src/io/source_sndfile.c (modified) * src/io/source_wavread.c (modified) * src/io/utils_apple_audio.c (modified) * src/mathutils.c (modified) * src/synth/sampler.c (modified) * src/synth/wavetable.c (modified) * src/temporal/resampler.c (modified) * src/utils/log.c (modified) * src/utils/parameter.c (modified) * src/utils/windll.c (modified) * src/vecutils.c (modified) * tests/src/io/test-sink_sndfile-multi.c (modified) * tests/src/io/test-sink_sndfile.c (modified) src/aubio_priv.h: move include config.h here Sun, 11 Dec 2016 23:16:15 GMT Paul Brossier [671eae1] * python/lib/moresetuptools.py (modified) python/lib/moresetuptools.py: mo nore fake config.h here Sun, 11 Dec 2016 22:21:55 GMT Paul Brossier [e0a9fd2] * doc/aubioonset.txt (modified) * examples/aubioonset.c (modified) * examples/parse_args.h (modified) examples/aubioonset.c: use seconds for minioi Sun, 11 Dec 2016 20:12:14 GMT Paul Brossier [e15d7d0] * doc/requirements.rst (modified) doc/requirements.rst: improve description of options Sun, 11 Dec 2016 19:55:54 GMT Paul Brossier [e65fbec] * doc/develop.rst (modified) * doc/index.rst (modified) * doc/installing.rst (modified) doc/index.rst: more shuffling Sun, 11 Dec 2016 19:32:22 GMT Paul Brossier [762f05a] * Makefile (modified) Makefile: bump waf to 1.9.6 Sun, 11 Dec 2016 19:18:20 GMT Paul Brossier [3f10967] * doc/full.cfg (modified) * doc/web.cfg (modified) doc/*.cfg: prefer https Sun, 11 Dec 2016 19:11:09 GMT Paul Brossier [a429d1c] * doc/index.rst (modified) doc/index.rst: move toc at the end, use https, improve syntax Sun, 11 Dec 2016 19:06:59 GMT Paul Brossier [0759f90] * doc/cli_features.rst (modified) doc/cli_features.rst: add a note Sun, 11 Dec 2016 19:03:26 GMT Paul Brossier [ae785ea] * doc/cli.rst (modified) * doc/cli_features.rst (added) doc/cli_features.rst: add matrix of command line features Sun, 11 Dec 2016 19:02:04 GMT Paul Brossier [5a19f33] * wscript (modified) wscript: build sphinx in doc/_build, add a note on install trick Sun, 11 Dec 2016 16:57:12 GMT Paul Brossier [875d9d1] * .travis.yml (modified) .travis.yml: add xcode8.2, mimick build_apple_frameworks options Sun, 11 Dec 2016 16:48:03 GMT Paul Brossier [3762cdb] * Makefile (modified) Makefile: quieten uninstall_python if already uninstalled Sun, 11 Dec 2016 16:16:11 GMT Paul Brossier [9d8cdb55] * .travis.yml (modified) .travis.yml: move xcode8 to osx only, add iosimulator Sun, 11 Dec 2016 15:59:27 GMT Paul Brossier [51d0a3c] * .travis.yml (modified) .travis.yml: bump to xcode8 Sun, 11 Dec 2016 15:50:07 GMT Paul Brossier [c1333cd] * doc/aubioonset.txt (modified) doc/aubioonset.txt: add documentation for -M, --minioi Sun, 11 Dec 2016 15:49:47 GMT Paul Brossier [ec45138] * examples/aubionotes.c (modified) examples/aubionotes.c: add warning for missing options Sun, 11 Dec 2016 15:49:13 GMT Paul Brossier [ab7212f] * examples/aubionotes.c (modified) * examples/aubioonset.c (modified) * examples/aubiotrack.c (modified) * examples/parse_args.h (modified) * examples/utils.c (modified) examples/aubioonset.c: add minioi option, in millisecond Sun, 11 Dec 2016 15:04:17 GMT Paul Brossier [1186c98] * examples/aubionotes.c (modified) * examples/aubioonset.c (modified) * examples/aubiotrack.c (modified) examples/: only send a last note off when using jack Sun, 11 Dec 2016 15:00:02 GMT Paul Brossier [90581a8] * Makefile (modified) Makefile: really silent files Sun, 11 Dec 2016 14:05:07 GMT Paul Brossier [15968ac] * doc/aubioonset.txt (modified) doc/aubioonset.txt: onset, not pitch Sun, 11 Dec 2016 14:02:13 GMT Paul Brossier [cd2cbc4] * doc/aubiocut.txt (modified) * doc/aubioonset.txt (modified) doc/aubio*.txt: improve -t documentation in aubiocut too Sun, 11 Dec 2016 13:47:39 GMT Paul Brossier [1504b7c] * src/io/source_avcodec.c (modified) src/io/source_avcodec.c: fix for old libavcodec54 Sun, 11 Dec 2016 02:49:05 GMT Paul Brossier [dcde285] * src/io/source_avcodec.c (modified) src/io/source_avcodec.c: includes first Sun, 11 Dec 2016 02:47:00 GMT Paul Brossier [a2d628b] * src/io/source_avcodec.c (modified) src/io/source_avcodec.c: add backward compatibility for libavcodec55 Sun, 11 Dec 2016 02:11:12 GMT Paul Brossier [22b0807] * .travis.yml (modified) .travis.yml: sudo required Sun, 11 Dec 2016 01:59:58 GMT Paul Brossier [75023b6] * .travis.yml (modified) .travis.yml: switch from precise to trusty Sun, 11 Dec 2016 01:49:57 GMT Paul Brossier [98ce21e7] * .travis.yml (modified) .travis.yml: add ffmpeg and improve noopt on osx Sun, 11 Dec 2016 01:43:55 GMT Paul Brossier [7519055] * python/lib/gen_external.py (modified) python/lib/gen_external.py: remove duplicate Sun, 11 Dec 2016 01:06:28 GMT Paul Brossier [ced47c7] * .travis.yml (modified) .travis.yml: add dpkg-buildflags config Sun, 11 Dec 2016 01:01:26 GMT Paul Brossier [488381e] * wscript (modified) wscript: fix typo Sun, 11 Dec 2016 00:49:14 GMT Paul Brossier [5b52a54] * .travis.yml (modified) .travis.yml: fix typo Sun, 11 Dec 2016 00:46:55 GMT Paul Brossier [38b7a69] * .travis.yml (modified) .travis.yml: use AUBIO_NOTESTS to build only lib on ios Sat, 10 Dec 2016 23:57:02 GMT Paul Brossier [f61ffb9] * wscript (modified) wscript: verbose frameworks, default to no atlas check Sat, 10 Dec 2016 23:55:43 GMT Paul Brossier [dd93e80] * .travis.yml (modified) .travis.yml: add target ios and disable accelerate configs Sat, 10 Dec 2016 23:48:36 GMT Paul Brossier [f1fc216] * Makefile (modified) Makefile: add rules for documentation, simplify listing Sat, 10 Dec 2016 22:52:13 GMT Paul Brossier [5f9729d] * .travis.yml (modified) .travis.yml: shuffle order, remove duplicate, add missing opening quote Sat, 10 Dec 2016 22:35:37 GMT Paul Brossier [ca8ad9d] * doc/aubioonset.txt (modified) doc/aubioonset.txt: improve threshold description (thanks to Peter ...