# # ChangeLog for / # # Generated by Trac 1.2 # Nov 10, 2024, 1:05:53 AM Mon, 02 May 2016 10:03:27 GMT Paul Brossier [8147e03] * python/ext/py-fft.c (modified) python/ext/py-fft.c: improve error messages Mon, 02 May 2016 10:02:06 GMT Paul Brossier [dfada33] * python/tests/test_phasevoc.py (modified) python/tests/test_phasevoc.py: simplify, add wrong sized input tests Mon, 02 May 2016 10:00:00 GMT Paul Brossier [ad5eae8] * python/tests/test_fft.py (modified) python/tests/test_fft.py: clean up Sat, 30 Apr 2016 14:58:33 GMT Paul Brossier [e99242a] * python/ext/aubio-types.h (modified) python/ext/aubio-types.h: remove warning, add comments Sat, 30 Apr 2016 14:57:16 GMT Paul Brossier [7a62fcb] * tests/src/test-lvec.c (modified) tests/src/test-lvec.c: use AUBIO_LSMP_FMT Sat, 30 Apr 2016 14:38:32 GMT Paul Brossier [fe5ff6d] * .travis.yml (modified) .travis.yml: install sox on osx Sat, 30 Apr 2016 14:32:51 GMT Paul Brossier [5de7f98] * python/tests/test_sink.py (modified) python/tests/test_sink.py: fix format for python3 Sat, 30 Apr 2016 14:27:10 GMT Paul Brossier [355c761] * python/tests/test_source.py (modified) python/tests/test_source.py: fix format for python3 Sat, 30 Apr 2016 14:17:31 GMT Paul Brossier [5f5f843] * python/tests/test_source.py (modified) python/tests/test_source.py: use nose2 to create one unit test per ... Sat, 30 Apr 2016 14:01:25 GMT Paul Brossier [2fe24df] * python/tests/test_sink.py (modified) python/tests/test_sink.py: switch to nose2 Sat, 30 Apr 2016 14:00:38 GMT Paul Brossier [797435f] * .travis.yml (modified) .travis.yml: re-enable test sounds creation Sat, 30 Apr 2016 13:59:52 GMT Paul Brossier [b8f0502] * Makefile (modified) Makefile: set 16 / 32 bits, lower volume to avoid dithering Sat, 30 Apr 2016 13:02:00 GMT Paul Brossier [8f7ed55] * .travis.yml (modified) .travis.yml: fix typo Sat, 30 Apr 2016 12:58:59 GMT Paul Brossier [37be82e] * .travis.yml (modified) .travis.yml: user install on osx only, adding ... Sat, 30 Apr 2016 12:23:07 GMT Paul Brossier [0fbb694f] * .travis.yml (modified) .travis.yml: pip install with --user Sat, 30 Apr 2016 12:17:11 GMT Paul Brossier [323d330] * .travis.yml (modified) .travis.yml: install nose2 Sat, 30 Apr 2016 05:20:28 GMT Paul Brossier [2c59776] * Makefile (modified) Makefile: invoke nose2 to run python tests Sat, 30 Apr 2016 05:19:59 GMT Paul Brossier [43de50d] * python/nose2.cfg (added) python/nose2.cfg: add minimal config Sat, 30 Apr 2016 05:19:39 GMT Paul Brossier [fb434c4] * python/tests/test_phasevoc.py (modified) python/tests/test_phasevoc.py: cleanup, start using nose2 Sat, 30 Apr 2016 04:37:15 GMT Paul Brossier [7498e48] * python/tests/test_fft.py (modified) python/tests/test_fft.py: make sure cvec is large enough Sat, 30 Apr 2016 04:34:06 GMT Paul Brossier [1f87c1b] * .travis.yml (modified) * python/ext/py-fft.c (modified) python/ext/py-fft.c: check rdo input cvec has correct size Sat, 30 Apr 2016 04:22:58 GMT Paul Brossier [437ef07] * python/tests/test_fft.py (modified) python/tests/test_fft.py: clean up, add tests for f.rdo input size Sat, 30 Apr 2016 04:20:41 GMT Paul Brossier [6014dc0] * python/ext/py-fft.c (modified) python/ext/py-fft.c: check input has correct size Sat, 30 Apr 2016 04:19:23 GMT Paul Brossier [d03ee4b] * python/tests/test_fft.py (modified) python/tests/test_fft.py: add test to make sure fft.do clashes on ... Sat, 30 Apr 2016 04:01:05 GMT Paul Brossier [d13f0bb] * .travis.yml (modified) .travis.yml: revert to python build images Sat, 30 Apr 2016 03:53:49 GMT Paul Brossier [e633bd2] * .travis.yml (modified) .travis.yml: revert to precise, remove osx/gcc Sat, 30 Apr 2016 03:45:58 GMT Paul Brossier [b93174d] * .travis.yml (modified) .travis.yml: switch to generic language Sat, 30 Apr 2016 03:39:27 GMT Paul Brossier [02178d4] * .travis.yml (modified) .travis.yml: use trusty Sat, 30 Apr 2016 02:59:30 GMT Paul Brossier [7a5fdc91] * .travis.yml (modified) .travis.yml: add libav.org Sat, 30 Apr 2016 02:30:55 GMT Paul Brossier [3a7b7c6] * Makefile (modified) Makefile: do not fail if sox is not installed Sat, 30 Apr 2016 02:22:34 GMT Paul Brossier [bcf47ea] * Makefile (modified) Makefile: use mkdir directly Sat, 30 Apr 2016 02:20:50 GMT Paul Brossier [23723d8] * .travis.yml (modified) .travis.yml: no sox on osx for now Sat, 30 Apr 2016 02:17:30 GMT Paul Brossier [05c54ff] * .travis.yml (modified) .travis.yml: install sox and create some sounds Sat, 30 Apr 2016 02:17:09 GMT Paul Brossier [be06e53] * Makefile (modified) Makefile: add 'create_test_sounds' target Sat, 30 Apr 2016 01:44:26 GMT Paul Brossier [95e0336] * .travis.yml (modified) .travis.yml: test double precision mode on all platforms Sat, 30 Apr 2016 01:43:39 GMT Paul Brossier [6a6cb48] * Makefile (modified) Makefile: use 'HAVE_DOUBLE=1 make' to build in double precision Sat, 30 Apr 2016 01:31:02 GMT Paul Brossier [357d9e8] * .travis.yml (modified) .travis.yml: test --enable-double Sat, 30 Apr 2016 01:25:31 GMT Paul Brossier [1e20c3f] * .travis.yml (modified) .travis.yml: remove linux/clang Sat, 30 Apr 2016 01:18:31 GMT Paul Brossier [3fc5696] * Makefile (modified) Makefile: add WAFOPTS and HAVE_DOUBLE envvars Sat, 30 Apr 2016 01:17:24 GMT Paul Brossier [06c6d7d] * wscript (modified) wscript: add more infos, pass HAVE_AUBIO_DOUBLE in compiler arguments Sat, 30 Apr 2016 01:15:47 GMT Paul Brossier [ff3b27c] * src/aubio_priv.h (modified) src/aubio_priv.h: use ifndef HAVE_AUBIO_DOUBLE Fri, 29 Apr 2016 23:17:12 GMT Paul Brossier [e84f7b9] * appveyor.yml (added) appveyor.yml: added basic configuration Fri, 29 Apr 2016 21:48:39 GMT Paul Brossier [21e8408] * python/ext/py-filter.c (modified) * python/lib/gen_code.py (modified) python/lib/gen_code.py: switch to using PyObjects instead of fvec, ... Fri, 29 Apr 2016 19:57:35 GMT Paul Brossier [b055b4e] * python/ext/py-filterbank.c (modified) python/ext/py-filterbank.c: use new_py_fvec Fri, 29 Apr 2016 19:49:57 GMT Paul Brossier [307fdfc] * python/ext/py-phasevoc.c (modified) python/ext/py-phasevoc.c: use new_py_fvec, new_py_cvec Fri, 29 Apr 2016 19:37:46 GMT Paul Brossier [1ee5e21] * python/ext/py-source.c (modified) python/ext/py-source.c: use new_py_foo here too Fri, 29 Apr 2016 19:19:28 GMT Paul Brossier [ede5d38] * python/ext/aubio-types.h (modified) * python/ext/aubioproxy.c (modified) * python/ext/py-cvec.c (modified) * python/ext/py-fft.c (modified) python/ext/aubio-types.h: add new_py_ functions to create PyObjects ... Fri, 29 Apr 2016 19:07:05 GMT Paul Brossier [ee092a8] * python/tests/test_fft.py (modified) python/tests/test_fft.py: add some memory tests Fri, 29 Apr 2016 18:07:10 GMT Paul Brossier [c2a39af] * src/spectral/phasevoc.c (modified) src/spectral/phasevoc.c: perfect reconstruction for overlap = 50% ... Fri, 29 Apr 2016 18:06:36 GMT Paul Brossier [215b33c] * python/tests/test_phasevoc.py (modified) python/tests/test_phasevoc.py: clean up, add 50% overlap test Thu, 28 Apr 2016 17:39:10 GMT Paul Brossier [83a768e] * src/spectral/phasevoc.c (modified) src/spectral/phasevoc.c: set scaling to 1./3 if hop_s = win_s / 8, .5 ... Thu, 28 Apr 2016 17:33:31 GMT Paul Brossier [98e9d69] * python/tests/test_phasevoc.py (modified) python/tests/test_phasevoc.py: add a note about ocasional crash Thu, 28 Apr 2016 17:32:48 GMT Paul Brossier [6937842] * python/tests/test_phasevoc.py (modified) python/tests/test_phasevoc.py: add more tests Thu, 28 Apr 2016 16:59:55 GMT Paul Brossier [92a8800] * python/ext/aubio-types.h (modified) * python/ext/aubioproxy.c (modified) * python/ext/py-cvec.c (modified) * python/ext/py-fft.c (modified) * python/ext/py-filterbank.c (modified) * python/ext/py-phasevoc.c (modified) * python/lib/gen_code.py (modified) python/ext/py-cvec.c: rewrite and simplify aubio.cvec, safer and ... Wed, 27 Apr 2016 19:00:13 GMT Paul Brossier [1f4d932] * src/spectral/phasevoc.c (modified) src/spectral/phasevoc.c: fix scaling factor for win_s = 4 * hop_s Wed, 27 Apr 2016 18:47:31 GMT Paul Brossier [ac65a2f] * python/tests/test_phasevoc.py (modified) python/tests/test_phasevoc.py: check perfect reconstruction for ... Wed, 27 Apr 2016 12:56:07 GMT Paul Brossier [1d0370a] * src/spectral/phasevoc.c (modified) src/spectral/phasevoc.c: apply windowing to resynthesized grain Mon, 25 Apr 2016 23:26:47 GMT Paul Brossier [c31b589] * scripts/build_apple_frameworks (modified) scripts/build_apple_frameworks: escape PWD and OLDPWD to build from a ... Mon, 25 Apr 2016 21:33:11 GMT Paul Brossier [a89ed31] * python/ext/aubio-types.h (modified) * python/ext/aubiomodule.c (modified) * python/lib/gen_external.py (modified) * python/lib/moresetuptools.py (added) * python/setup.py (modified) python/setup.py: add command 'generate' with option '--enable-double' Mon, 25 Apr 2016 16:56:13 GMT Paul Brossier [07867cd] * python/demos/demo_reading_speed.py (added) demos/demo_reading_speed.py: add reading speed tests Mon, 25 Apr 2016 16:05:02 GMT Paul Brossier [cfa46b9] * python/ext/py-source.c (modified) * python/tests/test_source.py (modified) python/ext/py-source.c: added duration Mon, 25 Apr 2016 15:50:11 GMT Paul Brossier [6e765ed] * src/io/source_sndfile.c (modified) Merge branch 'develop' of github.com:aubio/aubio into develop Mon, 25 Apr 2016 15:49:10 GMT Paul Brossier [857f8871] * src/io/source.c (modified) * src/io/source.h (modified) src/io/source.*: add _get_duration Mon, 25 Apr 2016 15:42:35 GMT Paul Brossier [985d5c4] * src/io/source_sndfile.c (modified) src/io/source_sndfile.c: approximate duration when resampling Mon, 25 Apr 2016 14:46:20 GMT Paul Brossier [691791e] * tests/src/io/test-source_apple_audio.c (modified) tests/src/io/test-source_apple_audio.c: shorten long line Mon, 25 Apr 2016 14:45:22 GMT Paul Brossier [b4e1438] * src/io/source_wavread.c (modified) * src/io/source_wavread.h (modified) * tests/src/io/test-source_wavread.c (modified) src/io/source_wavread.h: add _get_duration Mon, 25 Apr 2016 14:42:43 GMT Paul Brossier [c6e7ba1] * src/io/source_sndfile.c (modified) * src/io/source_sndfile.h (modified) * tests/src/io/test-source_sndfile.c (modified) src/io/source_sndfile.h: add _get_duration Mon, 25 Apr 2016 14:41:24 GMT Paul Brossier [b60f297] * src/io/source_avcodec.h (modified) src/io/source_avcodec.h: add documentation Mon, 25 Apr 2016 14:38:14 GMT Paul Brossier [2d071ad] * src/io/source_avcodec.c (modified) * src/io/source_avcodec.h (modified) * tests/src/io/test-source_avcodec.c (modified) src/io/source_avcodec.h: add _get_duration Mon, 25 Apr 2016 14:31:25 GMT Paul Brossier [b1d2be8] * tests/src/io/test-source_apple_audio.c (modified) tests/src/io/test-source_apple_audio.c: add _get_duration Mon, 25 Apr 2016 14:26:39 GMT Paul Brossier [a41b1ef] * src/io/source_apple_audio.c (modified) * src/io/source_apple_audio.h (modified) src/io/source_apple_audio.h: add _get_duration Sun, 24 Apr 2016 23:04:47 GMT Paul Brossier [8bffcff] * python/lib/aubio/__init__.py (modified) python/lib/aubio__init__.py: use aubio.float_type Sun, 24 Apr 2016 22:53:03 GMT Paul Brossier [c4b2183] * python/tests/test_filterbank.py (modified) * python/tests/test_filterbank_mel.py (modified) * python/tests/test_fvec.py (modified) * python/tests/test_musicutils.py (modified) * python/tests/test_pitch.py (modified) * python/tests/test_specdesc.py (modified) python/tests: use aubio.float_type Sun, 24 Apr 2016 22:35:53 GMT Paul Brossier [fbcee4f] * python/lib/gen_code.py (modified) * python/lib/gen_external.py (modified) python/lib/gen_{external,code}.py: prepare for double precision Sun, 24 Apr 2016 21:45:45 GMT Paul Brossier [c6388f4] * python/ext/aubio-types.h (modified) * python/ext/aubiomodule.c (modified) * python/ext/aubioproxy.c (modified) * python/ext/py-cvec.c (modified) * python/ext/py-musicutils.c (modified) * python/lib/gen_code.py (modified) python/{ext,lib}: prepare for double precision Sun, 24 Apr 2016 17:32:58 GMT Paul Brossier [81984a7] * wscript (modified) wscript: do not define HAVE_MEMCPY_HACKS at all Sun, 24 Apr 2016 17:00:28 GMT Paul Brossier [7585822] * examples/jackio.c (modified) * examples/utils.c (modified) * src/cvec.c (modified) * src/fmat.c (modified) * src/spectral/phasevoc.c (modified) src/, examples/: #ifdef HAVE_, not #if HAVE_ Sun, 24 Apr 2016 16:51:10 GMT Paul Brossier [8b2aafd] * python/MANIFEST.in (modified) python/MANIFEST.in: update lib/gen locations Sun, 24 Apr 2016 16:28:18 GMT Paul Brossier [51b9c83] * python/ext/py-phasevoc.c (modified) python/ext/py-phasevoc.c: re-added Py_pvoc_doc Sun, 24 Apr 2016 16:23:14 GMT Paul Brossier [569b363] * python/ext/aubiomodule.c (modified) * python/ext/aubioproxy.c (modified) * python/ext/py-fft.c (modified) * python/ext/py-filter.c (modified) * python/ext/py-filterbank.c (modified) * python/ext/py-musicutils.c (modified) * python/ext/py-phasevoc.c (modified) * python/ext/py-sink.c (modified) * python/lib/gen_code.py (modified) python/ext: simplify memory allocations, removed unneeded malloc/free ... Sun, 24 Apr 2016 11:39:14 GMT Paul Brossier [a35db12] * examples/aubiotrack.c (modified) examples/aubiotrack.c: enable -O and -t options Sat, 23 Apr 2016 19:21:01 GMT Paul Brossier [f4ad83d2] * examples/wscript_build (modified) examples/wscript_build: no -lm for msvc Sat, 23 Apr 2016 19:16:00 GMT Paul Brossier [cb796a3] * examples/parse_args.h (modified) examples/parse_args.h: set optind = 1 if no getopt.h Sat, 23 Apr 2016 19:07:57 GMT Paul Brossier [6144cef] * examples/utils.h (modified) examples/utils.h: hack a solution for access() on windows Sat, 23 Apr 2016 19:06:43 GMT Paul Brossier [06cf47d] * wscript (modified) wscript: make unistd.h optional Sat, 23 Apr 2016 18:56:36 GMT Paul Brossier [d746ef8] * wscript (modified) wscript: make getopt.h optional Sat, 23 Apr 2016 18:49:50 GMT Paul Brossier [dff2ded] * examples/utils.h (modified) examples/utils.h: remove stdarg.h, getopt.h moved to parse_args.h, ... Sat, 23 Apr 2016 18:49:06 GMT Paul Brossier [7d7bf8f] * examples/parse_args.h (modified) examples/parse_args.h: check in config.h if getopt.h was found Sat, 23 Apr 2016 18:47:46 GMT Paul Brossier [e22356e] * src/aubio_priv.h (modified) src/aubio_priv.h: use #ifdef HAVE_, not #if HAVE_ Sat, 23 Apr 2016 18:47:22 GMT Paul Brossier [bef979a] * wscript (modified) wscript: first check for headers, add getopt.h and unistd.h Sat, 23 Apr 2016 18:02:27 GMT Paul Brossier [d0cb3d8] * tests/wscript_build (modified) tests/wscript_build: no -g for msvc Sat, 23 Apr 2016 18:00:23 GMT Paul Brossier [aa5237d] * wscript (modified) wscript: make msvc compiler quieter Sat, 23 Apr 2016 17:44:07 GMT Paul Brossier [25e2001] * src/wscript_build (modified) src/wscript_build: fix typo Sat, 23 Apr 2016 16:35:52 GMT Paul Brossier [8b42c7d] * tests/utils_tests.h (modified) tests/utils_tests.h: make sure M_PI and RAND_MAX are defined Sat, 23 Apr 2016 16:28:41 GMT Paul Brossier [ad1ffb5] * src/wscript_build (modified) src/wscript_build: enable static lib on windows Sat, 23 Apr 2016 16:27:44 GMT Paul Brossier [dc08c4f] * tests/utils_tests.h (modified) tests/utils_tests.h: add VA_ARGS versions of variadic macros Sat, 23 Apr 2016 12:49:11 GMT Paul Brossier [8743b33] * src/utils/windll.c (modified) src/utils/windll.c: include config to check for HAVE_WIN_HACKS Sat, 23 Apr 2016 12:40:06 GMT Paul Brossier [c601bcd] * src/utils/windll.c (added) src/utils/windll.c: add dll main entry point Fri, 22 Apr 2016 22:51:07 GMT Paul Brossier [de66709] * src/fvec.c (modified) * src/io/sink.c (modified) * src/io/source.c (modified) * src/temporal/resampler.c (modified) src/: use #ifdef HAVE_FOO, not #if HAVE_FOO Fri, 22 Apr 2016 22:49:16 GMT Paul Brossier [a9ec06f] * src/wscript_build (modified) src/wscript_build: no -lm on windows here too