aubio.git
17 years agoaubiomfcc.c: added a dump filterbank funcion
Amaury Hazan [Tue, 11 Sep 2007 19:25:43 +0000 (21:25 +0200)]
aubiomfcc.c: added a dump filterbank funcion
filterbank: written mfcc filterbank init according to slaney auditory toolbox (90%)
plotfb.py: added x log scale option
#some hacks and debug test

17 years agomerged from aubio_mfcc, added slaney filterbank (70% done)
Amaury Hazan [Mon, 10 Sep 2007 22:14:01 +0000 (00:14 +0200)]
merged from aubio_mfcc, added slaney filterbank (70% done)

17 years agosome changes
Amaury Hazan [Mon, 10 Sep 2007 19:27:16 +0000 (21:27 +0200)]
some changes

17 years agomerged from piem, corrected mffcs coefs/filter number
Amaury Hazan [Mon, 10 Sep 2007 17:29:32 +0000 (19:29 +0200)]
merged from piem, corrected mffcs coefs/filter number
added some scripts to visualize filterbank and mfccs

17 years agofilterbank.c: remove old references to fft_tables
Paul Brossier [Sat, 8 Sep 2007 17:11:55 +0000 (19:11 +0200)]
filterbank.c: remove old references to fft_tables

17 years agoaubiomfcc.c: get hi/lowfreq after common_init, delete mfcc object before common_del
Paul Brossier [Sat, 8 Sep 2007 17:05:15 +0000 (19:05 +0200)]
aubiomfcc.c: get hi/lowfreq after common_init, delete mfcc object before common_del

17 years agofilterbank.c: make sure we never write out of input/output vectors in aubio_filterbank_do
Paul Brossier [Sat, 8 Sep 2007 14:12:31 +0000 (16:12 +0200)]
filterbank.c: make sure we never write out of input/output vectors in aubio_filterbank_do

17 years agomfcc.{c,h}, filterbank.{c,h}: move filter initialisation into new_aubio_filterbank_mfcc
Paul Brossier [Sat, 8 Sep 2007 13:59:11 +0000 (15:59 +0200)]
mfcc.{c,h}, filterbank.{c,h}: move filter initialisation into new_aubio_filterbank_mfcc

17 years agoaubiomfcc.c: update header
Paul Brossier [Sat, 8 Sep 2007 13:46:56 +0000 (15:46 +0200)]
aubiomfcc.c: update header

17 years agoaubiomfcc.c: prepare text output, rename output buffer to mfcc_out
Paul Brossier [Sat, 8 Sep 2007 13:46:26 +0000 (15:46 +0200)]
aubiomfcc.c: prepare text output, rename output buffer to mfcc_out

17 years agoaubio.h: add filterbank.h
Paul Brossier [Sat, 8 Sep 2007 13:36:12 +0000 (15:36 +0200)]
aubio.h: add filterbank.h

17 years agoutils.c, utils.h: remove mfcc, move to aubiomfcc.c
Paul Brossier [Sat, 8 Sep 2007 13:35:50 +0000 (15:35 +0200)]
utils.c, utils.h: remove mfcc, move to aubiomfcc.c

17 years agoexamples/Makefile.am: add aubiomfcc
Paul Brossier [Sat, 8 Sep 2007 13:34:38 +0000 (15:34 +0200)]
examples/Makefile.am: add aubiomfcc

17 years agosrc/Makefile.am: add filterbank.h
Paul Brossier [Sat, 8 Sep 2007 13:33:54 +0000 (15:33 +0200)]
src/Makefile.am: add filterbank.h

17 years agofilterbank.c, mfcc.c: move aubio_mfcc_init to mfcc
Paul Brossier [Sat, 8 Sep 2007 12:37:02 +0000 (14:37 +0200)]
filterbank.c, mfcc.c: move aubio_mfcc_init to mfcc

17 years agomfcc.c: remove old code
Paul Brossier [Sat, 8 Sep 2007 12:19:53 +0000 (14:19 +0200)]
mfcc.c: remove old code

17 years agomfcc.c: make structure declaration somewhat more compact
Paul Brossier [Sat, 8 Sep 2007 12:16:37 +0000 (14:16 +0200)]
mfcc.c: make structure declaration somewhat more compact

17 years agofilterbank.c: remove to be deleted code
Paul Brossier [Sat, 8 Sep 2007 12:13:16 +0000 (14:13 +0200)]
filterbank.c: remove to be deleted code

17 years agofilterbank.c: update header, fix fvec_t typo, allocate aubio_filterbank_t in the...
Paul Brossier [Sat, 8 Sep 2007 12:12:36 +0000 (14:12 +0200)]
filterbank.c: update header, fix fvec_t typo, allocate aubio_filterbank_t in the first place

