shithub: aubio

RSS feed

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

038852ad – Paul Brossier <piem@piem.org> authored on 2007/11/07 11:33
updated fft.py tests, added template for assertCloseEnough

49407f3d – Paul Brossier <piem@piem.org> authored on 2007/11/07 11:32
swig/aubio.i: update to new aubio_fft

8b2dc90d – Paul Brossier <piem@piem.org> authored on 2007/11/07 11:32
phasevoc.c,pitch{fcomb,yinfft}.c: update to new aubio_fft

aadd27aa – Paul Brossier <piem@piem.org> authored on 2007/11/07 11:30
fft.c,fft.h: refactorised, no more mfft, only one fft

ef7df769 – Paul Brossier <piem@piem.org> authored on 2007/11/06 06:53
merge from banane

f1eda562 – Paul Brossier <piem@piem.org> authored on 2007/11/04 11:53
scale.c: redo indentation

2d60be3c – Paul Brossier <piem@piem.org> authored on 2007/11/04 11:53
hist.h: redo indentation

82f0c4e7 – Paul Brossier <piem@piem.org> authored on 2007/11/04 11:52
scale.h: redo indentation

3c707f7b – Paul Brossier <piem@piem.org> authored on 2007/11/04 11:47
hist.{c,h}: redo indentation

812b376c – Paul Brossier <piem@piem.org> authored on 2007/11/04 11:44
hist.c: move hist cent to a structure

274839fb – Paul Brossier <piem@piem.org> authored on 2007/11/04 11:14
hist.c: move hist data to a structure, rename aubio_hist_weigth to aubio_hist_weight

e00f769b – Paul Brossier <piem@piem.org> authored on 2007/11/04 10:29
back to smpl_t as float

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

2b3280ab – Paul Brossier <piem@piem.org> authored on 2007/11/03 15:08
fft.py: some more tests

b1c948be – Paul Brossier <piem@piem.org> authored on 2007/11/03 15:07
src/phasevoc.c: window is of type smpl_t

ac5f22ca – Paul Brossier <piem@piem.org> authored on 2007/11/03 15:03
src/fft.c: fix norm computation when HAVE_COMPLEX_H is undefined

c7218747 – Paul Brossier <piem@piem.org> authored on 2007/11/03 15:03
merge changes from banane, more fixes

2d8880d5 – Paul Brossier <piem@piem.org> authored on 2007/11/03 13:38
add test fft back and forth

5c0662a4 – Paul Brossier <piem@piem.org> authored on 2007/11/03 13:17
splitted test-sample.c in test-{f,c}vec.c

685412ed – Paul Brossier <piem@piem.org> authored on 2007/11/03 12:59
src/phasevoc.c: remove tabs, reindent

6ef7f67e – Paul Brossier <piem@piem.org> authored on 2007/11/03 12:53
src/phasevoc.c: remove unused variable

f1dca0e4 – Paul Brossier <piem@piem.org> authored on 2007/11/03 12:51
fvec test: change order in assertEqual

4f56a35f – Paul Brossier <piem@piem.org> authored on 2007/11/03 12:50
phasevoc.c: do not window the signal again during resynthesis

cc4f3f75 – Paul Brossier <piem@piem.org> authored on 2007/11/03 12:49
phasevoc test: add ones

0cbfa4a4 – Paul Brossier <piem@piem.org> authored on 2007/11/03 11:51
added simple phasevoc test

398c1c5c – Paul Brossier <piem@piem.org> authored on 2007/11/03 10:54
add test for fft (which appears to reveal a bug in fftw on powerpc\!)

a47cd35a – Paul Brossier <piem@piem.org> authored on 2007/11/03 10:52
fft.{c,h}: remove tabs

01af943c – Paul Brossier <piem@piem.org> authored on 2007/11/03 10:22
fft.c: reduce size of specdata with COMPLEX_H, fix computations without COMPLEX_H

55e030d2 – Paul Brossier <piem@piem.org> authored on 2007/11/03 09:23
aubio_priv.h: update copyright, remove tabs

1da7e08d – Paul Brossier <piem@piem.org> authored on 2007/11/02 08:25
merge main branch

