shithub: aubio

RSS feed

2062e489 – Paul Brossier <piem@piem.org> authored on 2009/09/23 14:37
src/spectral/filterbank*.c: reduce filterbank size to n/2+1, other half is always empty

75a0f409 – Paul Brossier <piem@piem.org> authored on 2009/09/22 13:37
examples/utils.c: add --bufsize option and short message when option parsing went wrong (should never happen)

55b7cb42 – Paul Brossier <piem@piem.org> authored on 2009/09/21 14:17
src/cvec.c: add cvec_print

d53a3b57 – Paul Brossier <piem@piem.org> authored on 2009/09/21 14:15
src/spectral/fft.c: fix horrible bug where norm[0] and norm[n/2+1] could be negative

adcf4056 – Paul Brossier <piem@piem.org> authored on 2009/09/17 22:56
swig/aubio.i: update new_aubio_mfcc prototype

c218821f – Paul Brossier <piem@piem.org> authored on 2009/09/17 20:57
src/spectral/mfcc.c: zero output before computing it

0028ea75 – Paul Brossier <piem@piem.org> authored on 2009/09/17 16:07
test-mfcc.c: add simple mfcc test

e03f74d7 – Paul Brossier <piem@piem.org> authored on 2009/09/17 16:04
src/spectral/mfcc.h: remove obsolete reference to libxtract, update copyright and license to GPLv3, indent

7a84b215 – Paul Brossier <piem@piem.org> authored on 2009/09/17 15:54
src/spectral/mfcc.c: indent, update to GPLv3

c185ebba – Paul Brossier <piem@piem.org> authored on 2009/09/17 15:31
mfcc.c: use a coefficient table for DCT computation, remove unused parameters

14a299e1 – Paul Brossier <piem@piem.org> authored on 2009/09/17 15:30
filterbank.c: use base 10 logarithm

afc584db – Paul Brossier <piem@piem.org> authored on 2009/09/17 10:37
tests/src/test-filterbank_mel.c: added filterbank_mel test

03eeff10 – Paul Brossier <piem@piem.org> authored on 2009/09/17 03:33
src/types.h: remove completed todo items, hardcode AUBIO_SINGLE_PRECISION to 1 for now

79a01c58 – Paul Brossier <piem@piem.org> authored on 2009/09/17 03:30
src/lvec.{c,h}: add lvec_print

5b1fff70 – Paul Brossier <piem@piem.org> authored on 2009/09/17 03:24
src/fvec.c: use AUBIO_SMPL_FMT

1789b0cf – Paul Brossier <piem@piem.org> authored on 2009/09/17 03:22
ext/midi/midi_player.c: use AUBIO_LSMP_FMT

4369cb9c – Paul Brossier <piem@piem.org> authored on 2009/09/17 03:16
src/spectral/fft.c: use native fftw types, add warning if single fftw is used with aubio double

dffe76f2 – Paul Brossier <piem@piem.org> authored on 2009/09/17 03:14
src/aubio_priv.h: add AUBIO_WRN, add message to _WRN and _ERR, use double precision functions if AUBIO_SINGLE_PRECISION is not defined

b16fc82d – Paul Brossier <piem@piem.org> authored on 2009/09/17 03:09
src/types.h: add a switch between single and double precision

13bcd32b – Paul Brossier <piem@piem.org> authored on 2009/09/17 03:08
src/spectral/filterbank_mel.c: remove unused variable

39658e26 – Paul Brossier <piem@piem.org> authored on 2009/09/17 03:07
ext/sndfileio.c: cat to sndfile native type

e7b3629c – Paul Brossier <piem@piem.org> authored on 2009/09/17 03:06
src/temporal/resample.c: cast to SRC native type

1e37adec – Paul Brossier <piem@piem.org> authored on 2009/09/17 01:54
src/spectral/filterbank_mel.c: move Slaney's specific code to _slaney function

bc3c51bc – Paul Brossier <piem@piem.org> authored on 2009/09/17 00:38
tests/src/Makefile.am: add filterbank_mel test

4e0fbe60 – Paul Brossier <piem@piem.org> authored on 2009/09/17 00:21
src/spectral/filterbank_mel.c: shorten counter variable names, improve comments, run through indent

b5076073 – Paul Brossier <piem@piem.org> authored on 2009/09/17 00:02
src/spectral/filterbank_mel.c: correct computation of coefficients, use float samplerate, use POW, make sure we don't try to set unexisting filters

addc9ec3 – Paul Brossier <piem@piem.org> authored on 2009/09/16 21:37
test-filterbank.c: add trivial test for filterbank object

cfd35dbe – Paul Brossier <piem@piem.org> authored on 2009/09/16 21:26
src/spectral/filterbank_mel.{c,h}: indent

3b3b03e8 – Paul Brossier <piem@piem.org> authored on 2009/09/16 21:25
src/spectral/filterbank.{c,h}: indent