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

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

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

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

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

17 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

17 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

17 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

17 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

17 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

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

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

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

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

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

17 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

17 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

17 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

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

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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

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

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

17 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\!)

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

17 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

17 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

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

17 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

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

17 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

17 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

17 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

17 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

17 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

17 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

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

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

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

17 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

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

17 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

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

17 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

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

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

17 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

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

17 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

17 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

17 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

17 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

17 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

17 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

17 years agotempo.{c,h}: add aubio_tempo_get_bpm, which for now just calls aubio_beattracking_get...
Paul Brossier [Thu, 6 Sep 2007 16:04:08 +0000 (18:04 +0200)]
tempo.{c,h}: add aubio_tempo_get_bpm, which for now just calls aubio_beattracking_get_bpm, also update test-tempo.c

17 years agotest-beattracking.c: add call to aubio_beattracking_get_bpm, making sure it returns...
Paul Brossier [Thu, 6 Sep 2007 16:02:28 +0000 (18:02 +0200)]
test-beattracking.c: add call to aubio_beattracking_get_bpm, making sure it returns 0 on silent frames

17 years agobeattracking.{h,c}: add function aubio_beattracking_get_bpm to return the observed...
Paul Brossier [Thu, 6 Sep 2007 16:01:41 +0000 (18:01 +0200)]
beattracking.{h,c}: add function aubio_beattracking_get_bpm to return the observed tempo at any moment

