RSS feed
e2981382
– Paul Brossier <piem@piem.org>
authored
on 2011/11/16 12:13
examples/wscript_build: update
82335b73
– Paul Brossier <piem@piem.org>
authored
on 2011/11/16 12:12
wscript: use --enable-samplerate as in configure
ad7c7100
– Paul Brossier <piem@piem.org>
authored
on 2011/11/16 12:12
wscript: use --enable-samplerate as in configure
58201079
– Paul Brossier <piem@piem.org>
authored
on 2011/11/16 12:09
wscript: parse VERSION from file
d7bce3c3
– Paul Brossier <piem@piem.org>
authored
on 2011/11/16 12:09
VERSION: escape string
1c24da53
– Paul Brossier <piem@piem.org>
authored
on 2011/11/16 12:07
src/{f,c}vec.c: remove zeroing since we now use calloc
7ce07013
– Paul Brossier <piem@piem.org>
authored
on 2011/11/16 12:07
src/aubio_priv.h: use calloc instead of malloc
c55f907e
– Paul Brossier <piem@piem.org>
authored
on 2011/11/16 09:47
VERSION: bump to 0.4.0alpha
2a6e6727
– Paul Brossier <piem@piem.org>
authored
on 2011/09/25 20:22
wscript: make jack, samplerate, and lash optional
46378b3b
– Paul Brossier <piem@piem.org>
authored
on 2011/09/25 20:21
wscript: update to waf 1.6.7
20ae690b
– Paul Brossier <piem@piem.org>
authored
on 2011/05/02 08:38
Merge aubio.org:/git/aubio/aubio
5f9df779
– Paul Brossier <piem@piem.org>
authored
on 2011/05/02 08:37
tests/: move tests around
42515ac4
– Paul Brossier <piem@piem.org>
authored
on 2011/05/02 08:35
python/aubio/plot/keyboard.py: use with_, thanks to Dan Muresan
c37aee16
– Paul Brossier <piem@piem.org>
authored
on 2011/02/07 07:55
src/mathutils.c: do not return NULL when wrong window type is passed (thanks to Olivier Robert)
860ef4bd
– Paul Brossier <piem@piem.org>
authored
on 2011/02/07 07:54
src/pitch/pitchschmitt.c: avoid memory leak (thanks to Olivier Robert)
34422b4c
– Paul Brossier <piem@piem.org>
authored
on 2011/02/07 07:53
src/spectral/tss.c: fix del_
1a74ac3c
– Paul Brossier <piem@piem.org>
authored
on 2011/02/04 05:26
src/mathutils.c: fix aubio_db_spl, thanks to Eric, closes #15
b583b9fb
– Paul Brossier <piem@piem.org>
authored
on 2011/02/04 05:08
src/pitch/pitch.c: do not return NULL if unknown method selected (thanks to Olivier Robert)
f66ccb9d
– Paul Brossier <piem@piem.org>
authored
on 2011/02/04 05:06
src/spectral/tss.c: use AUBIO_FREE, not free (thanks to Olivier Robert)
7c842043
– Paul Brossier <piem@piem.org>
authored
on 2010/07/31 12:32
src/tempo/beattracking.c: declare b as signed integer, thanks to Lennart Denninger
4bcd424a
– Paul Brossier <piem@piem.org>
authored
on 2010/06/02 21:10
Makefile.am: include examples/ for jackio.h, add test-mathutils.c, simplify run command
d3146363
– Paul Brossier <piem@piem.org>
authored
on 2010/06/02 21:08
test-mathutils.c: added tests for next_power_of_two
c251b809
– Paul Brossier <piem@piem.org>
authored
on 2010/06/02 21:07
test-fvec.c: update
883deec0
– Paul Brossier <piem@piem.org>
authored
on 2010/06/02 20:43
configure.ac: fix LASH detection
21ee7097
– Paul Brossier <piem@piem.org>
authored
on 2010/04/28 17:17
wscript: added some pointers about waf
ead03dd4
– Paul Brossier <piem@piem.org>
authored
on 2010/04/28 16:53
src/Makefile.am: added missing fmat.{c,h}
0efce0db
– Paul Brossier <piem@piem.org>
authored
on 2010/04/18 22:25
configure.ac: remove useless pkg-config check, thanks to Volker Grabsch
8d1323b5
– Paul Brossier <piem@piem.org>
authored
on 2010/04/14 13:36
python/aubio: more changes for mono
16bd78a4
– Paul Brossier <piem@piem.org>
authored
on 2010/04/14 13:34
swig/aubio.i: add aubio_sndfile_read_mono
fc759f30
– Paul Brossier <piem@piem.org>
authored
on 2010/03/13 19:46
src/spectral/mfcc.c: also delete dct_coeffs, thanks to SaBer, closes: #12
7581185e
– Paul Brossier <piem@piem.org>
authored
on 2010/02/08 14:14
src/mathutils.c: simplify aubio_is_power_of_two, thanks to Arturo Castro
d453a4a2
– Paul Brossier <piem@piem.org>
authored
on 2010/01/09 12:03
src/spectral/fft.c: lock fftw plan creation (closes #9), thanks to Hedde Bosman
066433db
– Paul Brossier <piem@piem.org>
authored
on 2010/01/09 10:51
merge with mono
8212692b
– Paul Brossier <piem@piem.org>
authored
on 2010/01/09 10:49
pull from master
37eb9ceb
– Paul Brossier <piem@piem.org>
authored
on 2010/01/09 10:35
merge from master, print beats once in demo_beat.py
3f16b615
– Paul Brossier <piem@piem.org>
authored
on 2010/01/09 10:27
demo_beat.py: added simple example
228e8d80
– Paul Brossier <piem@piem.org>
authored
on 2010/01/09 10:22
aubioinput.py: flush last frame, no resizing in mono
493e6f7a
– Paul Brossier <piem@piem.org>
authored
on 2010/01/09 10:21
test_fvec.py: add test_alpha_norm_of_none and test_vector_create_with_list
549825aa
– Paul Brossier <piem@piem.org>
authored
on 2010/01/09 10:20
demo_filterbank.py: use fvec to create array
d836c21f
– Paul Brossier <piem@piem.org>
authored
on 2009/12/25 01:13
aubio/__init__.py: simplify, add support for list input
b8aaaffd
– Paul Brossier <piem@piem.org>
authored
on 2009/12/25 01:12
demo_filterbank.py: add simple filterbank demo
4c01c0fe
– Paul Brossier <piem@piem.org>
authored
on 2009/12/25 00:09
test_*.py: use aubio module
474f297f
– Paul Brossier <piem@piem.org>
authored
on 2009/12/25 00:04
py-cvec.c: improved documentation
9c9cd549
– Paul Brossier <piem@piem.org>
authored
on 2009/12/25 00:02
gen_pyobject.py: simplify with proxy functions
1a6ef2cc
– Paul Brossier <piem@piem.org>
authored
on 2009/12/24 23:57
test_*.py: switch to mono, add tests for cvec
84e0606b
– Paul Brossier <piem@piem.org>
authored
on 2009/12/24 23:56
py-cvec.c: remove obsolete proxy functions
3e882a8e
– Paul Brossier <piem@piem.org>
authored
on 2009/12/24 23:56
py-filterbank.c: switch to proxy functions
91ce8d52
– Paul Brossier <piem@piem.org>
authored
on 2009/12/24 23:52
gen_pyobject.py: updated to use proxy functions
6c502454
– Paul Brossier <piem@piem.org>
authored
on 2009/12/24 23:51
py-fmat.c removed
b3130e2c
– Paul Brossier <piem@piem.org>
authored
on 2009/12/24 23:51
setup.py: add aubioproxy.c, remove py-fvec.c and py-fmat.c
7d9ec37b
– Paul Brossier <piem@piem.org>
authored
on 2009/12/24 23:49
py-fvec.c removed
ce4bfe36
– Paul Brossier <piem@piem.org>
authored
on 2009/12/24 23:49
aubiomodule.c: swith to new proxy functions, remove py_fvec and py_fmat
363ce7af
– Paul Brossier <piem@piem.org>
authored
on 2009/12/24 23:45
py-filterbank.c: use new proxy function, switch to mono and fmat
a52d3ae4
– Paul Brossier <piem@piem.org>
authored
on 2009/12/24 23:45
py-filter.c: use new proxy function, switch to mono
c04d250d
– Paul Brossier <piem@piem.org>
authored
on 2009/12/24 23:44
py-phasevoc.c: use new proxy functions
965b3023
– Paul Brossier <piem@piem.org>
authored
on 2009/12/24 23:40
py-fft.c: use new proxy functions
0178c655
– Paul Brossier <piem@piem.org>
authored
on 2009/12/24 23:37
aubio/: cvec is still on the C side
03c34509
– Paul Brossier <piem@piem.org>
authored
on 2009/12/24 23:37
aubio-types.h: kill fvec and fmat, update proxy functions
7395ec5e
– Paul Brossier <piem@piem.org>
authored
on 2009/12/24 23:34
aubioproxy.c: added conversion functions from C to numpy
ccca7cb6
– Paul Brossier <piem@piem.org>
authored
on 2009/12/20 15:20
aubio/__init__.py: added python helper for fvec and cvec
f650860d
– Paul Brossier <piem@piem.org>
authored
on 2009/12/11 12:54
specdesc.c: mention default is used instead of unknown one
40a05d3d
– Paul Brossier <piem@piem.org>
authored
on 2009/12/11 12:51
examples/Makefile.am: added aubiopitch
61043ed6
– Paul Brossier <piem@piem.org>
authored
on 2009/12/11 11:36
utils.c: woodblock vector is overlap_size long
2c50da93
– Paul Brossier <piem@piem.org>
authored
on 2009/12/11 11:36
test-pitch.c: added test for pitch
2a109e4e
– Paul Brossier <piem@piem.org>
authored
on 2009/12/04 21:16
tests/src/: no more arguments for peakpicker
f658288f
– Paul Brossier <piem@piem.org>
authored
on 2009/12/04 21:06
Merge branch 'master' of git+ssh://aubio.org/git/aubio/aubio into mono
0536612b
– Paul Brossier <piem@piem.org>
authored
on 2009/12/04 20:59
interfaces/python: added more tests
b7f3aaf5
– Paul Brossier <piem@piem.org>
authored
on 2009/12/04 20:45
interfaces/python: start updating tests for mono
0f045b2d
– Paul Brossier <piem@piem.org>
authored
on 2009/12/04 20:45
interfaces/python: towards mono (setup.py and py-phasevoc.c)
96fe713c
– Paul Brossier <piem@piem.org>
authored
on 2009/12/04 20:44
interfaces/python: towards mono
7a7b00f3
– Paul Brossier <piem@piem.org>
authored
on 2009/12/04 20:42
py-fvec.c, py-cvec.c: towards mono
f7b05d4f
– Paul Brossier <piem@piem.org>
authored
on 2009/12/04 20:36
src/onset/peakpicker.h: add void to empty prototype
aea235c7
– Paul Brossier <piem@piem.org>
authored
on 2009/12/03 20:47
tests/src: switch to mono
4621cd64
– Paul Brossier <piem@piem.org>
authored
on 2009/12/03 20:46
examples: switch to mono
c17a0ee5
– Paul Brossier <piem@piem.org>
authored
on 2009/12/03 20:46
src/vecutils.c: switch to mono
7dec719b
– Paul Brossier <piem@piem.org>
authored
on 2009/12/03 20:45
swig/aubio.i: switch to mono
02a01dd9
– Paul Brossier <piem@piem.org>
authored
on 2009/12/03 20:45
src/aubio.h: switch to mono
168337ee
– Paul Brossier <piem@piem.org>
authored
on 2009/12/03 20:44
src/pitch: switch to mono
fc61225e
– Paul Brossier <piem@piem.org>
authored
on 2009/12/03 20:43
src/utils: switch to mono
8e5c051f
– Paul Brossier <piem@piem.org>
authored
on 2009/12/03 20:41
src/mathutils.{c,h}: switch to mono
d2073008
– Paul Brossier <piem@piem.org>
authored
on 2009/12/03 20:40
src/tempo: switch to mono
741bdda6
– Paul Brossier <piem@piem.org>
authored
on 2009/12/03 20:39
src/temporal: switch to mono
d95ff38e
– Paul Brossier <piem@piem.org>
authored
on 2009/12/03 20:38
src/spectral: switch to mono
0b9a02a6
– Paul Brossier <piem@piem.org>
authored
on 2009/12/03 20:34
src/onset: mono
66fb3eac
– Paul Brossier <piem@piem.org>
authored
on 2009/12/03 20:33
modified cvec to be mono
c7860af2
– Paul Brossier <piem@piem.org>
authored
on 2009/12/03 20:32
modified fvec and lvec to be mono, added fmat
c6d01699
– Paul Brossier <piem@piem.org>
authored
on 2009/12/03 14:26
.gitignore: added *.o
ae57d458
– Paul Brossier <piem@piem.org>
authored
on 2009/12/03 14:11
removed .bzrignore
1dd137b4
– Paul Brossier <piem@piem.org>
authored
on 2009/12/03 13:52
added .gitignore
e3cf37ae
– Paul Brossier <piem@piem.org>
authored
on 2009/11/30 16:11
wscript: add libs to examples for binutils-gold
98170263
– Paul Brossier <piem@piem.org>
authored
on 2009/11/25 20:00
examples/: include config.h
75be6511
– Paul Brossier <piem@piem.org>
authored
on 2009/11/25 19:59
interfaces/python/gen_pyobject.py: fix aubio2types
5ddcdf2e
– Paul Brossier <piem@piem.org>
authored
on 2009/11/15 10:31
configure.ac: add AUBIO_LIBS, now needs only -lm (closes: #553930)
2b4d006d
– Paul Brossier <piem@piem.org>
authored
on 2009/11/15 10:28
configure.ac: do not check for fftw3.h, let pkg-config do that
449bff63
– Paul Brossier <piem@piem.org>
authored
on 2009/11/15 10:26
aubiomodule.c: add generated objects
90077e4a
– Paul Brossier <piem@piem.org>
authored
on 2009/11/15 10:19
gen_pyobject.py: simplify using regex, add PyMethodDefs
4bc098cf
– Paul Brossier <piem@piem.org>
authored
on 2009/11/15 10:16
generator.py: also spit out aubio-generated.h
d6f9b3a2
– Paul Brossier <piem@piem.org>
authored
on 2009/11/15 10:01
py-fvec.c: add PyAubio_CFvecToArray
965ea78a
– Paul Brossier <piem@piem.org>
authored
on 2009/11/15 10:00
python/aubiowraphell.h: sprinkle some cpp magic
a300cef4
– Paul Brossier <piem@piem.org>
authored
on 2009/11/13 19:43
src/Makefile.am: rename peakpicker.h here too, thanks to Laurent Feron for noticing it
Next