aubio.git
16 years agomerge with aubio-mfcc branch, adding filterbank and mfcc first draft. thank you Amaury
Paul Brossier [Sat, 24 Nov 2007 17:46:30 +0000 (18:46 +0100)]
Merge ... aubio-mfcc branch, adding filterbank and mfcc first draft. thank you Amaury

16 years agotest-tempo.c: use aubio_tempo_get_confidence
Paul Brossier [Sat, 24 Nov 2007 17:13:59 +0000 (18:13 +0100)]
test-tempo.c: use aubio_tempo_get_confidence

16 years agopitchmcomb.c: make sure all variables are initialised
Paul Brossier [Sat, 24 Nov 2007 16:44:49 +0000 (17:44 +0100)]
pitchmcomb.c: make sure all variables are initialised

16 years agomathutils.c: fix invalid read in vec_moving_thres
Paul Brossier [Sat, 24 Nov 2007 16:25:56 +0000 (17:25 +0100)]
mathutils.c: fix invalid read in vec_moving_thres

16 years agopitchdetection.c: add del_aubio_filter
Paul Brossier [Sat, 24 Nov 2007 14:30:39 +0000 (15:30 +0100)]
pitchdetection.c: add del_aubio_filter

16 years agopitchmcomb.c: add missing del_fvec
Paul Brossier [Sat, 24 Nov 2007 14:30:13 +0000 (15:30 +0100)]
pitchmcomb.c: add missing del_fvec

16 years agoexamples/aubiopitch.py: also print line number and write output file if exception
Paul Brossier [Fri, 23 Nov 2007 12:32:13 +0000 (13:32 +0100)]
examples/aubiopitch.py: also print line number and write output file if exception

16 years agopitchyin.c: redo indentation
Paul Brossier [Wed, 21 Nov 2007 11:53:28 +0000 (12:53 +0100)]
pitchyin.c: redo indentation

16 years agoaubio.i: add specflux
Paul Brossier [Wed, 21 Nov 2007 11:03:22 +0000 (12:03 +0100)]
aubio.i: add specflux

16 years agoutils.c, utils.py: add specflux onset function
Paul Brossier [Wed, 21 Nov 2007 11:02:28 +0000 (12:02 +0100)]
utils.c, utils.py: add specflux onset function

16 years agoonsetdection.{c,h}: add spectral flux (L2 norm, only energy increases)
Paul Brossier [Wed, 21 Nov 2007 11:01:22 +0000 (12:01 +0100)]
onsetdection.{c,h}: add spectral flux (L2 norm, only energy increases)

16 years agoonsetdetection.{c,h}: redo indentation
Paul Brossier [Wed, 21 Nov 2007 10:59:54 +0000 (11:59 +0100)]
onsetdetection.{c,h}: redo indentation

16 years agoaubio.i: add del_aubio_onsetdetection, aubioclass.py: replace _free with del_aubio_on...
Paul Brossier [Wed, 21 Nov 2007 10:26:57 +0000 (11:26 +0100)]
aubio.i: add del_aubio_onsetdetection, aubioclass.py: replace _free with del_aubio_onsetdetection

16 years agopitchyinfft.c: return 0., not 0
Paul Brossier [Tue, 20 Nov 2007 23:40:43 +0000 (00:40 +0100)]
pitchyinfft.c: return 0., not 0

16 years agoutils.c: avoid signed/unsigned comparison
Paul Brossier [Tue, 13 Nov 2007 09:00:23 +0000 (10:00 +0100)]
utils.c: avoid signed/unsigned comparison

16 years agoconfigure.ac: add lcov flags option, beautify help output
Paul Brossier [Tue, 13 Nov 2007 08:58:26 +0000 (09:58 +0100)]
configure.ac: add lcov flags option, beautify help output

16 years agoexamples/utils.{c,h}, examples/aubioonset.c: added process_flush function to get...
Paul Brossier [Tue, 13 Nov 2007 08:15:35 +0000 (09:15 +0100)]
examples/utils.{c,h}, examples/aubioonset.c: added process_flush function to get last onset at the end of file, added frames_delay parameter

16 years agoswing/aubio.i: remove obsolete _free function
Paul Brossier [Tue, 13 Nov 2007 08:05:09 +0000 (09:05 +0100)]
swing/aubio.i: remove obsolete _free function