17 years agoupdate copyrights, remove old libxtract code, cosmetic header changes
Paul Brossier [Sat, 8 Sep 2007 12:09:59 +0000 (14:09 +0200)]
update copyrights, remove old libxtract code, cosmetic header changes

17 years agomerge from Amaury's changes
Paul Brossier [Sat, 8 Sep 2007 11:52:48 +0000 (13:52 +0200)]
merge from Amaury's changes

17 years ago80% wrapped-up filterbank and mfcc
Amaury Hazan [Fri, 7 Sep 2007 13:47:55 +0000 (15:47 +0200)]
80% wrapped-up filterbank and mfcc

17 years agomerged from mtg
Amaury Hazan [Fri, 7 Sep 2007 08:49:45 +0000 (10:49 +0200)]
merged from mtg

17 years agominor changes
Amaury Hazan [Thu, 6 Sep 2007 17:32:13 +0000 (19:32 +0200)]
minor changes

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 agomerged from laptop
Amaury Hazan [Thu, 6 Sep 2007 13:52:19 +0000 (15:52 +0200)]
merged from laptop

17 years agominor changes
Amaury Hazan [Thu, 6 Sep 2007 13:49:29 +0000 (15:49 +0200)]
minor changes

17 years agominor changes
Amaury Hazan [Thu, 6 Sep 2007 13:45:23 +0000 (15:45 +0200)]
minor changes

17 years agosmall adds
Amaury Hazan [Thu, 6 Sep 2007 00:33:11 +0000 (02:33 +0200)]
small adds

17 years agominor corrections
Paul Brossier [Wed, 5 Sep 2007 19:37:09 +0000 (21:37 +0200)]
minor corrections

17 years agoadded mffc + bark
ahazan [Wed, 5 Sep 2007 16:46:29 +0000 (18:46 +0200)]
added mffc + bark

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

18 years agoadd correct flags for puredata Makefile.am
Paul Brossier [Fri, 29 Sep 2006 22:35:16 +0000 (22:35 +0000)]
add correct flags for puredata Makefile.am
add correct flags for puredata Makefile.am

18 years agoremove useless flags in python Makefile
Paul Brossier [Fri, 29 Sep 2006 22:34:14 +0000 (22:34 +0000)]
remove useless flags in python Makefile
remove useless flags in python Makefile

18 years agoadd support for text file from stdin
Paul Brossier [Fri, 29 Sep 2006 14:57:54 +0000 (14:57 +0000)]
add support for text file from stdin
add support for text file from stdin

18 years agoadd some documentation
Paul Brossier [Fri, 29 Sep 2006 14:50:37 +0000 (14:50 +0000)]
add some documentation
add some documentation

18 years agouse replacement if complex.h not found
Paul Brossier [Fri, 29 Sep 2006 14:20:14 +0000 (14:20 +0000)]
use replacement if complex.h not found
use replacement if complex.h not found

18 years agouse replacement if complex.h not found
Paul Brossier [Fri, 29 Sep 2006 14:19:55 +0000 (14:19 +0000)]
use replacement if complex.h not found
use replacement if complex.h not found

18 years agouse os conditionals, update python swig and puredata external Makefiles
Paul Brossier [Fri, 29 Sep 2006 14:18:53 +0000 (14:18 +0000)]
use os conditionals, update python swig and puredata external Makefiles
use os conditionals, update python swig and puredata external Makefiles

18 years agouse AUBIO_CFLAGS, not CFLAGS
Paul Brossier [Fri, 29 Sep 2006 14:16:41 +0000 (14:16 +0000)]
use AUBIO_CFLAGS, not CFLAGS
use AUBIO_CFLAGS, not CFLAGS

18 years agouse AUBIO_CFLAGS, not CFLAGS
Paul Brossier [Fri, 29 Sep 2006 14:15:56 +0000 (14:15 +0000)]
use AUBIO_CFLAGS, not CFLAGS
use AUBIO_CFLAGS, not CFLAGS

18 years agomove libc aliases from mathutils.h to to aubio_priv.h
Paul Brossier [Fri, 29 Sep 2006 13:58:29 +0000 (13:58 +0000)]
move libc aliases from mathutils.h to to aubio_priv.h
move libc aliases from mathutils.h to to aubio_priv.h

18 years agoreally fill test-fft
Paul Brossier [Fri, 29 Sep 2006 13:55:39 +0000 (13:55 +0000)]
really fill test-fft
really fill test-fft

18 years agoget doxygen PROJECT_NUMBER from VERSION file
Paul Brossier [Fri, 29 Sep 2006 13:41:18 +0000 (13:41 +0000)]
get doxygen PROJECT_NUMBER from VERSION file
get doxygen PROJECT_NUMBER from VERSION file

18 years agoremove trailing slash to fix directory creation on osx
Paul Brossier [Fri, 29 Sep 2006 12:23:24 +0000 (12:23 +0000)]
remove trailing slash to fix directory creation on osx
remove trailing slash to fix directory creation on osx

