shithub: aubio

RSS feed

55e9018d – Paul Brossier <piem@piem.org> authored on 2007/12/01 10:54
configure.ac: host conditional depend on host_os, not build_os

8987df1a – Paul Brossier <piem@piem.org> authored on 2007/12/01 10:52
tests template.py: re-ident

f1771f90 – Paul Brossier <piem@piem.org> authored on 2007/12/01 10:51
aubioonset.py tests: add specflux, use assertEqual

c71b7178 – Paul Brossier <piem@piem.org> authored on 2007/12/01 10:49
README: update project url

3822b73d – Paul Brossier <piem@piem.org> authored on 2007/11/30 16:02
swig/aubio.i: add aubio_peakpicker_get/set_threshold

5d012d02 – Paul Brossier <piem@piem.org> authored on 2007/11/30 15:47
added first tests for peakpicker

0f2084d3 – Paul Brossier <piem@piem.org> authored on 2007/11/30 14:52
add first tests for scale.c

66a150a2 – Paul Brossier <piem@piem.org> authored on 2007/11/30 14:39
move around files in tests/python according to src/ changes

d05c54fa – Paul Brossier <piem@piem.org> authored on 2007/11/30 13:26
add draft test for hist.py

16e0f162 – Paul Brossier <piem@piem.org> authored on 2007/11/30 04:59
examples/utils.{c,h}: move flush_process prototype to .h

ae7e547a – Paul Brossier <piem@piem.org> authored on 2007/11/30 04:58
examples/utils.c: use uint_t

fce58d9e – Paul Brossier <piem@piem.org> authored on 2007/11/30 04:54
configure.ac: add AC_LIBTOOL_WIN32_DLL to allow cross compilation of shared libs

6c7d49b3 – Paul Brossier <piem@piem.org> authored on 2007/11/24 18:02
remove src/sample.h

fc6c8313 – Paul Brossier <piem@piem.org> authored on 2007/11/24 17:47
moved spectral_centroid to new file

e2da2952 – Paul Brossier <piem@piem.org> authored on 2007/11/24 17:45
onsetdetection.c: factorise switch, complete specflux deletion

ed631e9a – Paul Brossier <piem@piem.org> authored on 2007/11/24 17:09
doc/Makefile.am: update make style rules

32d69586 – Paul Brossier <piem@piem.org> authored on 2007/11/24 17:00
src/: more moving and splitting

bcf38fe0 – Paul Brossier <piem@piem.org> authored on 2007/11/24 16:08
src/: move tempo files to src/tempo, continue moving pitch and onset files

2d8cffab – Paul Brossier <piem@piem.org> authored on 2007/11/24 15:47
move pitch methods to pitch/, onset detection functions to onset/

5dd22a92 – Paul Brossier <piem@piem.org> authored on 2007/11/24 14:05
filterbank.c: avoid useless usigned comparison

78733631 – Paul Brossier <piem@piem.org> authored on 2007/11/24 13:46
merge with aubio-mfcc branch, adding filterbank and mfcc first draft. thank you Amaury

d7a104c2 – Paul Brossier <piem@piem.org> authored on 2007/11/24 13:13
test-tempo.c: use aubio_tempo_get_confidence

9638f84d – Paul Brossier <piem@piem.org> authored on 2007/11/24 12:44
pitchmcomb.c: make sure all variables are initialised

4bb32f4b – Paul Brossier <piem@piem.org> authored on 2007/11/24 12:25
mathutils.c: fix invalid read in vec_moving_thres

44d7cb7e – Paul Brossier <piem@piem.org> authored on 2007/11/24 10:30
pitchdetection.c: add del_aubio_filter

5294546e – Paul Brossier <piem@piem.org> authored on 2007/11/24 10:30
pitchmcomb.c: add missing del_fvec

9668a37a – Paul Brossier <piem@piem.org> authored on 2007/11/23 08:32
examples/aubiopitch.py: also print line number and write output file if exception

a2f35554 – Paul Brossier <piem@piem.org> authored on 2007/11/21 07:53
pitchyin.c: redo indentation

c7f32b1e – Paul Brossier <piem@piem.org> authored on 2007/11/21 07:03
aubio.i: add specflux

862d78f7 – Paul Brossier <piem@piem.org> authored on 2007/11/21 07:02
utils.c, utils.py: add specflux onset function

fabb7cd7 – Paul Brossier <piem@piem.org> authored on 2007/11/21 07:01
onsetdection.{c,h}: add spectral flux (L2 norm, only energy increases)

ec2fa2a5 – Paul Brossier <piem@piem.org> authored on 2007/11/21 06:59
onsetdetection.{c,h}: redo indentation

2a00568c – Paul Brossier <piem@piem.org> authored on 2007/11/21 06:26
aubio.i: add del_aubio_onsetdetection, aubioclass.py: replace _free with del_aubio_onsetdetection

15b97d9f – Paul Brossier <piem@piem.org> authored on 2007/11/20 19:40
pitchyinfft.c: return 0., not 0

6f100646 – Paul Brossier <piem@piem.org> authored on 2007/11/13 05:00
utils.c: avoid signed/unsigned comparison

ec0d43cb – Paul Brossier <piem@piem.org> authored on 2007/11/13 04:58
configure.ac: add lcov flags option, beautify help output

e24378a5 – Paul Brossier <piem@piem.org> authored on 2007/11/13 04:15
examples/utils.{c,h}, examples/aubioonset.c: added process_flush function to get last onset at the end of file, added frames_delay parameter

941801f7 – Paul Brossier <piem@piem.org> authored on 2007/11/13 04:05
swing/aubio.i: remove obsolete _free function

999b0c12 – Paul Brossier <piem@piem.org> authored on 2007/11/13 04:03
onsetdetection.{c,h}: remove obsolete _free function

b995296f – Paul Brossier <piem@piem.org> authored on 2007/11/13 03:07
Makefile.am: added simple 'make lcov' rules

4ce62cd0 – Paul Brossier <piem@piem.org> authored on 2007/11/13 03:07
.bzrignore: add gcov generated files

53160127 – Paul Brossier <piem@piem.org> authored on 2007/11/08 08:03
.bzrignore: add mkinstalldirs

8701ec32 – Paul Brossier <piem@piem.org> authored on 2007/11/07 12:33
removed old test-fft.c, moved mfft to new fft

18a82b34 – Paul Brossier <piem@piem.org> authored on 2007/11/07 12:21
merge from rhubarb

4b6937b6 – Paul Brossier <piem@piem.org> authored on 2007/11/07 12:19
fft.c: use ifdef, not if, improve indentation

b050e8e6 – Paul Brossier <piem@piem.org> authored on 2007/11/07 12:15
pitchmcomb.c: redo indentation

c8cbf3c7 – Paul Brossier <piem@piem.org> authored on 2007/11/07 12:14
pitchfcomb.c: redo indentation

10cf306c – Paul Brossier <piem@piem.org> authored on 2007/11/07 12:13
pitchyinfft.c: redo indentation

f218f29b – Paul Brossier <piem@piem.org> authored on 2007/11/07 12:03
merge from banane

43682238 – Paul Brossier <piem@piem.org> authored on 2007/11/07 11:53
merge from bastille

e86676b1 – Paul Brossier <piem@piem.org> authored on 2007/11/07 11:52
phasevoc.py: simplified class name

d57d1de0 – Paul Brossier <piem@piem.org> authored on 2007/11/07 11:51
update fft.py tests, merge from banane