16 years agoonsetdetection.{c,h}: remove obsolete _free function
Paul Brossier [Tue, 13 Nov 2007 08:03:11 +0000 (09:03 +0100)]
onsetdetection.{c,h}: remove obsolete _free function

16 years agoMakefile.am: added simple 'make lcov' rules
Paul Brossier [Tue, 13 Nov 2007 07:07:49 +0000 (08:07 +0100)]
Makefile.am: added simple 'make lcov' rules

16 years ago.bzrignore: add gcov generated files
Paul Brossier [Tue, 13 Nov 2007 07:07:09 +0000 (08:07 +0100)]
.bzrignore: add gcov generated files

16 years ago.bzrignore: add mkinstalldirs
Paul Brossier [Thu, 8 Nov 2007 12:03:21 +0000 (13:03 +0100)]
.bzrignore: add mkinstalldirs

16 years agoremoved old test-fft.c, moved mfft to new fft
Paul Brossier [Wed, 7 Nov 2007 16:33:28 +0000 (17:33 +0100)]
removed old test-fft.c, moved mfft to new fft

16 years agomerge from rhubarb
Paul Brossier [Wed, 7 Nov 2007 16:21:00 +0000 (17:21 +0100)]
merge from rhubarb

16 years agofft.c: use ifdef, not if, improve indentation
Paul Brossier [Wed, 7 Nov 2007 16:19:31 +0000 (17:19 +0100)]
fft.c: use ifdef, not if, improve indentation

16 years agopitchmcomb.c: redo indentation
Paul Brossier [Wed, 7 Nov 2007 16:15:45 +0000 (17:15 +0100)]
pitchmcomb.c: redo indentation

16 years agopitchfcomb.c: redo indentation
Paul Brossier [Wed, 7 Nov 2007 16:14:59 +0000 (17:14 +0100)]
pitchfcomb.c: redo indentation

16 years agopitchyinfft.c: redo indentation
Paul Brossier [Wed, 7 Nov 2007 16:13:27 +0000 (17:13 +0100)]
pitchyinfft.c: redo indentation

16 years agomerge from banane
Paul Brossier [Wed, 7 Nov 2007 16:03:59 +0000 (17:03 +0100)]
merge from banane

16 years agomerge from bastille
Paul Brossier [Wed, 7 Nov 2007 15:53:29 +0000 (16:53 +0100)]
merge from bastille

16 years agophasevoc.py: simplified class name
Paul Brossier [Wed, 7 Nov 2007 15:52:59 +0000 (16:52 +0100)]
phasevoc.py: simplified class name

16 years agoupdate fft.py tests, merge from banane
Paul Brossier [Wed, 7 Nov 2007 15:51:42 +0000 (16:51 +0100)]
update fft.py tests, merge from banane

16 years agoupdated fft.py tests, added template for assertCloseEnough
Paul Brossier [Wed, 7 Nov 2007 15:33:43 +0000 (16:33 +0100)]
updated fft.py tests, added template for assertCloseEnough

16 years agoswig/aubio.i: update to new aubio_fft
Paul Brossier [Wed, 7 Nov 2007 15:32:22 +0000 (16:32 +0100)]
swig/aubio.i: update to new aubio_fft

16 years agophasevoc.c,pitch{fcomb,yinfft}.c: update to new aubio_fft
Paul Brossier [Wed, 7 Nov 2007 15:32:03 +0000 (16:32 +0100)]
phasevoc.c,pitch{fcomb,yinfft}.c: update to new aubio_fft

16 years agofft.c,fft.h: refactorised, no more mfft, only one fft
Paul Brossier [Wed, 7 Nov 2007 15:30:29 +0000 (16:30 +0100)]
fft.c,fft.h: refactorised, no more mfft, only one fft

16 years agomerge from banane
Paul Brossier [Tue, 6 Nov 2007 10:53:50 +0000 (11:53 +0100)]
merge from banane

16 years agoscale.c: redo indentation
Paul Brossier [Sun, 4 Nov 2007 15:53:41 +0000 (16:53 +0100)]
scale.c: redo indentation

16 years agohist.h: redo indentation
Paul Brossier [Sun, 4 Nov 2007 15:53:15 +0000 (16:53 +0100)]
hist.h: redo indentation

16 years agoscale.h: redo indentation
Paul Brossier [Sun, 4 Nov 2007 15:52:50 +0000 (16:52 +0100)]
scale.h: redo indentation

