RSS feed
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
9e84cc5c
– Paul Brossier <piem@piem.org>
authored
on 2007/09/16 21:58
examples/utils.c,aubiomfcc.c: do not set mfcc parameters here, do that in aubiomfcc.c instead
3730d946
– Paul Brossier <piem@piem.org>
authored
on 2007/09/16 21:00
removed plotmat.py, modified plotfb.py to build filterbank on the fly, moved to python/test
914a8cc4
– Paul Brossier <piem@piem.org>
authored
on 2007/09/16 20:50
aubio.i: add aubio_filterbank_get_channel function
17961b04
– Paul Brossier <piem@piem.org>
authored
on 2007/09/16 20:50
filterbank.{c,h}: add aubio_filterbank_get_channel function
ff68b34f
– Paul Brossier <piem@piem.org>
authored
on 2007/09/16 18:03
filterbank.c: remove aubio_dump_filterbank
dc73a4d0
– Paul Brossier <piem@piem.org>
authored
on 2007/09/16 17:56
aubio.i: add filterbank
9170e4c7
– Paul Brossier <piem@piem.org>
authored
on 2007/09/16 17:56
mfcc.c: use new_aubio_filterbank_new
aa83433f
– Paul Brossier <piem@piem.org>
authored
on 2007/09/16 17:55
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
aeb38cf0
– Paul Brossier <piem@piem.org>
authored
on 2007/09/16 14:28
aubiomfcc.c: remove call do dump_filterbank, move printf outside process loop
177f09a5
– Paul Brossier <piem@piem.org>
authored
on 2007/09/16 14:26
remove dump_filterbank kludge, move aubio_dct_do to mfcc.c
e5f6a0b4
– Paul Brossier <piem@piem.org>
authored
on 2007/09/16 14:06
merge from amaury's branch
bc4ba753
– Amaury Hazan <mahmoudax@gmail.org>
authored
on 2007/09/12 15:36
added mfcc binding
95a64c7e
– Amaury Hazan <mahmoudax@gmail.org>
authored
on 2007/09/12 15:23
secondary frequency vectors make a copy of freqs values and are properly freed
787f1f34
– Amaury Hazan <mahmoudax@gmail.org>
authored
on 2007/09/12 13:55
merged from laptop, change debug to AUBIO_DBG in filterbank.c
83d5abff
– Amaury Hazan <mahmoudax@gmail.com>
authored
on 2007/09/11 17:36
cleaned a bit and added TODO doc for filterbank::new_aubio_filterbank_mfcc2
f72ceebb
– Amaury Hazan <mahmoudax@gmail.com>
authored
on 2007/09/11 17:25
aubiomfcc.c: added a dump filterbank funcion
ef1c3b74
– Amaury Hazan <mahmoudax@gmail.com>
authored
on 2007/09/10 20:14
merged from aubio_mfcc, added slaney filterbank (70% done)
7212394e
– Amaury Hazan <mahmoudax@gmail.com>
authored
on 2007/09/10 17:27
some changes
7a46bf6c
– Amaury Hazan <mahmoudax@gmail.org>
authored
on 2007/09/10 15:29
merged from piem, corrected mffcs coefs/filter number
45134c5d
– Paul Brossier <piem@piem.org>
authored
on 2007/09/08 15:11
filterbank.c: remove old references to fft_tables
38837b14
– Paul Brossier <piem@piem.org>
authored
on 2007/09/08 15:05
aubiomfcc.c: get hi/lowfreq after common_init, delete mfcc object before common_del
f14a78d8
– Paul Brossier <piem@piem.org>
authored
on 2007/09/08 12:12
filterbank.c: make sure we never write out of input/output vectors in aubio_filterbank_do
b276dee4
– Paul Brossier <piem@piem.org>
authored
on 2007/09/08 11:59
mfcc.{c,h}, filterbank.{c,h}: move filter initialisation into new_aubio_filterbank_mfcc
53a75769
– Paul Brossier <piem@piem.org>
authored
on 2007/09/08 11:46
aubiomfcc.c: update header
2a77ff03
– Paul Brossier <piem@piem.org>
authored
on 2007/09/08 11:46
aubiomfcc.c: prepare text output, rename output buffer to mfcc_out
3504fd7f
– Paul Brossier <piem@piem.org>
authored
on 2007/09/08 11:36
aubio.h: add filterbank.h
3e7c4083
– Paul Brossier <piem@piem.org>
authored
on 2007/09/08 11:35
utils.c, utils.h: remove mfcc, move to aubiomfcc.c
e2337ba9
– Paul Brossier <piem@piem.org>
authored
on 2007/09/08 11:34
examples/Makefile.am: add aubiomfcc
d3c52827
– Paul Brossier <piem@piem.org>
authored
on 2007/09/08 11:33
src/Makefile.am: add filterbank.h
cfe40380
– Paul Brossier <piem@piem.org>
authored
on 2007/09/08 10:37
filterbank.c, mfcc.c: move aubio_mfcc_init to mfcc
4f33dd31
– Paul Brossier <piem@piem.org>
authored
on 2007/09/08 10:19
mfcc.c: remove old code
34d72f0a
– Paul Brossier <piem@piem.org>
authored
on 2007/09/08 10:16
mfcc.c: make structure declaration somewhat more compact
55ce41c7
– Paul Brossier <piem@piem.org>
authored
on 2007/09/08 10:13
filterbank.c: remove to be deleted code
f918cb90
– Paul Brossier <piem@piem.org>
authored
on 2007/09/08 10:12
filterbank.c: update header, fix fvec_t typo, allocate aubio_filterbank_t in the first place
73eaa2ea
– Paul Brossier <piem@piem.org>
authored
on 2007/09/08 10:09
update copyrights, remove old libxtract code, cosmetic header changes
21bd43cd
– Paul Brossier <piem@piem.org>
authored
on 2007/09/08 09:52
merge from Amaury's changes
87085567
– Amaury Hazan <mahmoudax@gmail.com>
authored
on 2007/09/07 11:47
80% wrapped-up filterbank and mfcc
fdf39bad
– Amaury Hazan <mahmoudax@gmail.com>
authored
on 2007/09/07 06:49
merged from mtg
7c6c806d
– Amaury Hazan <mahmoudax@gmail.org>
authored
on 2007/09/06 15:32
minor changes
cb0415db
– Paul Brossier <piem@piem.org>
authored
on 2007/09/06 14:04
tempo.{c,h}: add aubio_tempo_get_bpm, which for now just calls aubio_beattracking_get_bpm, also update test-tempo.c
6fadb0d5
– Paul Brossier <piem@piem.org>
authored
on 2007/09/06 14:02
test-beattracking.c: add call to aubio_beattracking_get_bpm, making sure it returns 0 on silent frames
416c0b56
– Paul Brossier <piem@piem.org>
authored
on 2007/09/06 14:01
beattracking.{h,c}: add function aubio_beattracking_get_bpm to return the observed tempo at any moment
71b1b4be
– Amaury Hazan <mahmoudax@gmail.org>
authored
on 2007/09/06 11:52
merged from laptop
dcc649ca
– Amaury Hazan <mahmoudax@gmail.org>
authored
on 2007/09/06 11:49
minor changes
97886fac
– Amaury Hazan <mahmoudax@gmail.com>
authored
on 2007/09/06 11:45
minor changes
71d3bf0f
– Amaury Hazan <mahmoudax@gmail.com>
authored
on 2007/09/05 22:33
small adds
fe28ff36
– Paul Brossier <piem@piem.org>
authored
on 2007/09/05 17:37
minor corrections
88199cee
– ahazan <ahazan@mtg55>
authored
on 2007/09/05 14:46
added mffc + bark
ade9afe6
– Paul Brossier <piem@piem.org>
authored
on 2007/05/02 11:10
mathutils.c: indentation, remove tabs, no { at beginning of line, no spaces at end of line
05468516
– Paul Brossier <piem@piem.org>
authored
on 2007/04/18 13:51
aubioclass.py: fix indentation
e83dd0e6
– Paul Brossier <piem@piem.org>
authored
on 2007/04/18 09:19
merge from pomme branch
970ef947
– Paul Brossier <piem@piem.org>
authored
on 2007/04/18 09:18
merge from pomme branch
75ad1693
– Paul Brossier <piem@piem.org>
authored
on 2007/04/18 07:38
merge from pomme branch
3bcaf9c8
– Paul Brossier <piem@piem.org>
authored
on 2007/04/17 21:23
INSTALL: make template file unversioned
c8b80cd5
– Paul Brossier <piem@piem.org>
authored
on 2007/04/17 21:09
swig/aubio.i: add aubio_spectral_centroid to swig interface
0dbdb401
– Paul Brossier <piem@piem.org>
authored
on 2007/04/17 21:07
mathutils.c: add aubio_spectral_centroid
5507e9d3
– Paul Brossier <piem@piem.org>
authored
on 2007/04/17 17:59
swig/aubio.i: add aubio_zero_crossing_rate to interface
fff2bee8
– Paul Brossier <piem@piem.org>
authored
on 2007/04/17 17:59
mathutils.c: add aubio_zero_crossing_rate at Amaury's request
3fd2dc12
– Paul Brossier <piem@piem.org>
authored
on 2007/04/17 14:36
VERSION: bumped to 0.3.3
48b847b7
– Paul Brossier <piem@altern.org>
authored
on 2006/10/11 12:28
if swig found go down to dir
ae034c81
– Paul Brossier <piem@altern.org>
authored
on 2006/10/11 11:55
remove useless DISTCLEANFILES = autom4te.cache
518c6374
– Paul Brossier <piem@altern.org>
authored
on 2006/10/10 19:14
tag of piem@altern.org--aubio-calabaza/aubio--mainline--0.3.2--version-0
4d3c4615
– Paul Brossier <piem@altern.org>
authored
on 2006/10/10 19:14
seal version 0.3.2
15692243
– Paul Brossier <piem@altern.org>
authored
on 2006/10/10 12:38
install aubiowrapper.py only once and in pkgpython
aa81937a
– Paul Brossier <piem@altern.org>
authored
on 2006/10/10 09:13
redirect output of time to standard output stream
633fb320
– Paul Brossier <piem@altern.org>
authored
on 2006/10/10 09:12
remove unused parameter warnings with __attribute__((unused))
b377d045
– Paul Brossier <piem@altern.org>
authored
on 2006/10/10 09:12
remove unused parameter warnings with UNUSED
ec399cf3
– Paul Brossier <piem@altern.org>
authored
on 2006/10/10 09:09
add define for __attribute__((unused))
098bd92b
– Paul Brossier <piem@altern.org>
authored
on 2006/10/08 19:14
fix AUBIO_CFLAGS with --enable-debug
823fa09c
– Paul Brossier <piem@altern.org>
authored
on 2006/10/07 17:51
remove intro in manual pages
beea3cfa
– Paul Brossier <piem@altern.org>
authored
on 2006/10/07 17:46
update the manual pages
042e0959
– Paul Brossier <piem@altern.org>
authored
on 2006/10/07 17:19
define PYTHONPATH in python/README
3a323d0e
– Paul Brossier <piem@altern.org>
authored
on 2006/10/07 17:17
add -v switch to examples usage string
15668863
– Paul Brossier <piem@altern.org>
authored
on 2006/10/07 17:15
makes aubiocut and aubiopitch verbose by default, not quiet
cbea7303
– Paul Brossier <piem@altern.org>
authored
on 2006/10/05 08:05
add -no-undefined on cygwin and mingw, define CPPFLAGS on darwin
6a52f298
– Paul Brossier <piem@altern.org>
authored
on 2006/10/05 08:03
improve flags for windows and darwin puredata external
f33fec1b
– Paul Brossier <piem@altern.org>
authored
on 2006/10/05 08:01
link to libpython on windows, remove useless .libs, remove -no-undefined
11d5b960
– Paul Brossier <piem@altern.org>
authored
on 2006/10/05 07:59
simplify sounds/Makefile.am
8131a5cb
– Paul Brossier <piem@altern.org>
authored
on 2006/10/01 11:13
link aubioext against aubio
1899f0d5
– Paul Brossier <piem@altern.org>
authored
on 2006/10/01 11:13
hack around timer.c to pass compilation on windows
32c01336
– Paul Brossier <piem@altern.org>
authored
on 2006/10/01 11:11
link against python dll on windows
53efdb3f
– Paul Brossier <piem@altern.org>
authored
on 2006/10/01 11:10
link to pd.dll on windows
f43867f8
– Paul Brossier <piem@altern.org>
authored
on 2006/09/29 22:03
disable -Werror by default, rename gcc warning options to warnings and errorfail
961c39c3
– Paul Brossier <piem@altern.org>
authored
on 2006/09/29 18:35
add correct flags for puredata Makefile.am
19bc85a2
– Paul Brossier <piem@altern.org>
authored
on 2006/09/29 18:34
remove useless flags in python Makefile
366f8116
– Paul Brossier <piem@altern.org>
authored
on 2006/09/29 10:57
add support for text file from stdin
d88ea064
– Paul Brossier <piem@altern.org>
authored
on 2006/09/29 10:50
add some documentation
3b3ec6c7
– Paul Brossier <piem@altern.org>
authored
on 2006/09/29 10:20
use replacement if complex.h not found
237f6320
– Paul Brossier <piem@altern.org>
authored
on 2006/09/29 10:19
use replacement if complex.h not found
Next