shithub: aubio

RSS feed

a2ab20a0 – Paul Brossier <piem@piem.org> authored on 2016/05/14 01:25
python/ext/py-source.c: check seek is not negative

38659247 – Paul Brossier <piem@piem.org> authored on 2016/05/14 01:24
python/tests/test_filterbank.py: raise a ValueError

36e8956a – Paul Brossier <piem@piem.org> authored on 2016/05/14 01:22
python/tests/test_source.py: simplify, quieten

ed938a2f – Paul Brossier <piem@piem.org> authored on 2016/05/14 01:21
python/tests/test_filterbank.py: check for wrong values

31223279 – Paul Brossier <piem@piem.org> authored on 2016/05/13 23:11
.gitignore: add python/tests/sounds

2e324f50 – Paul Brossier <piem@piem.org> authored on 2016/05/13 14:56
python/__init__.py: add empty file

1167631c – Paul Brossier <piem@piem.org> authored on 2016/05/13 14:50
move python/setup.py to setup.py, update Makefile, add requirements

c09efcaa – Paul Brossier <piem@piem.org> authored on 2016/05/13 13:58
python/tests/test_cvec.py: add more tests

1164fd85 – Paul Brossier <piem@piem.org> authored on 2016/05/13 13:55
python/lib/gen_code.py: remove unused variable

98e41065 – Paul Brossier <piem@piem.org> authored on 2016/05/13 13:54
python/tests/test_musicutils.py: simplify, check TypeError is raised

ff89a067 – Paul Brossier <piem@piem.org> authored on 2016/05/13 13:23
python/ext/py-musicutils.c: do not overwrite PyArg_ParseTuple messages

7876b67a – Paul Brossier <piem@piem.org> authored on 2016/05/13 13:22
python/ext/py-filterbank.c: fix error message formatting, do not delete if not created

dee266fc – Paul Brossier <piem@piem.org> authored on 2016/05/13 13:13
python/demos/demo_reading_speed.py: avoid unused variable

da632d31 – Paul Brossier <piem@piem.org> authored on 2016/05/13 10:26
tests/utils_tests.h: also use custom srandom/random when compiling with -std=c99

023aa320 – Paul Brossier <piem@piem.org> authored on 2016/05/13 10:25
src/aubio_priv.h: if compiling with -std=c99, use defines for strnlen and floorf