16 years agohist.{c,h}: redo indentation
Paul Brossier [Sun, 4 Nov 2007 15:47:38 +0000 (16:47 +0100)]
hist.{c,h}: redo indentation

16 years agohist.c: move hist cent to a structure
Paul Brossier [Sun, 4 Nov 2007 15:44:54 +0000 (16:44 +0100)]
hist.c: move hist cent to a structure

16 years agohist.c: move hist data to a structure, rename aubio_hist_weigth to aubio_hist_weight
Paul Brossier [Sun, 4 Nov 2007 15:14:31 +0000 (16:14 +0100)]
hist.c: move hist data to a structure, rename aubio_hist_weigth to aubio_hist_weight

16 years agoback to smpl_t as float
Paul Brossier [Sun, 4 Nov 2007 14:29:54 +0000 (15:29 +0100)]
back to smpl_t as float

16 years agomerge from banane
Paul Brossier [Sat, 3 Nov 2007 18:12:13 +0000 (19:12 +0100)]
merge from banane

16 years agofft.py: some more tests
Paul Brossier [Sat, 3 Nov 2007 18:08:10 +0000 (19:08 +0100)]
fft.py: some more tests

16 years agosrc/phasevoc.c: window is of type smpl_t
Paul Brossier [Sat, 3 Nov 2007 18:07:21 +0000 (19:07 +0100)]
src/phasevoc.c: window is of type smpl_t

16 years agosrc/fft.c: fix norm computation when HAVE_COMPLEX_H is undefined
Paul Brossier [Sat, 3 Nov 2007 18:03:58 +0000 (19:03 +0100)]
src/fft.c: fix norm computation when HAVE_COMPLEX_H is undefined

16 years agomerge changes from banane, more fixes
Paul Brossier [Sat, 3 Nov 2007 18:03:04 +0000 (19:03 +0100)]
merge changes from banane, more fixes

16 years ago add test fft back and forth
Paul Brossier [Sat, 3 Nov 2007 16:38:45 +0000 (17:38 +0100)]
 add test fft back and forth

16 years agosplitted test-sample.c in test-{f,c}vec.c
Paul Brossier [Sat, 3 Nov 2007 16:17:46 +0000 (17:17 +0100)]
splitted test-sample.c in test-{f,c}vec.c

16 years agosrc/phasevoc.c: remove tabs, reindent
Paul Brossier [Sat, 3 Nov 2007 15:59:04 +0000 (16:59 +0100)]
src/phasevoc.c: remove tabs, reindent

16 years agosrc/phasevoc.c: remove unused variable
Paul Brossier [Sat, 3 Nov 2007 15:53:55 +0000 (16:53 +0100)]
src/phasevoc.c: remove unused variable

16 years agofvec test: change order in assertEqual
Paul Brossier [Sat, 3 Nov 2007 15:51:26 +0000 (16:51 +0100)]
fvec test: change order in assertEqual

16 years agophasevoc.c: do not window the signal again during resynthesis
Paul Brossier [Sat, 3 Nov 2007 15:50:17 +0000 (16:50 +0100)]
phasevoc.c: do not window the signal again during resynthesis

16 years agophasevoc test: add ones
Paul Brossier [Sat, 3 Nov 2007 15:49:38 +0000 (16:49 +0100)]
phasevoc test: add ones

16 years agoadded simple phasevoc test
Paul Brossier [Sat, 3 Nov 2007 14:51:07 +0000 (15:51 +0100)]
added simple phasevoc test

16 years agoadd test for fft (which appears to reveal a bug in fftw on powerpc\!)
Paul Brossier [Sat, 3 Nov 2007 13:54:06 +0000 (14:54 +0100)]
add test for fft (which appears to reveal a bug in fftw on powerpc\!)

16 years agofft.{c,h}: remove tabs
Paul Brossier [Sat, 3 Nov 2007 13:52:34 +0000 (14:52 +0100)]
fft.{c,h}: remove tabs

16 years agofft.c: reduce size of specdata with COMPLEX_H, fix computations without COMPLEX_H
Paul Brossier [Sat, 3 Nov 2007 13:22:14 +0000 (14:22 +0100)]
fft.c: reduce size of specdata with COMPLEX_H, fix computations without COMPLEX_H