18 years agofix beat task output
Paul Brossier [Fri, 29 Sep 2006 12:16:50 +0000 (12:16 +0000)]
fix beat task output
fix beat task output

18 years agofix signal buffer size for demo-tempo-acf
Paul Brossier [Tue, 5 Sep 2006 16:34:54 +0000 (16:34 +0000)]
fix signal buffer size for demo-tempo-acf
fix signal buffer size for demo-tempo-acf

18 years agouse omode in aubiopitch
Paul Brossier [Tue, 5 Sep 2006 16:34:13 +0000 (16:34 +0000)]
use omode in aubiopitch
use omode in aubiopitch

18 years agoadd beat p-score evaluation
Paul Brossier [Tue, 5 Sep 2006 16:33:28 +0000 (16:33 +0000)]
add beat p-score evaluation
add beat p-score evaluation

18 years agofix gnuplot_create without options, add envelope draft, remove useless list
Paul Brossier [Tue, 5 Sep 2006 16:32:20 +0000 (16:32 +0000)]
fix gnuplot_create without options, add envelope draft, remove useless list
fix gnuplot_create without options, add envelope draft, remove useless list

18 years agoupdate demo-tempo to new gnuplot functions, fix audio yrange for -acf
Paul Brossier [Thu, 10 Aug 2006 14:34:17 +0000 (14:34 +0000)]
update demo-tempo to new gnuplot functions, fix audio yrange for -acf
update demo-tempo to new gnuplot functions, fix audio yrange for -acf

18 years agouse options structure for plot_audio plot_spec
Paul Brossier [Wed, 2 Aug 2006 15:55:02 +0000 (15:55 +0000)]
use options structure for plot_audio plot_spec
use options structure for plot_audio plot_spec

18 years agofactorise gnuplot_create options, update aubioplot-spec/audio
Paul Brossier [Wed, 2 Aug 2006 15:25:09 +0000 (15:25 +0000)]
factorise gnuplot_create options, update aubioplot-spec/audio
factorise gnuplot_create options, update aubioplot-spec/audio

18 years agoreuse downsample_audio in make_audio_plot
Paul Brossier [Wed, 2 Aug 2006 14:55:29 +0000 (14:55 +0000)]
reuse downsample_audio in make_audio_plot
reuse downsample_audio in make_audio_plot

18 years agoremove obsolete gnuplot_init
Paul Brossier [Wed, 2 Aug 2006 14:48:20 +0000 (14:48 +0000)]
remove obsolete gnuplot_init
remove obsolete gnuplot_init

18 years agopass created plot to plot_audio/spec instead of outplot/extension, minor fixes
Paul Brossier [Wed, 2 Aug 2006 14:46:50 +0000 (14:46 +0000)]
pass created plot to plot_audio/spec instead of outplot/extension, minor fixes
pass created plot to plot_audio/spec instead of outplot/extension, minor fixes

18 years agomake xsize and ysize floats in aubioplot-audio
Paul Brossier [Wed, 2 Aug 2006 14:39:38 +0000 (14:39 +0000)]
make xsize and ysize floats in aubioplot-audio
make xsize and ysize floats in aubioplot-audio

18 years agouse gnuplot_create in plot_audio
Paul Brossier [Wed, 2 Aug 2006 11:24:50 +0000 (11:24 +0000)]
use gnuplot_create in plot_audio
use gnuplot_create in plot_audio

18 years agoif spectrum shorter than 1 second, use ms not s
Paul Brossier [Wed, 2 Aug 2006 11:23:43 +0000 (11:23 +0000)]
if spectrum shorter than 1 second, use ms not s
if spectrum shorter than 1 second, use ms not s

18 years agoadd buffer and hosize options to aubioplot-spec, use 10000 as default value for maxf
Paul Brossier [Wed, 2 Aug 2006 11:21:46 +0000 (11:21 +0000)]
add buffer and hosize options to aubioplot-spec, use 10000 as default value for maxf
add buffer and hosize options to aubioplot-spec, use 10000 as default value for maxf

18 years agoadd demo-tempo scripts
Paul Brossier [Fri, 28 Jul 2006 14:55:40 +0000 (14:55 +0000)]
add demo-tempo scripts
add demo-tempo scripts

18 years agoadd bench-pitch-plot-isolated
Paul Brossier [Fri, 28 Jul 2006 13:08:51 +0000 (13:08 +0000)]
add bench-pitch-plot-isolated
add bench-pitch-plot-isolated

18 years agoadd aubioplot-yinfft
Paul Brossier [Thu, 27 Jul 2006 19:52:56 +0000 (19:52 +0000)]
add aubioplot-yinfft
add aubioplot-yinfft

18 years agoadd aubioplot-spec
Paul Brossier [Thu, 27 Jul 2006 19:27:20 +0000 (19:27 +0000)]
add aubioplot-spec
add aubioplot-spec