0e70ef97 – Paul Brossier <piem@piem.org> authored on 2016/05/13 09:46
python/{ext/*.c,lib/gen_code.py}: complete PyTypeObject definitions

84fad5ac – Paul Brossier <piem@piem.org> authored on 2016/05/13 09:45
python/ext/aubiomodule.c: fix PyMethodDef sentinel

163d1594 – Paul Brossier <piem@piem.org> authored on 2016/05/12 16:06
src/spectral/mfcc.c: clean-up trailing ;

b2de03fb – Paul Brossier <piem@piem.org> authored on 2016/05/12 16:05
tests/src/temporal: avoid crash, clarify

1670f395 – Paul Brossier <piem@piem.org> authored on 2016/05/12 16:01
python/setup.py: no need to include ../build/src

2ee90df6 – Paul Brossier <piem@piem.org> authored on 2016/05/11 11:26
python/lib/gen_code.py: fix error string

a138975b – Paul Brossier <piem@piem.org> authored on 2016/05/11 11:10
ext/: build with -Wdeclaration-after-statement -Werror

911c22f5 – Paul Brossier <piem@piem.org> authored on 2016/05/11 10:49
ext/aubioproxy.c: fix windows c89 compilation

bb4af3a4 – Paul Brossier <piem@piem.org> authored on 2016/05/11 10:37
python/ext/{aubioproxy,py-cvec}.c: use npy_intp, not long

770f7b49 – Paul Brossier <piem@piem.org> authored on 2016/05/11 21:21
src/aubio_priv.h: use if HAVE_AUBIO_DOUBLE, defined in types.h

c18bbefe – Paul Brossier <piem@piem.org> authored on 2016/05/11 11:20
python/ext/py-source.c: fix free

cd2791f5 – Paul Brossier <piem@piem.org> authored on 2016/05/11 11:18
python/ext/py-source.c: fix error string, only delete if created

44312de6 – Paul Brossier <piem@piem.org> authored on 2016/05/11 07:00
python/tests/test_fvec.py: cope with accumulated errors

88554b9b – Paul Brossier <piem@piem.org> authored on 2016/05/11 05:40
python/tests/test_fvec.py: clean up and simplify

b96a7b88 – Paul Brossier <piem@piem.org> authored on 2016/05/11 05:40
python/lib/aubio/__init__.py: make sure length is not zero and float_type is imported

0df6e9e7 – Paul Brossier <piem@piem.org> authored on 2016/05/11 03:06
python/tests/test_fvec.py: avoid import

1ad9dc32 – Paul Brossier <piem@piem.org> authored on 2016/05/11 01:24
python/ext/py-cvec.c: remove unused function

34d0c257 – Paul Brossier <piem@piem.org> authored on 2016/05/11 00:54
python/ext/aubioproxy.c: factorize input checks into PyAubio_IsValidVector

ece990f1 – Paul Brossier <piem@piem.org> authored on 2016/05/10 22:53
python/tests/test_filter.py: fix indent

2871e2b0 – Paul Brossier <piem@piem.org> authored on 2016/05/10 22:52
python/tests/test_filter.py: add tests

84838c3a – Paul Brossier <piem@piem.org> authored on 2016/05/10 19:45
python/demos/demo_reading_speed.py: avoid unused variable, use globals to get function name

f15b8cf9 – Paul Brossier <piem@piem.org> authored on 2016/05/10 19:23
src/spectral/phasevoc.c: abort if fft creation failed

8cf51c47 – Paul Brossier <piem@piem.org> authored on 2016/05/10 19:21
python/ext/py-phasevoc.c: make sure to avoid double free

ad9f9990 – Paul Brossier <piem@piem.org> authored on 2016/05/10 19:20
python/ext/py-phasevoc.c: improve error message

168a154e – Paul Brossier <piem@piem.org> authored on 2016/05/10 19:20
python/tests/test_phasevoc.py: fix duplicate test name

1b62ee9d – Paul Brossier <piem@piem.org> authored on 2016/05/10 19:02
python/lib/aubio/slicing.py: fix samplerate

0b64f159 – Paul Brossier <piem@piem.org> authored on 2016/05/10 19:00
python/demos/demo_onset_plot.py: remove unused import

fe738f14 – Paul Brossier <piem@piem.org> authored on 2016/05/10 18:59
python/lib/gen_code.py: remove unused variable

744190fb – Paul Brossier <piem@piem.org> authored on 2016/05/10 18:54
python/lib/aubio/slicing.py: fix samplerate

8b56b183 – Paul Brossier <piem@piem.org> authored on 2016/05/10 18:42
python/lib/aubio/slicing.py: clean up

f6892d49 – Paul Brossier <piem@piem.org> authored on 2016/05/10 18:31
python/demos/demo_pitch_sinusoid.py: clean up, indent

0c6e3b04 – Paul Brossier <piem@piem.org> authored on 2016/05/10 18:09
python/demos/demo_simple_robot_voice.py: indent

1e4d90f5 – Paul Brossier <piem@piem.org> authored on 2016/05/10 18:08
python/demos/demo_reading_speed.py: disable other packages by default

8fb567c2 – Paul Brossier <piem@piem.org> authored on 2016/05/10 17:53
python/demos: remove unused import and variables

143682ba – Paul Brossier <piem@piem.org> authored on 2016/05/10 17:37
python/lib/aubio/__init__.py: clean up, use isinstance

016813e9 – Paul Brossier <piem@piem.org> authored on 2016/05/10 17:18
python/lib/aubio/midiconv.py: fix instance checks

ddfa6be0 – Paul Brossier <piem@piem.org> authored on 2016/05/10 17:05
python/tests/test_mathutils: fix test_miditobin test