Paul Brossier [Wed, 19 Dec 2018 18:47:50 +0000 (19:47 +0100)]
Merge branch 'feature/pitchshift' into feature/timestretch
Paul Brossier [Wed, 19 Dec 2018 18:47:34 +0000 (19:47 +0100)]
[test] pitchshift test to use skipTest
Paul Brossier [Wed, 19 Dec 2018 18:40:23 +0000 (19:40 +0100)]
Merge branch 'feature/pitchshift' into feature/timestretch
Paul Brossier [Wed, 19 Dec 2018 18:40:15 +0000 (19:40 +0100)]
[test] update pitchshift test
Paul Brossier [Wed, 19 Dec 2018 18:31:45 +0000 (19:31 +0100)]
Merge branch 'feature/pitchshift' into feature/timestretch
Paul Brossier [Wed, 19 Dec 2018 18:31:27 +0000 (19:31 +0100)]
Merge branch 'master' into feature/pitchshift
Paul Brossier [Wed, 19 Dec 2018 17:29:13 +0000 (18:29 +0100)]
Merge branch 'feature/pytest' (closes #163)
Paul Brossier [Wed, 19 Dec 2018 16:50:42 +0000 (17:50 +0100)]
Merge branch 'master' into feature/pytest
Paul Brossier [Wed, 19 Dec 2018 16:50:20 +0000 (17:50 +0100)]
[doc] highlight link to python/demos
Paul Brossier [Wed, 19 Dec 2018 16:49:28 +0000 (17:49 +0100)]
[py] also ship python script in tarball
Paul Brossier [Wed, 19 Dec 2018 16:14:59 +0000 (17:14 +0100)]
[py] musicutils also use Pyfloat_FromDouble
Paul Brossier [Wed, 19 Dec 2018 16:14:31 +0000 (17:14 +0100)]
[py] alpha_norm and zero_crossing_rate use PyFloat_FromDouble
Paul Brossier [Wed, 19 Dec 2018 16:14:08 +0000 (17:14 +0100)]
[py] py-cvec uses PyLong_FromLong
Paul Brossier [Wed, 19 Dec 2018 16:09:09 +0000 (17:09 +0100)]
[py] use PyFloat_FromDouble in meltohz methods
For some reason this bug is only triggered with osx native python2.7.
Paul Brossier [Wed, 19 Dec 2018 15:56:38 +0000 (16:56 +0100)]
[tests] remove test-delnull
Paul Brossier [Wed, 19 Dec 2018 15:51:24 +0000 (16:51 +0100)]
[tests] improve test-filter coverage
Paul Brossier [Wed, 19 Dec 2018 15:50:33 +0000 (16:50 +0100)]
[tests] improve test-tempo coverage
Paul Brossier [Wed, 19 Dec 2018 15:48:17 +0000 (16:48 +0100)]
[tests] improve test-onset coverage
Paul Brossier [Wed, 19 Dec 2018 13:53:18 +0000 (14:53 +0100)]
[tests] improve test-sink variable names
Paul Brossier [Wed, 19 Dec 2018 13:49:22 +0000 (14:49 +0100)]
[tests] avoid test-sink crash on missing input file
Paul Brossier [Wed, 19 Dec 2018 13:24:41 +0000 (14:24 +0100)]
[io] sink_apple_audio to use native format conversion
The important trick here is setting mDataByteSize to the actual number
of frames to be written, as mentionned by James McCartney in [0].
[0]:https://www.mail-archive.com/coreaudio-api@lists.apple.com/msg01109.html
Paul Brossier [Wed, 19 Dec 2018 13:11:23 +0000 (14:11 +0100)]
[io] source_apple_audio to use native format conversion
Paul Brossier [Wed, 19 Dec 2018 13:07:12 +0000 (14:07 +0100)]
[io] [osx] switch to floating point AudioBufferList
Paul Brossier [Mon, 17 Dec 2018 14:14:39 +0000 (15:14 +0100)]
[tests] improve test-sink
Paul Brossier [Mon, 17 Dec 2018 01:03:42 +0000 (02:03 +0100)]
[tests] use srand/rand on windows, declare mkstemp and srandom for c99
Paul Brossier [Mon, 17 Dec 2018 01:01:06 +0000 (02:01 +0100)]
[source] simplify and avoid unrequired checks
Paul Brossier [Sun, 16 Dec 2018 19:51:20 +0000 (20:51 +0100)]
[io] remove useless check in source_sndfile
Paul Brossier [Sun, 16 Dec 2018 19:50:03 +0000 (20:50 +0100)]
[doc] remove reference to test-source_multi
Paul Brossier [Sun, 16 Dec 2018 19:49:47 +0000 (20:49 +0100)]
[tests] remove test-sink_*-multi, now redundant
Paul Brossier [Sun, 16 Dec 2018 18:39:28 +0000 (19:39 +0100)]
[io] prevent possible crash on empty string in source_apple_audio
Paul Brossier [Sun, 16 Dec 2018 18:20:25 +0000 (19:20 +0100)]
[tests] sync test-sink with base-sink
Paul Brossier [Sun, 16 Dec 2018 18:19:58 +0000 (19:19 +0100)]
[tests] add more sink tests
Paul Brossier [Sun, 16 Dec 2018 18:17:44 +0000 (19:17 +0100)]
[io] always call del_ when new_ fails
Paul Brossier [Sun, 16 Dec 2018 18:17:26 +0000 (19:17 +0100)]
[io] clean up sink_wavwrite
Paul Brossier [Sun, 16 Dec 2018 18:16:47 +0000 (19:16 +0100)]
[io] prevent potential memory leak, never call abort
Paul Brossier [Sun, 16 Dec 2018 18:15:42 +0000 (19:15 +0100)]
[io] prevent crash on empty string and potential leak in sink_apple_audio
Paul Brossier [Sun, 16 Dec 2018 18:11:47 +0000 (19:11 +0100)]
[io] always call del_aubio_sink
Paul Brossier [Sun, 16 Dec 2018 18:11:19 +0000 (19:11 +0100)]
[lib] add AUBIO_ASSERT for debug mode
Paul Brossier [Sun, 16 Dec 2018 18:10:35 +0000 (19:10 +0100)]
[io] validate input in sink_wavwrite_do
Paul Brossier [Sun, 16 Dec 2018 18:09:50 +0000 (19:09 +0100)]
[io] validate input in sink_sndfile_do
Paul Brossier [Sun, 16 Dec 2018 18:09:13 +0000 (19:09 +0100)]
[io] validate input in sink_apple_audio_do
Paul Brossier [Sun, 16 Dec 2018 18:08:15 +0000 (19:08 +0100)]
[io] add helpers to validate input
Paul Brossier [Sun, 16 Dec 2018 18:04:46 +0000 (19:04 +0100)]
[source] always call del_aubio_source to clean-up
Paul Brossier [Sun, 16 Dec 2018 18:04:08 +0000 (19:04 +0100)]
[tests] use double quotes for \0
Paul Brossier [Sun, 16 Dec 2018 02:47:53 +0000 (03:47 +0100)]
[tests] improve sink_custom tests
Paul Brossier [Sun, 16 Dec 2018 02:46:53 +0000 (03:46 +0100)]
[tests] factorise sink tests
Paul Brossier [Sun, 16 Dec 2018 01:01:00 +0000 (02:01 +0100)]
[tests] use double quote to test \0 as a string
Prevents clang throwing an error, since '\0' is rightfully treated as a
single character.
See this explanation by Stephen J. Butler:
https://lists.macports.org/pipermail/macports-dev/2016-June/033168.html
Paul Brossier [Thu, 13 Dec 2018 15:12:02 +0000 (16:12 +0100)]
[tests] remove test-source variants
Paul Brossier [Thu, 13 Dec 2018 15:10:18 +0000 (16:10 +0100)]
[tests] sync test-source with base-source_custom
Paul Brossier [Thu, 13 Dec 2018 15:09:50 +0000 (16:09 +0100)]
[tests] factorise source tests
Paul Brossier [Thu, 13 Dec 2018 02:36:33 +0000 (03:36 +0100)]
[io] avoid deprecation warning avcodec <= 58.3.102
Paul Brossier [Thu, 13 Dec 2018 02:10:08 +0000 (03:10 +0100)]
[io] avoid deprecation warning with ffmpeg
Paul Brossier [Thu, 13 Dec 2018 01:59:33 +0000 (02:59 +0100)]
[source] fix skipped samples warning in source_avcodec
Paul Brossier [Thu, 13 Dec 2018 00:46:29 +0000 (01:46 +0100)]
[io] sink_wavwrite_do writes all to channels if more than one
Paul Brossier [Thu, 13 Dec 2018 00:21:24 +0000 (01:21 +0100)]
[waf] avoid warnings about build dir traversal
Paul Brossier [Tue, 11 Dec 2018 15:47:32 +0000 (16:47 +0100)]
Merge branch 'master' into feature/pytest
Paul Brossier [Tue, 11 Dec 2018 15:04:36 +0000 (16:04 +0100)]
[examples] remove unneeded cast
Paul Brossier [Tue, 11 Dec 2018 14:30:49 +0000 (15:30 +0100)]
[tests] improve test-mfcc (closes #219)
Paul Brossier [Mon, 10 Dec 2018 18:06:07 +0000 (19:06 +0100)]
[waf] bummp to 2.0.13
Paul Brossier [Mon, 10 Dec 2018 18:03:10 +0000 (19:03 +0100)]
[git] ignore python coverage files
Paul Brossier [Mon, 10 Dec 2018 18:02:18 +0000 (19:02 +0100)]
[waf] update rules to build manual and api docs in build/
Paul Brossier [Fri, 7 Dec 2018 17:03:59 +0000 (18:03 +0100)]
[timestretch] comment out unused warmup
Paul Brossier [Fri, 7 Dec 2018 17:03:45 +0000 (18:03 +0100)]
[tests] increase timestretch coverage, fix memory leak
Paul Brossier [Fri, 7 Dec 2018 17:03:19 +0000 (18:03 +0100)]
[effects] clean up aubio_split_str, fix issues in aubio_get_rubberband_opts
Paul Brossier [Fri, 7 Dec 2018 12:16:37 +0000 (13:16 +0100)]
Merge branch 'master' into feature/pydocstrings
Paul Brossier [Fri, 7 Dec 2018 12:14:58 +0000 (13:14 +0100)]
[py] improve specdesc dosctring
Paul Brossier [Fri, 7 Dec 2018 12:13:33 +0000 (13:13 +0100)]
[py] add minimal docstring for wavetable
Paul Brossier [Fri, 7 Dec 2018 12:13:10 +0000 (13:13 +0100)]
[doc] add py_synth page
Paul Brossier [Fri, 7 Dec 2018 12:12:27 +0000 (13:12 +0100)]
[doc] add py_analysis page
Paul Brossier [Fri, 7 Dec 2018 12:10:54 +0000 (13:10 +0100)]
[doc] add py_temporal page
Paul Brossier [Fri, 7 Dec 2018 12:09:46 +0000 (13:09 +0100)]
[doc] add py_spectral page
Paul Brossier [Fri, 7 Dec 2018 11:18:17 +0000 (12:18 +0100)]
[timestretch] validate input hopsize and samplerate
Paul Brossier [Fri, 7 Dec 2018 11:17:55 +0000 (12:17 +0100)]
[tests] add test_wrong_params to test-timestretch
Paul Brossier [Thu, 6 Dec 2018 23:04:07 +0000 (00:04 +0100)]
[effects] aubio_get_rubberband_opts returns -1 if parsing fails
Paul Brossier [Sat, 27 Oct 2018 17:39:55 +0000 (19:39 +0200)]
[effects] convert warnings to error, improve messages
Paul Brossier [Fri, 26 Oct 2018 08:56:48 +0000 (10:56 +0200)]
[pitchscale] wrap long lines
Paul Brossier [Wed, 24 Oct 2018 16:48:25 +0000 (18:48 +0200)]
[effects] wrap long lines
Paul Brossier [Wed, 24 Oct 2018 16:45:19 +0000 (18:45 +0200)]
[effects] improve pitchscale documentation
Paul Brossier [Fri, 17 Mar 2017 17:26:50 +0000 (18:26 +0100)]
src/effects/rubberband_utils.c: use ':' to join options
Paul Brossier [Tue, 14 Mar 2017 04:24:46 +0000 (05:24 +0100)]
src/effects/: include aubio_priv.h, not config.h, use <> for external includes
Paul Brossier [Sun, 12 Mar 2017 13:20:36 +0000 (14:20 +0100)]
tests/src/effects/test-pitchshift.c: cosmetic changes
Paul Brossier [Sun, 12 Mar 2017 13:19:46 +0000 (14:19 +0100)]
src/effects/rubberband_utils.c: add parsing of all rubberband options
Paul Brossier [Mon, 28 Nov 2016 14:40:57 +0000 (15:40 +0100)]
tests/src/effects/test-timestretch.c: update to use new interface
Paul Brossier [Mon, 28 Nov 2016 13:30:40 +0000 (14:30 +0100)]
src/effects/timestretch*: move out threaded file reading stuff, add _push and _available
Paul Brossier [Mon, 3 Oct 2016 09:20:57 +0000 (11:20 +0200)]
src/effects/timestretch_rubberband.c: improve threading
Paul Brossier [Fri, 30 Sep 2016 09:33:16 +0000 (11:33 +0200)]
src/effects/timestretch_rubberband.c: do not reopen thread in _seek, add flags to mark warmed-up and finished states
Paul Brossier [Thu, 29 Sep 2016 23:54:50 +0000 (01:54 +0200)]
src/effects/timestretch_rubberband.c: add initial pthread support
Paul Brossier [Thu, 29 Sep 2016 21:07:19 +0000 (23:07 +0200)]
src/effects/timestretch_rubberband.c: fix eof when last available == hopsize, change _set messages to warnings
Paul Brossier [Thu, 29 Sep 2016 14:31:10 +0000 (16:31 +0200)]
src/effects/timestretch_rubberband.c: factorise into aubio_timestretch_fetch
Paul Brossier [Thu, 29 Sep 2016 14:21:50 +0000 (16:21 +0200)]
src/effects/timestretch_rubberband.c: split into functions
Paul Brossier [Thu, 29 Sep 2016 14:16:57 +0000 (16:16 +0200)]
src/effects/timestretch_rubberband.c: remove unused variable, erase internal vector
Paul Brossier [Thu, 29 Sep 2016 12:23:58 +0000 (14:23 +0200)]
src/effects/timestretch_rubberband.c: invert stretch ratio
Paul Brossier [Thu, 29 Sep 2016 11:38:04 +0000 (13:38 +0200)]
src/effects/timestretch.h: add _seek method
Paul Brossier [Thu, 29 Sep 2016 11:34:13 +0000 (13:34 +0200)]
src/aubio.h: add effects/timestretch.h
Paul Brossier [Thu, 29 Sep 2016 11:32:02 +0000 (13:32 +0200)]
python/lib/gen_external.py: disable timestretch for now, add a note about it
Paul Brossier [Thu, 29 Sep 2016 11:24:42 +0000 (13:24 +0200)]
tests/src/effects/test-timestretch.c: add example for aubio_timestretch_t
Paul Brossier [Thu, 29 Sep 2016 11:22:22 +0000 (13:22 +0200)]
src/effects/timestretch.h: add get_samplerate method
Paul Brossier [Thu, 29 Sep 2016 11:03:07 +0000 (13:03 +0200)]
src/effects/timestretch.h: add time stretching object, rubberband implementation
Paul Brossier [Fri, 26 Oct 2018 10:51:58 +0000 (12:51 +0200)]
[pitchshift] make sure rb is set to null first
Paul Brossier [Thu, 6 Dec 2018 14:34:12 +0000 (15:34 +0100)]
[ci] disable rubberband and libsamplerate on ios/iosimulator