shithub: aubio

RSS feed

22d79029 – Paul Brossier <piem@piem.org> authored on 2018/12/19 14:40
Merge branch 'feature/pitchshift' into feature/timestretch

0770148d – Paul Brossier <piem@piem.org> authored on 2018/12/19 14:40
[test] update pitchshift test

cb0d7d08 – Paul Brossier <piem@piem.org> authored on 2018/12/19 14:31
Merge branch 'feature/pitchshift' into feature/timestretch

d0f19a71 – Paul Brossier <piem@piem.org> authored on 2018/12/19 14:31
Merge branch 'master' into feature/pitchshift

0045668f – Paul Brossier <piem@piem.org> authored on 2018/12/19 13:29
Merge branch 'feature/pytest' (closes #163)

74c1fb9a – Paul Brossier <piem@piem.org> authored on 2018/12/19 12:50
Merge branch 'master' into feature/pytest

fda33947 – Paul Brossier <piem@piem.org> authored on 2018/12/19 12:50
[doc] highlight link to python/demos

6a99bff8 – Paul Brossier <piem@piem.org> authored on 2018/12/19 12:49
[py] also ship python script in tarball

a617bf31 – Paul Brossier <piem@piem.org> authored on 2018/12/19 12:14
[py] musicutils also use Pyfloat_FromDouble

df66c373 – Paul Brossier <piem@piem.org> authored on 2018/12/19 12:14
[py] alpha_norm and zero_crossing_rate use PyFloat_FromDouble

754a987c – Paul Brossier <piem@piem.org> authored on 2018/12/19 12:14
[py] py-cvec uses PyLong_FromLong

ca9d5aaf – Paul Brossier <piem@piem.org> authored on 2018/12/19 12:09
[py] use PyFloat_FromDouble in meltohz methods

c9e28072 – Paul Brossier <piem@piem.org> authored on 2018/12/19 11:56
[tests] remove test-delnull

cbe78098 – Paul Brossier <piem@piem.org> authored on 2018/12/19 11:51
[tests] improve test-filter coverage

fd1d4d5b – Paul Brossier <piem@piem.org> authored on 2018/12/19 11:50
[tests] improve test-tempo coverage

ee463f9a – Paul Brossier <piem@piem.org> authored on 2018/12/19 11:48
[tests] improve test-onset coverage

43ea60dd – Paul Brossier <piem@piem.org> authored on 2018/12/19 09:53
[tests] improve test-sink variable names

387b605e – Paul Brossier <piem@piem.org> authored on 2018/12/19 09:49
[tests] avoid test-sink crash on missing input file

7b5e1a5c – Paul Brossier <piem@piem.org> authored on 2018/12/19 09:24
[io] sink_apple_audio to use native format conversion

ff6d1b6e – Paul Brossier <piem@piem.org> authored on 2018/12/19 09:11
[io] source_apple_audio to use native format conversion

12e5d896 – Paul Brossier <piem@piem.org> authored on 2018/12/19 09:07
[io] [osx] switch to floating point AudioBufferList

05774ba3 – Paul Brossier <piem@piem.org> authored on 2018/12/17 10:14
[tests] improve test-sink

0512fca3 – Paul Brossier <piem@piem.org> authored on 2018/12/16 21:03
[tests] use srand/rand on windows, declare mkstemp and srandom for c99

c0a1906a – Paul Brossier <piem@piem.org> authored on 2018/12/16 21:01
[source] simplify and avoid unrequired checks

d16fbba0 – Paul Brossier <piem@piem.org> authored on 2018/12/16 15:51
[io] remove useless check in source_sndfile

be94d248 – Paul Brossier <piem@piem.org> authored on 2018/12/16 15:50
[doc] remove reference to test-source_multi

77b2e303 – Paul Brossier <piem@piem.org> authored on 2018/12/16 15:49
[tests] remove test-sink_*-multi, now redundant

e9572462 – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:39
[io] prevent possible crash on empty string in source_apple_audio

4ca4a4a5 – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:20
[tests] sync test-sink with base-sink

276032d7 – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:19
[tests] add more sink tests

dea8506d – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:17
[io] always call del_ when new_ fails

3e1c4829 – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:17
[io] clean up sink_wavwrite

e406835d – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:16
[io] prevent potential memory leak, never call abort

cf387e32 – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:15
[io] prevent crash on empty string and potential leak in sink_apple_audio

0f5d3724 – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:11
[io] always call del_aubio_sink

6f601bdd – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:11
[lib] add AUBIO_ASSERT for debug mode

e4c6c763 – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:10
[io] validate input in sink_wavwrite_do

4f75d8a9 – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:09
[io] validate input in sink_sndfile_do

4eb48e69 – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:09
[io] validate input in sink_apple_audio_do

b5de3a95 – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:08
[io] add helpers to validate input

b5bd70ca – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:04
[source] always call del_aubio_source to clean-up

7fc8406b – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:04
[tests] use double quotes for \0

633a4081 – Paul Brossier <piem@piem.org> authored on 2018/12/15 22:47
[tests] improve sink_custom tests

46a1e34d – Paul Brossier <piem@piem.org> authored on 2018/12/15 22:46
[tests] factorise sink tests

5c849afa – Paul Brossier <piem@piem.org> authored on 2018/12/15 21:01
[tests] use double quote to test \0 as a string

26c6ee48 – Paul Brossier <piem@piem.org> authored on 2018/12/13 11:12
[tests] remove test-source variants

4435ea3c – Paul Brossier <piem@piem.org> authored on 2018/12/13 11:10
[tests] sync test-source with base-source_custom

7735d063 – Paul Brossier <piem@piem.org> authored on 2018/12/13 11:09
[tests] factorise source tests

24345660 – Paul Brossier <piem@piem.org> authored on 2018/12/12 22:36
[io] avoid deprecation warning avcodec <= 58.3.102

0f5837d1 – Paul Brossier <piem@piem.org> authored on 2018/12/12 22:10
[io] avoid deprecation warning with ffmpeg

39c8d081 – Paul Brossier <piem@piem.org> authored on 2018/12/12 21:59
[source] fix skipped samples warning in source_avcodec

a97eb170 – Paul Brossier <piem@piem.org> authored on 2018/12/12 20:46
[io] sink_wavwrite_do writes all to channels if more than one

2d64a24e – Paul Brossier <piem@piem.org> authored on 2018/12/12 20:21
[waf] avoid warnings about build dir traversal

c1ba75b5 – Paul Brossier <piem@piem.org> authored on 2018/12/11 11:47
Merge branch 'master' into feature/pytest

6b84d815 – Paul Brossier <piem@piem.org> authored on 2018/12/11 11:04
[examples] remove unneeded cast

423a4272 – Paul Brossier <piem@piem.org> authored on 2018/12/11 10:30
[tests] improve test-mfcc (closes #219)

54966f53 – Paul Brossier <piem@piem.org> authored on 2018/12/10 14:06
[waf] bummp to 2.0.13

00d6c85c – Paul Brossier <piem@piem.org> authored on 2018/12/10 14:03
[git] ignore python coverage files

6383ca4a – Paul Brossier <piem@piem.org> authored on 2018/12/10 14:02
[waf] update rules to build manual and api docs in build/

6e157df3 – Paul Brossier <piem@piem.org> authored on 2018/12/07 13:03
[timestretch] comment out unused warmup

ff87a672 – Paul Brossier <piem@piem.org> authored on 2018/12/07 13:03
[tests] increase timestretch coverage, fix memory leak

b2f41be6 – Paul Brossier <piem@piem.org> authored on 2018/12/07 13:03
[effects] clean up aubio_split_str, fix issues in aubio_get_rubberband_opts

e45345d9 – Paul Brossier <piem@piem.org> authored on 2018/12/07 08:16
Merge branch 'master' into feature/pydocstrings

d91566e4 – Paul Brossier <piem@piem.org> authored on 2018/12/07 08:14
[py] improve specdesc dosctring

a4df8aaa – Paul Brossier <piem@piem.org> authored on 2018/12/07 08:13
[py] add minimal docstring for wavetable

67b2409a – Paul Brossier <piem@piem.org> authored on 2018/12/07 08:13
[doc] add py_synth page

12f7bfe8 – Paul Brossier <piem@piem.org> authored on 2018/12/07 08:12
[doc] add py_analysis page

134f1b72 – Paul Brossier <piem@piem.org> authored on 2018/12/07 08:10
[doc] add py_temporal page

d958b3c4 – Paul Brossier <piem@piem.org> authored on 2018/12/07 08:09
[doc] add py_spectral page

97a5ac08 – Paul Brossier <piem@piem.org> authored on 2018/12/07 07:18
[timestretch] validate input hopsize and samplerate

9d8cedf5 – Paul Brossier <piem@piem.org> authored on 2018/12/07 07:17
[tests] add test_wrong_params to test-timestretch

4bb2e740 – Paul Brossier <piem@piem.org> authored on 2018/12/06 19:04
[effects] aubio_get_rubberband_opts returns -1 if parsing fails

a77f0c67 – Paul Brossier <piem@piem.org> authored on 2018/10/27 15:39
[effects] convert warnings to error, improve messages

24dc867c – Paul Brossier <piem@piem.org> authored on 2018/10/26 06:56
[pitchscale] wrap long lines

124acfb1 – Paul Brossier <piem@piem.org> authored on 2018/10/24 14:48
[effects] wrap long lines

24198a16 – Paul Brossier <piem@piem.org> authored on 2018/10/24 14:45
[effects] improve pitchscale documentation

986c04cc – Paul Brossier <piem@piem.org> authored on 2017/03/17 14:26
src/effects/rubberband_utils.c: use ':' to join options

799e05b0 – Paul Brossier <piem@piem.org> authored on 2017/03/14 01:24
src/effects/: include aubio_priv.h, not config.h, use <> for external includes

60ae447c – Paul Brossier <piem@piem.org> authored on 2017/03/12 10:20
tests/src/effects/test-pitchshift.c: cosmetic changes

9b0ffe31 – Paul Brossier <piem@piem.org> authored on 2017/03/12 10:19
src/effects/rubberband_utils.c: add parsing of all rubberband options

e7d4aa0a – Paul Brossier <piem@piem.org> authored on 2016/11/28 10:40
tests/src/effects/test-timestretch.c: update to use new interface

284fe8a8 – Paul Brossier <piem@piem.org> authored on 2016/11/28 09:30
src/effects/timestretch*: move out threaded file reading stuff, add _push and _available

45598638 – Paul Brossier <piem@piem.org> authored on 2016/10/03 07:20
src/effects/timestretch_rubberband.c: improve threading

bdb249b8 – Paul Brossier <piem@piem.org> authored on 2016/09/30 07:33
src/effects/timestretch_rubberband.c: do not reopen thread in _seek, add flags to mark warmed-up and finished states

88567913 – Paul Brossier <piem@piem.org> authored on 2016/09/29 21:54
src/effects/timestretch_rubberband.c: add initial pthread support

9bd769a6 – Paul Brossier <piem@piem.org> authored on 2016/09/29 19:07
src/effects/timestretch_rubberband.c: fix eof when last available == hopsize, change _set messages to warnings

992ac886 – Paul Brossier <piem@piem.org> authored on 2016/09/29 12:31
src/effects/timestretch_rubberband.c: factorise into aubio_timestretch_fetch

a874c48e – Paul Brossier <piem@piem.org> authored on 2016/09/29 12:21
src/effects/timestretch_rubberband.c: split into functions

456a784c – Paul Brossier <piem@piem.org> authored on 2016/09/29 12:16
src/effects/timestretch_rubberband.c: remove unused variable, erase internal vector

85755eb4 – Paul Brossier <piem@piem.org> authored on 2016/09/29 10:23
src/effects/timestretch_rubberband.c: invert stretch ratio

a0a4d018 – Paul Brossier <piem@piem.org> authored on 2016/09/29 09:38
src/effects/timestretch.h: add _seek method

79706161 – Paul Brossier <piem@piem.org> authored on 2016/09/29 09:34
src/aubio.h: add effects/timestretch.h

58c5e8a7 – Paul Brossier <piem@piem.org> authored on 2016/09/29 09:32
python/lib/gen_external.py: disable timestretch for now, add a note about it

c2e3f449 – Paul Brossier <piem@piem.org> authored on 2016/09/29 09:24
tests/src/effects/test-timestretch.c: add example for aubio_timestretch_t

fd99f0df – Paul Brossier <piem@piem.org> authored on 2016/09/29 09:22
src/effects/timestretch.h: add get_samplerate method

c41637b6 – Paul Brossier <piem@piem.org> authored on 2016/09/29 09:03
src/effects/timestretch.h: add time stretching object, rubberband implementation

34d4232c – Paul Brossier <piem@piem.org> authored on 2018/10/26 08:51
[pitchshift] make sure rb is set to null first

1a3d3b7d – Paul Brossier <piem@piem.org> authored on 2018/12/06 10:34
[ci] disable rubberband and libsamplerate on ios/iosimulator

687835d1 – Paul Brossier <piem@piem.org> authored on 2018/12/06 10:32
[tests] pitchshift tests to pass without rubberband

78a564b0 – Paul Brossier <piem@piem.org> authored on 2018/12/06 10:22
[pitchshift] do not include config.h directly

Next