16 years agoaubio_priv.h: update copyright, remove tabs
Paul Brossier [Sat, 3 Nov 2007 12:23:35 +0000 (13:23 +0100)]
aubio_priv.h: update copyright, remove tabs

16 years agomerge main branch
Paul Brossier [Fri, 2 Nov 2007 11:25:42 +0000 (12:25 +0100)]
merge main branch

16 years agoadded test for aubiopitch, using TwoCows.wav from freesound
Paul Brossier [Fri, 2 Nov 2007 11:23:34 +0000 (12:23 +0100)]
added test for aubiopitch, using TwoCows.wav from freesound

16 years agosimplified examples template
Paul Brossier [Thu, 1 Nov 2007 15:40:15 +0000 (16:40 +0100)]
simplified examples template

16 years agoaubioclass.py: make sndfile raise error if file not opened, do not delete it if ...
Paul Brossier [Thu, 1 Nov 2007 14:14:29 +0000 (15:14 +0100)]
aubioclass.py: make sndfile raise error if file not opened, do not delete it if == None, avoiding several segfaults

16 years agosplitted sample.c into fvec.c and cvec.c, kept sample.h for convenience
Paul Brossier [Thu, 1 Nov 2007 13:29:08 +0000 (14:29 +0100)]
splitted sample.c into fvec.c and cvec.c, kept sample.h for convenience

16 years agoaubioonset test: make sure default parameters detect the woodblock
Paul Brossier [Thu, 1 Nov 2007 13:06:31 +0000 (14:06 +0100)]
aubioonset test: make sure default parameters detect the woodblock

16 years agolist_missing_tests: add examples tests
Paul Brossier [Thu, 1 Nov 2007 13:05:53 +0000 (14:05 +0100)]
list_missing_tests: add examples tests

16 years agolist_missing_tests: tst_prefix default is empty
Paul Brossier [Thu, 1 Nov 2007 12:59:40 +0000 (13:59 +0100)]
list_missing_tests: tst_prefix default is empty

16 years agolist_missing_tests: update to check all existing test
Paul Brossier [Thu, 1 Nov 2007 12:56:40 +0000 (13:56 +0100)]
list_missing_tests: update to check all existing test

16 years agoadded examples tests
Paul Brossier [Wed, 31 Oct 2007 11:26:02 +0000 (12:26 +0100)]
added examples tests

16 years agoadded new tests/Makefile.am
Paul Brossier [Tue, 30 Oct 2007 21:21:33 +0000 (22:21 +0100)]
added new tests/Makefile.am

16 years agoimprove .bzrignore, add comments
Paul Brossier [Tue, 30 Oct 2007 21:13:09 +0000 (22:13 +0100)]
improve .bzrignore, add comments

16 years agoadded simple unittest tests as examples
Paul Brossier [Tue, 30 Oct 2007 09:46:16 +0000 (10:46 +0100)]
added simple unittest tests as examples

16 years agomerge with pitchdetection test
Paul Brossier [Tue, 30 Oct 2007 02:40:35 +0000 (03:40 +0100)]
merge with pitchdetection test

16 years agouse local comments in test-fft.c
Paul Brossier [Tue, 30 Oct 2007 02:39:11 +0000 (03:39 +0100)]
use local comments in test-fft.c

16 years agomerge from main branch
Paul Brossier [Tue, 30 Oct 2007 02:33:19 +0000 (03:33 +0100)]
merge from main branch

16 years agoload all tests from python test directory, add pitchdetection test
Paul Brossier [Tue, 30 Oct 2007 02:28:08 +0000 (03:28 +0100)]
load all tests from python test directory, add pitchdetection test

16 years agopitchdetection.{c,h}: remove tabs
Paul Brossier [Tue, 30 Oct 2007 02:01:30 +0000 (03:01 +0100)]
pitchdetection.{c,h}: remove tabs

16 years agoaubio.h: remove tabs
Paul Brossier [Tue, 30 Oct 2007 02:01:07 +0000 (03:01 +0100)]
aubio.h: remove tabs

16 years agomove python/tests to tests/python, examples/tests to tests/src, add .bzrignore
Paul Brossier [Tue, 30 Oct 2007 02:00:22 +0000 (03:00 +0100)]
move python/tests to tests/python, examples/tests to tests/src, add .bzrignore

16 years agomerge from main branch
Paul Brossier [Thu, 25 Oct 2007 02:02:06 +0000 (04:02 +0200)]
merge from main branch