d6f515d5 – Paul Brossier <piem@piem.org> authored on 2007/11/02 08:23
added test for aubiopitch, using TwoCows.wav from freesound

100f950c – Paul Brossier <piem@piem.org> authored on 2007/11/01 12:40
simplified examples template

cea30b89 – Paul Brossier <piem@piem.org> authored on 2007/11/01 11:14
aubioclass.py: make sndfile raise error if file not opened, do not delete it if == None, avoiding several segfaults

d1ec8cbc – Paul Brossier <piem@piem.org> authored on 2007/11/01 10:29
splitted sample.c into fvec.c and cvec.c, kept sample.h for convenience

9f9f63f8 – Paul Brossier <piem@piem.org> authored on 2007/11/01 10:06
aubioonset test: make sure default parameters detect the woodblock

b660fbc0 – Paul Brossier <piem@piem.org> authored on 2007/11/01 10:05
list_missing_tests: add examples tests

afb3576b – Paul Brossier <piem@piem.org> authored on 2007/11/01 09:59
list_missing_tests: tst_prefix default is empty

79287252 – Paul Brossier <piem@piem.org> authored on 2007/11/01 09:56
list_missing_tests: update to check all existing test

031b1f90 – Paul Brossier <piem@piem.org> authored on 2007/10/31 08:26
added examples tests

f14d3235 – Paul Brossier <piem@piem.org> authored on 2007/10/30 18:21
added new tests/Makefile.am

677facdb – Paul Brossier <piem@piem.org> authored on 2007/10/30 18:13
improve .bzrignore, add comments

4aad0dce – Paul Brossier <piem@piem.org> authored on 2007/10/30 06:46
added simple unittest tests as examples

36fa6cbf – Paul Brossier <piem@piem.org> authored on 2007/10/29 23:40
merge with pitchdetection test

6427e6dd – Paul Brossier <piem@piem.org> authored on 2007/10/29 23:39
use local comments in test-fft.c

82c588a8 – Paul Brossier <piem@piem.org> authored on 2007/10/29 23:33
merge from main branch

647a2d8f – Paul Brossier <piem@piem.org> authored on 2007/10/29 23:28
load all tests from python test directory, add pitchdetection test

6d4ec49a – Paul Brossier <piem@piem.org> authored on 2007/10/29 23:01
pitchdetection.{c,h}: remove tabs

71d9f529 – Paul Brossier <piem@piem.org> authored on 2007/10/29 23:01
aubio.h: remove tabs

de2a8af8 – Paul Brossier <piem@piem.org> authored on 2007/10/29 23:00
move python/tests to tests/python, examples/tests to tests/src, add .bzrignore

c1656cf8 – Paul Brossier <piem@piem.org> authored on 2007/10/25 00:02
merge from main branch

97525e4f – Paul Brossier <piem@piem.org> authored on 2007/10/25 00:00
renamed run_all_tests script

00c522bd – Paul Brossier <piem@piem.org> authored on 2007/10/23 08:45
configure.ac: add AM_PROG_CC_O

6bec1ed6 – Paul Brossier <piem@piem.org> authored on 2007/10/17 14:17
list_missing_tests: add script to get the list of missing test files

e34b0101 – Paul Brossier <piem@piem.org> authored on 2007/10/05 13:10
beattracking.{c,h},tempo.{c,h}: add aubio_beattracking_get_confidence

14aebced – Paul Brossier <piem@piem.org> authored on 2007/09/17 07:56
all_tests.py, filterbank.py: add filterbank python unit test

b12c4385 – Paul Brossier <piem@piem.org> authored on 2007/09/16 23:11
merge python unit tests from main branch

203c551c – Paul Brossier <piem@piem.org> authored on 2007/09/16 23:01
added simple tests for fvec and cvec

b29565c1 – Paul Brossier <piem@piem.org> authored on 2007/09/16 22:34
python/test: added simple python unit test model

229ea563 – Paul Brossier <piem@piem.org> authored on 2007/09/16 22:34
python/test: added simple python unit test model

c0307f01 – Paul Brossier <piem@piem.org> authored on 2007/09/16 22:04
bark.{c,h}: remove unused code from libxtract

Next