shithub: aubio

RSS feed

c17a0ee5 – Paul Brossier <piem@piem.org> authored on 2009/12/03 20:46
src/vecutils.c: switch to mono

7dec719b – Paul Brossier <piem@piem.org> authored on 2009/12/03 20:45
swig/aubio.i: switch to mono

02a01dd9 – Paul Brossier <piem@piem.org> authored on 2009/12/03 20:45
src/aubio.h: switch to mono

168337ee – Paul Brossier <piem@piem.org> authored on 2009/12/03 20:44
src/pitch: switch to mono

fc61225e – Paul Brossier <piem@piem.org> authored on 2009/12/03 20:43
src/utils: switch to mono

8e5c051f – Paul Brossier <piem@piem.org> authored on 2009/12/03 20:41
src/mathutils.{c,h}: switch to mono

d2073008 – Paul Brossier <piem@piem.org> authored on 2009/12/03 20:40
src/tempo: switch to mono

741bdda6 – Paul Brossier <piem@piem.org> authored on 2009/12/03 20:39
src/temporal: switch to mono

d95ff38e – Paul Brossier <piem@piem.org> authored on 2009/12/03 20:38
src/spectral: switch to mono

0b9a02a6 – Paul Brossier <piem@piem.org> authored on 2009/12/03 20:34
src/onset: mono

66fb3eac – Paul Brossier <piem@piem.org> authored on 2009/12/03 20:33
modified cvec to be mono

c7860af2 – Paul Brossier <piem@piem.org> authored on 2009/12/03 20:32
modified fvec and lvec to be mono, added fmat

c6d01699 – Paul Brossier <piem@piem.org> authored on 2009/12/03 14:26
.gitignore: added *.o

ae57d458 – Paul Brossier <piem@piem.org> authored on 2009/12/03 14:11
removed .bzrignore

1dd137b4 – Paul Brossier <piem@piem.org> authored on 2009/12/03 13:52
added .gitignore

e3cf37ae – Paul Brossier <piem@piem.org> authored on 2009/11/30 16:11
wscript: add libs to examples for binutils-gold

98170263 – Paul Brossier <piem@piem.org> authored on 2009/11/25 20:00
examples/: include config.h

75be6511 – Paul Brossier <piem@piem.org> authored on 2009/11/25 19:59
interfaces/python/gen_pyobject.py: fix aubio2types

5ddcdf2e – Paul Brossier <piem@piem.org> authored on 2009/11/15 10:31
configure.ac: add AUBIO_LIBS, now needs only -lm (closes: #553930)

2b4d006d – Paul Brossier <piem@piem.org> authored on 2009/11/15 10:28
configure.ac: do not check for fftw3.h, let pkg-config do that

449bff63 – Paul Brossier <piem@piem.org> authored on 2009/11/15 10:26
aubiomodule.c: add generated objects

90077e4a – Paul Brossier <piem@piem.org> authored on 2009/11/15 10:19
gen_pyobject.py: simplify using regex, add PyMethodDefs

4bc098cf – Paul Brossier <piem@piem.org> authored on 2009/11/15 10:16
generator.py: also spit out aubio-generated.h

d6f9b3a2 – Paul Brossier <piem@piem.org> authored on 2009/11/15 10:01
py-fvec.c: add PyAubio_CFvecToArray

965ea78a – Paul Brossier <piem@piem.org> authored on 2009/11/15 10:00
python/aubiowraphell.h: sprinkle some cpp magic

a300cef4 – Paul Brossier <piem@piem.org> authored on 2009/11/13 19:43
src/Makefile.am: rename peakpicker.h here too, thanks to Laurent Feron for noticing it

7db34776 – Paul Brossier <piem@piem.org> authored on 2009/11/05 20:27
aubio-types.h: python module has it all

5c246b0f – Paul Brossier <piem@piem.org> authored on 2009/11/05 20:25
gen_pyobject.py: update, add smpl_t

7c4cf208 – Paul Brossier <piem@piem.org> authored on 2009/11/05 20:23
generator.py: fully blown mode

8b8336be – Paul Brossier <piem@piem.org> authored on 2009/11/05 20:15
doc/user.cfg: sync with aubio.h

3ac7cb09 – Paul Brossier <piem@piem.org> authored on 2009/11/05 20:08
src/: cleanup variable names in prototypes

b8ee46c5 – Paul Brossier <piem@piem.org> authored on 2009/11/05 19:42
generator.py: skip resampler

eb93592e – Paul Brossier <piem@piem.org> authored on 2009/11/05 19:41
py-cvec.c: cvec.length to return the actual length

c03e7777 – Paul Brossier <piem@piem.org> authored on 2009/11/05 19:14
src/aubio.h: make filterbank public, should be stable enough now

61139c61 – Paul Brossier <piem@piem.org> authored on 2009/11/05 19:11
swig/aubio.i: add peakpicker again, alias for char_t, include config.h for HAVE_SNDFILE

7b485af2 – Paul Brossier <piem@piem.org> authored on 2009/11/05 19:09
tests/src/test-phasevoc-jack.c: print warning if jack not built in, disable testing

2359cbd4 – Paul Brossier <piem@piem.org> authored on 2009/11/05 19:08
wscript: factorise build of extra source files

3e17aed3 – Paul Brossier <piem@piem.org> authored on 2009/11/05 19:06
src/: rename peakpick.h to peakpicker.h, make public again

2e4fb040 – Paul Brossier <piem@piem.org> authored on 2009/11/05 18:21
wscript: add option to disable libsamplerate