RSS feed
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
dec789bf
– Paul Brossier <piem@piem.org>
authored
on 2018/12/06 08:51
Merge branch 'master' into feature/pitchshift
dd474317
– Paul Brossier <piem@piem.org>
authored
on 2018/12/06 08:49
Merge branch 'fix/awhitening'
ed80243a
– Paul Brossier <piem@piem.org>
authored
on 2018/12/06 08:17
[awhitening] use shortest length available (closes gh-216)
0056314d
– Paul Brossier <piem@piem.org>
authored
on 2018/12/06 06:47
[tests] fix leak in test-mathutils.c
fb0afbb0
– Paul Brossier <piem@piem.org>
authored
on 2018/12/06 06:46
[hist] fix potential memory leak
213bf0fc
– Paul Brossier <piem@piem.org>
authored
on 2018/12/06 06:46
[pitch] fix memory leak in specacf
d7265267
– Paul Brossier <piem@piem.org>
authored
on 2018/12/06 06:40
[tests] prevent crash in test-awhitening, fix memory leaks
3a96d3d7
– Paul Brossier <piem@piem.org>
authored
on 2018/12/06 06:32
[tests] improve pitchshift tests
283a619a
– Paul Brossier <piem@piem.org>
authored
on 2018/12/06 06:30
[pitchshift] check if hopsize and samplerate are valid, use _set_transpose in new_, comment about final always 0
633400de
– Paul Brossier <piem@piem.org>
authored
on 2018/12/05 17:34
Merge branch 'master' into feature/pitchshift
f19db547
– Paul Brossier <piem@piem.org>
authored
on 2018/12/03 10:23
Merge branch 'fix/mfcc_params'
117465d2
– Paul Brossier <piem@piem.org>
authored
on 2018/12/03 10:04
[filterbank] fix get_power
8affe8cd
– Paul Brossier <piem@piem.org>
authored
on 2018/12/03 10:03
[mfcc] get_scale/power return smpl_t
581c8b5e
– Paul Brossier <piem@piem.org>
authored
on 2018/12/03 10:00
[tests] mfcc norm/scale with real values
bde4f641
– Paul Brossier <piem@piem.org>
authored
on 2018/11/30 10:06
[make] show tests/ in coverage reports
2b242afe
– Paul Brossier <piem@piem.org>
authored
on 2018/11/30 10:05
[make] move coverage reports to build/coverage_{c,python}
38214151
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 22:11
[py] remove useless check in py-phasevoc.c
8968ea7d
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 14:19
Merge branch 'feature/c_tests'
2cf905ff
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 13:49
[tests] onset creation may succeed with non-power of two sizes
f9204acd
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 13:39
[tests] fix argument parsing in source
242e9236
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 13:38
[tests] make sure unit tests run after sound file is created
0de816c4
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 13:36
[tests] fix argument parsing in onset and wavetable
9ffa5900
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 12:19
[waf] check tests return code and show summary
953cde5c
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 12:05
[tests] use run_on_default_source_and_sink in sampler tests
92c85b12
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 11:58
[tests] fail dct tests if reconstruction failed
c631cc08
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 11:57
[tests] add new_aubio_window tests
f84f6bce
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 11:55
[tests] use run_on_default_source in tempo
a3d87955
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 11:27
[tests] use run_on_default_source_and_sink in awhitening
ee0c4d50
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 11:26
[tests] use run_on_default_source_and_sink in sink tests
8386dbe9
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 11:26
[tests] add run_on_default_source_and_sink helper
eba0cc4f
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 11:15
[tests] simplify awhitening parsing
1b3edc67
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 11:14
[tests] also use run_on_default_source in onset
b0d4c788
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 11:12
[tests] fix argument parsing in source tests
da67922d
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 11:11
[tests] use run_on_default_source in all source tests
b610be52
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 11:08
[tests] pure python create_sine_wave
60384e93
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 10:21
[tests] [win] workaround to escape backslashes
752ce6dd
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 10:10
[tests] [win] include io.h for _access()
586383d5
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 10:04
[tests] [win] more windows workaround to pass strings via -D
35693262
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 09:31
[tests] fix test source creation rule
64d534db
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 09:28
[tests] add run_on_default_source to test-source
c6bb567a
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 09:28
[tests] add run_on_default_source helper
505b49aa
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 09:27
[tests] create test sound from waf, add -DAUBIO_TESTS_SOURCE=
703cc2bf
– Paul Brossier <piem@piem.org>
authored
on 2018/11/29 09:27
[tests] add script to create sound file with python only
d94afb37
– Paul Brossier <piem@piem.org>
authored
on 2018/11/28 20:07
[tests] [win] use calloc to work around constant size issue
e7edf928
– Paul Brossier <piem@piem.org>
authored
on 2018/11/28 19:46
[tests] srandom take unsigned int
6a91a9d4
– Paul Brossier <piem@piem.org>
authored
on 2018/11/28 19:42
[tests] fix unmatched parenthesis on windows
a3343681
– Paul Brossier <piem@piem.org>
authored
on 2018/11/28 19:41
Revert "[tests] fix unmatched parenthesis on windows"
bab46116
– Paul Brossier <piem@piem.org>
authored
on 2018/11/28 19:34
[tests] fix unmatched parenthesis on windows
cb288f22
– Paul Brossier <piem@piem.org>
authored
on 2018/11/28 19:28
[tests] increase entropy by adding address to current second
d22b568d
– Paul Brossier <piem@piem.org>
authored
on 2018/11/28 19:24
[tests] use constant for array size, include string.h
aa15080e
– Paul Brossier <piem@piem.org>
authored
on 2018/11/28 19:07
[tests] workaround for windows
a6065b9b
– Paul Brossier <piem@piem.org>
authored
on 2018/11/28 18:04
[tests] include unistd for unlink, close (linux, darwin)
abe67e1b
– Paul Brossier <piem@piem.org>
authored
on 2018/11/28 17:41
[tests] create a temporary sink, use in wavetable test
c0ce78fc
– Paul Brossier <piem@piem.org>
authored
on 2018/11/28 10:30
[pitch] comment out unused functions in mcomb and yin
7625d852
– Paul Brossier <piem@piem.org>
authored
on 2018/11/28 10:28
[tests] check new_aubio_pitch fails with wrong parameters
f73f3fbe
– Paul Brossier <piem@piem.org>
authored
on 2018/11/28 10:27
[pitch] prevent null pointer dereference in yinfast
c5ee1307
– Paul Brossier <piem@piem.org>
authored
on 2018/11/28 08:40
[notes] prevent null pointer dereference
4506b0c5
– Paul Brossier <piem@piem.org>
authored
on 2018/11/28 08:39
[tests] add notes tests
042d77d6
– Paul Brossier <piem@piem.org>
authored
on 2018/11/27 22:33
[utils] hist with size null fails
c0429d46
– Paul Brossier <piem@piem.org>
authored
on 2018/11/27 22:32
[tests] check hist with size null fails
db3eb5c0
– Paul Brossier <piem@piem.org>
authored
on 2018/11/26 13:33
Merge branch 'feature/dctsimplify' into feature/mfcc_tests
e680926d
– Paul Brossier <piem@piem.org>
authored
on 2018/11/26 13:22
[dct] fix radix check for accelerate
b1743190
– Paul Brossier <piem@piem.org>
authored
on 2018/11/26 12:23
[tests] add calls to new_aubio_mfcc with wrong input parameters
5ad5109d
– Paul Brossier <piem@piem.org>
authored
on 2018/11/26 12:22
[mfcc] validate input parameters, safer delete
e7444164
– Paul Brossier <piem@piem.org>
authored
on 2018/11/26 12:21
[mfcc] remove plain dct ifdefs
d050d027
– Paul Brossier <piem@piem.org>
authored
on 2018/11/26 12:09
[tests] do not test dct with wrong sizes
63c50154
– Paul Brossier <piem@piem.org>
authored
on 2018/11/26 11:59
[dct] fail fftw creation if size <= 0
5c3061eb
– Paul Brossier <piem@piem.org>
authored
on 2018/11/26 11:59
[dct] fix typo in error message
813ced81
– Paul Brossier <piem@piem.org>
authored
on 2018/11/26 11:30
[dct] fail plain creation if size <= 0
fe6a9a23
– Paul Brossier <piem@piem.org>
authored
on 2018/11/26 11:29
[dct] fail ooura creation if size <= 0
7c85c153
– Paul Brossier <piem@piem.org>
authored
on 2018/11/26 11:28
[dct] use del_aubio_dct on failure, add missing \n in error message
d3440e7e
– Paul Brossier <piem@piem.org>
authored
on 2018/11/26 11:28
[dct] fix typo in warning message, add missing \n
6124059c
– Paul Brossier <piem@piem.org>
authored
on 2018/11/26 11:27
[dct] remove size check to test each method
6091189e
– Paul Brossier <piem@piem.org>
authored
on 2018/11/26 07:00
[tests] run phase vocoder with hop_s = win_s
099776df
– Paul Brossier <piem@piem.org>
authored
on 2018/11/26 06:49
[tests] increase pvoc coverage
804c8eb1
– Paul Brossier <piem@piem.org>
authored
on 2018/11/26 06:48
[tests] increase tss coverage
Next