17 years agomathutils.c: indentation, remove tabs, no { at beginning of line, no spaces at end...
Paul Brossier [Wed, 2 May 2007 13:10:42 +0000 (15:10 +0200)]
mathutils.c: indentation, remove tabs, no { at beginning of line, no spaces at end of line

17 years agoaubioclass.py: fix indentation
Paul Brossier [Wed, 18 Apr 2007 15:51:10 +0000 (17:51 +0200)]
aubioclass.py: fix indentation

17 years agomerge from pomme branch
Paul Brossier [Wed, 18 Apr 2007 11:19:46 +0000 (13:19 +0200)]
merge from pomme branch

17 years agomerge from pomme branch
Paul Brossier [Wed, 18 Apr 2007 11:18:26 +0000 (13:18 +0200)]
merge from pomme branch

17 years agomerge from pomme branch
Paul Brossier [Wed, 18 Apr 2007 09:38:26 +0000 (11:38 +0200)]
merge from pomme branch

17 years agoINSTALL: make template file unversioned
Paul Brossier [Tue, 17 Apr 2007 23:23:29 +0000 (01:23 +0200)]
INSTALL: make template file unversioned

17 years agoswig/aubio.i: add aubio_spectral_centroid to swig interface
Paul Brossier [Tue, 17 Apr 2007 23:09:08 +0000 (01:09 +0200)]
swig/aubio.i: add aubio_spectral_centroid to swig interface

17 years agomathutils.c: add aubio_spectral_centroid
Paul Brossier [Tue, 17 Apr 2007 23:07:48 +0000 (01:07 +0200)]
mathutils.c: add aubio_spectral_centroid

17 years agoswig/aubio.i: add aubio_zero_crossing_rate to interface
Paul Brossier [Tue, 17 Apr 2007 19:59:52 +0000 (21:59 +0200)]
swig/aubio.i: add aubio_zero_crossing_rate to interface

17 years agomathutils.c: add aubio_zero_crossing_rate at Amaury's request
Paul Brossier [Tue, 17 Apr 2007 19:59:15 +0000 (21:59 +0200)]
mathutils.c: add aubio_zero_crossing_rate at Amaury's request

17 years agoVERSION: bumped to 0.3.3
Paul Brossier [Tue, 17 Apr 2007 16:36:45 +0000 (18:36 +0200)]
VERSION: bumped to 0.3.3

18 years agoif swig found go down to dir
Paul Brossier [Wed, 11 Oct 2006 16:28:28 +0000 (16:28 +0000)]
if swig found go down to dir
if swig found go down to dir

18 years agoremove useless DISTCLEANFILES = autom4te.cache
Paul Brossier [Wed, 11 Oct 2006 15:55:31 +0000 (15:55 +0000)]
remove useless DISTCLEANFILES = autom4te.cache
remove useless DISTCLEANFILES = autom4te.cache

18 years agotag of piem@altern.org--aubio-calabaza/aubio--mainline--0.3.2--version-0
Paul Brossier [Tue, 10 Oct 2006 23:14:56 +0000 (23:14 +0000)]
tag of piem@altern.org--aubio-calabaza/aubio--mainline--0.3.2--version-0

18 years agoseal version 0.3.2
Paul Brossier [Tue, 10 Oct 2006 23:14:26 +0000 (23:14 +0000)]
seal version 0.3.2
seal version 0.3.2

18 years agoinstall aubiowrapper.py only once and in pkgpython
Paul Brossier [Tue, 10 Oct 2006 16:38:13 +0000 (16:38 +0000)]
install aubiowrapper.py only once and in pkgpython
install aubiowrapper.py only once and in pkgpython

18 years agoredirect output of time to standard output stream
Paul Brossier [Tue, 10 Oct 2006 13:13:51 +0000 (13:13 +0000)]
redirect output of time to standard output stream
redirect output of time to standard output stream

18 years agoremove unused parameter warnings with __attribute__((unused))
Paul Brossier [Tue, 10 Oct 2006 13:12:59 +0000 (13:12 +0000)]
remove unused parameter warnings with __attribute__((unused))
remove unused parameter warnings with __attribute__((unused))

18 years agoremove unused parameter warnings with UNUSED
Paul Brossier [Tue, 10 Oct 2006 13:12:19 +0000 (13:12 +0000)]
remove unused parameter warnings with UNUSED
remove unused parameter warnings with UNUSED

18 years agoadd define for __attribute__((unused))
Paul Brossier [Tue, 10 Oct 2006 13:09:34 +0000 (13:09 +0000)]
add define for __attribute__((unused))
add define for __attribute__((unused))

18 years agofix AUBIO_CFLAGS with --enable-debug
Paul Brossier [Sun, 8 Oct 2006 23:14:17 +0000 (23:14 +0000)]
fix AUBIO_CFLAGS with --enable-debug
fix AUBIO_CFLAGS with --enable-debug

18 years agoremove intro in manual pages
Paul Brossier [Sat, 7 Oct 2006 21:51:23 +0000 (21:51 +0000)]
remove intro in manual pages
remove intro in manual pages

18 years agoupdate the manual pages
Paul Brossier [Sat, 7 Oct 2006 21:46:54 +0000 (21:46 +0000)]
update the manual pages
update the manual pages

18 years agodefine PYTHONPATH in python/README
Paul Brossier [Sat, 7 Oct 2006 21:19:35 +0000 (21:19 +0000)]
define PYTHONPATH in python/README
define PYTHONPATH in python/README

18 years agoadd -v switch to examples usage string
Paul Brossier [Sat, 7 Oct 2006 21:17:46 +0000 (21:17 +0000)]
add -v switch to examples usage string
add -v switch to examples usage string

18 years agomakes aubiocut and aubiopitch verbose by default, not quiet
Paul Brossier [Sat, 7 Oct 2006 21:15:53 +0000 (21:15 +0000)]
makes aubiocut and aubiopitch verbose by default, not quiet
makes aubiocut and aubiopitch verbose by default, not quiet

18 years agoadd -no-undefined on cygwin and mingw, define CPPFLAGS on darwin
Paul Brossier [Thu, 5 Oct 2006 12:05:03 +0000 (12:05 +0000)]
add -no-undefined on cygwin and mingw, define CPPFLAGS on darwin
add -no-undefined on cygwin and mingw, define CPPFLAGS on darwin

18 years agoimprove flags for windows and darwin puredata external
Paul Brossier [Thu, 5 Oct 2006 12:03:43 +0000 (12:03 +0000)]
improve flags for windows and darwin puredata external
improve flags for windows and darwin puredata external

18 years agolink to libpython on windows, remove useless .libs, remove -no-undefined
Paul Brossier [Thu, 5 Oct 2006 12:01:07 +0000 (12:01 +0000)]
link to libpython on windows, remove useless .libs, remove -no-undefined
link to libpython on windows, remove useless .libs, remove -no-undefined

18 years agosimplify sounds/Makefile.am
Paul Brossier [Thu, 5 Oct 2006 11:59:08 +0000 (11:59 +0000)]
simplify sounds/Makefile.am
simplify sounds/Makefile.am

18 years agolink aubioext against aubio
Paul Brossier [Sun, 1 Oct 2006 15:13:50 +0000 (15:13 +0000)]
link aubioext against aubio
link aubioext against aubio

18 years agohack around timer.c to pass compilation on windows
Paul Brossier [Sun, 1 Oct 2006 15:13:00 +0000 (15:13 +0000)]
hack around timer.c to pass compilation on windows
hack around timer.c to pass compilation on windows

18 years agolink against python dll on windows
Paul Brossier [Sun, 1 Oct 2006 15:11:49 +0000 (15:11 +0000)]
link against python dll on windows
link against python dll on windows

18 years agolink to pd.dll on windows
Paul Brossier [Sun, 1 Oct 2006 15:10:46 +0000 (15:10 +0000)]
link to pd.dll on windows
link to pd.dll on windows

18 years agodisable -Werror by default, rename gcc warning options to warnings and errorfail
Paul Brossier [Sat, 30 Sep 2006 02:03:36 +0000 (02:03 +0000)]
disable -Werror by default, rename gcc warning options to warnings and errorfail
disable -Werror by default, rename gcc warning options to warnings and errorfail