16 years agorenamed run_all_tests script
Paul Brossier [Thu, 25 Oct 2007 02:00:15 +0000 (04:00 +0200)]
renamed run_all_tests script

16 years agoconfigure.ac: add AM_PROG_CC_O
Paul Brossier [Tue, 23 Oct 2007 10:45:13 +0000 (12:45 +0200)]
configure.ac: add AM_PROG_CC_O

16 years agolist_missing_tests: add script to get the list of missing test files
Paul Brossier [Wed, 17 Oct 2007 16:17:59 +0000 (18:17 +0200)]
list_missing_tests: add script to get the list of missing test files

16 years agobeattracking.{c,h},tempo.{c,h}: add aubio_beattracking_get_confidence
Paul Brossier [Fri, 5 Oct 2007 15:10:56 +0000 (17:10 +0200)]
beattracking.{c,h},tempo.{c,h}: add aubio_beattracking_get_confidence

16 years agoall_tests.py, filterbank.py: add filterbank python unit test
Paul Brossier [Mon, 17 Sep 2007 09:56:31 +0000 (11:56 +0200)]
all_tests.py, filterbank.py: add filterbank python unit test

16 years agomerge python unit tests from main branch
Paul Brossier [Mon, 17 Sep 2007 01:11:03 +0000 (03:11 +0200)]
merge python unit tests from main branch

16 years agoadded simple tests for fvec and cvec
Paul Brossier [Mon, 17 Sep 2007 01:01:29 +0000 (03:01 +0200)]
added simple tests for fvec and cvec

16 years agopython/test: added simple python unit test model
Paul Brossier [Mon, 17 Sep 2007 00:34:47 +0000 (02:34 +0200)]
python/test: added simple python unit test model

16 years agopython/test: added simple python unit test model
Paul Brossier [Mon, 17 Sep 2007 00:34:13 +0000 (02:34 +0200)]
python/test: added simple python unit test model

16 years agobark.{c,h}: remove unused code from libxtract
Paul Brossier [Mon, 17 Sep 2007 00:04:17 +0000 (02:04 +0200)]
bark.{c,h}: remove unused code from libxtract

16 years agoexamples/utils.c,aubiomfcc.c: do not set mfcc parameters here, do that in aubiomfcc...
Paul Brossier [Sun, 16 Sep 2007 23:58:51 +0000 (01:58 +0200)]
examples/utils.c,aubiomfcc.c: do not set mfcc parameters here, do that in aubiomfcc.c instead

16 years agoremoved plotmat.py, modified plotfb.py to build filterbank on the fly, moved to pytho...
Paul Brossier [Sun, 16 Sep 2007 23:00:51 +0000 (01:00 +0200)]
removed plotmat.py, modified plotfb.py to build filterbank on the fly, moved to python/test

16 years agoaubio.i: add aubio_filterbank_get_channel function
Paul Brossier [Sun, 16 Sep 2007 22:50:39 +0000 (00:50 +0200)]
aubio.i: add aubio_filterbank_get_channel function

16 years agofilterbank.{c,h}: add aubio_filterbank_get_channel function
Paul Brossier [Sun, 16 Sep 2007 22:50:05 +0000 (00:50 +0200)]
filterbank.{c,h}: add aubio_filterbank_get_channel function

16 years agofilterbank.c: remove aubio_dump_filterbank
Paul Brossier [Sun, 16 Sep 2007 20:03:40 +0000 (22:03 +0200)]
filterbank.c: remove aubio_dump_filterbank

16 years agoaubio.i: add filterbank
Paul Brossier [Sun, 16 Sep 2007 19:56:57 +0000 (21:56 +0200)]
aubio.i: add filterbank

16 years agomfcc.c: use new_aubio_filterbank_new
Paul Brossier [Sun, 16 Sep 2007 19:56:35 +0000 (21:56 +0200)]
mfcc.c: use new_aubio_filterbank_new

16 years agofilterbank.{c,h}: remove old new_aubio_filterbank_mfcc, replace with new one, remove...
Paul Brossier [Sun, 16 Sep 2007 19:55:42 +0000 (21:55 +0200)]
filterbank.{c,h}: remove old new_aubio_filterbank_mfcc, replace with new one, remove aubio_dump_filterbank, start wrapping lines to 80 chars, remove some debug output