RSS feed
afc584db
– Paul Brossier <piem@piem.org>
authored
on 2009/09/17 10:37
tests/src/test-filterbank_mel.c: added filterbank_mel test
03eeff10
– Paul Brossier <piem@piem.org>
authored
on 2009/09/17 03:33
src/types.h: remove completed todo items, hardcode AUBIO_SINGLE_PRECISION to 1 for now
79a01c58
– Paul Brossier <piem@piem.org>
authored
on 2009/09/17 03:30
src/lvec.{c,h}: add lvec_print
5b1fff70
– Paul Brossier <piem@piem.org>
authored
on 2009/09/17 03:24
src/fvec.c: use AUBIO_SMPL_FMT
1789b0cf
– Paul Brossier <piem@piem.org>
authored
on 2009/09/17 03:22
ext/midi/midi_player.c: use AUBIO_LSMP_FMT
4369cb9c
– Paul Brossier <piem@piem.org>
authored
on 2009/09/17 03:16
src/spectral/fft.c: use native fftw types, add warning if single fftw is used with aubio double
dffe76f2
– Paul Brossier <piem@piem.org>
authored
on 2009/09/17 03:14
src/aubio_priv.h: add AUBIO_WRN, add message to _WRN and _ERR, use double precision functions if AUBIO_SINGLE_PRECISION is not defined
b16fc82d
– Paul Brossier <piem@piem.org>
authored
on 2009/09/17 03:09
src/types.h: add a switch between single and double precision
13bcd32b
– Paul Brossier <piem@piem.org>
authored
on 2009/09/17 03:08
src/spectral/filterbank_mel.c: remove unused variable
39658e26
– Paul Brossier <piem@piem.org>
authored
on 2009/09/17 03:07
ext/sndfileio.c: cat to sndfile native type
e7b3629c
– Paul Brossier <piem@piem.org>
authored
on 2009/09/17 03:06
src/temporal/resample.c: cast to SRC native type
1e37adec
– Paul Brossier <piem@piem.org>
authored
on 2009/09/17 01:54
src/spectral/filterbank_mel.c: move Slaney's specific code to _slaney function
bc3c51bc
– Paul Brossier <piem@piem.org>
authored
on 2009/09/17 00:38
tests/src/Makefile.am: add filterbank_mel test
4e0fbe60
– Paul Brossier <piem@piem.org>
authored
on 2009/09/17 00:21
src/spectral/filterbank_mel.c: shorten counter variable names, improve comments, run through indent
b5076073
– Paul Brossier <piem@piem.org>
authored
on 2009/09/17 00:02
src/spectral/filterbank_mel.c: correct computation of coefficients, use float samplerate, use POW, make sure we don't try to set unexisting filters
addc9ec3
– Paul Brossier <piem@piem.org>
authored
on 2009/09/16 21:37
test-filterbank.c: add trivial test for filterbank object
cfd35dbe
– Paul Brossier <piem@piem.org>
authored
on 2009/09/16 21:26
src/spectral/filterbank_mel.{c,h}: indent
3b3b03e8
– Paul Brossier <piem@piem.org>
authored
on 2009/09/16 21:25
src/spectral/filterbank.{c,h}: indent
06cae6cc
– Paul Brossier <piem@piem.org>
authored
on 2009/09/16 21:20
src/spectral/filterbank.c: refactorise filter bank, split mel frequency coefficients to src/spectral/filterbank_mel.c, start bumping license to GPLv3
7bf3dcb9
– Paul Brossier <piem@piem.org>
authored
on 2009/09/15 13:02
src/tempo/beattracking.c: no changes, indent
6f1727f4
– Paul Brossier <piem@piem.org>
authored
on 2009/09/13 19:54
src/tempo/beattracking.c: use fvec_ utilities, improve comments
3b2d32cd
– Paul Brossier <piem@piem.org>
authored
on 2009/09/12 10:28
src/fvec.{c,h}: add fvec_set _zeros _ones _rev _weight and _copy utilities functions
ae4d5de6
– Paul Brossier <piem@piem.org>
authored
on 2009/09/12 10:26
src/aubio_priv.h: add MIN and MAX
4e19e5bb
– Paul Brossier <piem@piem.org>
authored
on 2009/09/12 09:22
src/tempo/beattracking.c: interpolate beat period and position to reduce quantization, improve comments
54a5d565
– Paul Brossier <piem@piem.org>
authored
on 2009/09/12 09:14
examples/aubiotrack.c: compute sample accurate beat position
0482e767
– Paul Brossier <piem@piem.org>
authored
on 2009/09/12 09:13
src/tempo/tempo.c: always output tempo, pass along interpolated position
f6989972
– Paul Brossier <piem@piem.org>
authored
on 2009/09/11 20:13
swig/aubio.i: update prototype of vec_quadint
fbe2cd25
– Paul Brossier <piem@piem.org>
authored
on 2009/09/11 20:12
src/aubio_priv.h: fix typo in ROUND
c5c0c984
– Paul Brossier <piem@piem.org>
authored
on 2009/09/11 20:08
src/mathutils.c: merge and fix vec_quadint_min and _max into simpler and more exact vec_quadint, use in src/pitch algorithms
68a3fc92
– Paul Brossier <piem@piem.org>
authored
on 2009/09/11 20:06
src/aubio_priv.h: add missing CEIL, rename TRUNC to ROUND, use FLOOR(x+.5) to avoid -std=c99 needed by roundf
32f5a014
– Paul Brossier <piem@piem.org>
authored
on 2009/09/11 20:00
src/fvec.{c,h}: add simple fvec_print function
54f2a70a
– Paul Brossier <piem@piem.org>
authored
on 2009/08/30 13:11
src/tempo/beattracking.c: remove unused fvec_getperiod function
9d7458df
– Paul Brossier <piem@piem.org>
authored
on 2009/08/30 12:00
src/temporal/cdesign.h: fix include to be relative
71e393ad
– Paul Brossier <piem@piem.org>
authored
on 2009/08/30 11:38
plugins/puredata/Makefile.am: update compiler options
ddfecbc6
– Paul Brossier <piem@piem.org>
authored
on 2009/08/30 11:37
configure.ac: add check for CXX
c3395f3f
– Paul Brossier <piem@piem.org>
authored
on 2009/08/30 11:37
Makefile.am: only compile java stuff if swig is installed
6c25201b
– Paul Brossier <piem@piem.org>
authored
on 2009/08/30 10:46
ext/sndfileio.c: shorten sndfile error message
6f9615c3
– Paul Brossier <piem@piem.org>
authored
on 2008/07/13 17:57
plugins/puredata/aubiozcr~.c: add aubiozcr~, computing zero crossing rate
4d7ced92
– Paul Brossier <piem@piem.org>
authored
on 2008/07/13 17:56
plugins/puredata/aubiopitch~.c: add optional creation argument to select pitch method, fix buffer size
52888742
– Paul Brossier <piem@piem.org>
authored
on 2008/07/13 17:53
src/pitch/pitchschmitt.c: move buffer to private structure, closes #8
bf9d8a68
– Paul Brossier <piem@piem.org>
authored
on 2008/07/13 17:50
src/aubio.h: indent, only cosmetic changes
42f1cf14
– Paul Brossier <piem@piem.org>
authored
on 2008/05/17 23:23
tests/python/src/utils/hist.py: update existing test cases, add two more
4ecfee96
– Paul Brossier <piem@piem.org>
authored
on 2008/05/16 16:20
tests/python/run_all_tests: add a warning if list_of_test_files returns no matches, localaubio first
e3e93689
– Paul Brossier <piem@piem.org>
authored
on 2008/05/15 23:07
java/aubio/Makefile.am: fix pkgjavadir
9ae6e037
– Paul Brossier <piem@piem.org>
authored
on 2008/05/15 22:41
java/aubio/Makefile.am: use datadir, not hardcoded path
13e23b81
– Paul Brossier <piem@piem.org>
authored
on 2008/05/15 22:18
python/aubio/Makefile.am: simplify using nobase
7e204d01
– Paul Brossier <piem@piem.org>
authored
on 2008/05/15 20:50
src/mathutils.c: change zero crossing function to split at >=0/<0; tests/python/src/temporal/zero_crossing_rate.py: add some tests for zero crossing
cf2f1b84
– Paul Brossier <piem@piem.org>
authored
on 2008/05/15 19:18
configure.ac: simplify flags for darwin and co (looks like -lmx is not needed anymore, at least os of macosx 10.4)
92c70f60
– Paul Brossier <piem@piem.org>
authored
on 2008/05/15 16:23
tests/python/localaubio.py: improve error message about local aubio
9bfecce3
– Paul Brossier <piem@piem.org>
authored
on 2008/05/15 16:20
plugins/puredata/aubio_setup.c: add aubio_new function to clean up loading of the aubio external with [aubio], indent, bump version number
954585ac
– Paul Brossier <piem@piem.org>
authored
on 2008/05/15 16:16
cpp/Makefile.am: use CPPFLAGS for cpp lib, fix up includes
18f31622
– Paul Brossier <piem@piem.org>
authored
on 2008/05/13 04:45
tests/src/test-filter.c: add missing channels argument to new_aubio_cdsgn_filter
98cc4757
– Paul Brossier <piem@piem.org>
authored
on 2008/05/13 04:44
tests/src/test-{hist,window}.c: use uint_t, not uint (thanks to Graham Percival)
fed94339
– Paul Brossier <piem@piem.org>
authored
on 2008/04/30 17:39
doc/{user,devel}.cfg: update config to new doxygen, adapt to multiple directories
679441ee
– Paul Brossier <piem@piem.org>
authored
on 2008/04/30 16:50
src/pitch/pitchyinfft.c: fix indentation
fcc3fd25
– Paul Brossier <piem@piem.org>
authored
on 2008/04/30 16:47
Makefile.am, configure.ac: go down into java and tests, make java compilation somewhat conditional (needs improvements)
7abfc82f
– Paul Brossier <piem@piem.org>
authored
on 2008/04/30 16:28
cpp/aubiocpp.cpp: fix indentation
7f3cae67
– Paul Brossier <piem@piem.org>
authored
on 2008/04/29 06:04
src/Makefile.am: use nobase_ to simplify headers installation
651cac88
– Paul Brossier <piem@piem.org>
authored
on 2008/04/28 16:27
configure.ac: switch on host rather than host_os, do nothing on arm-apple-darwin
9805d011
– Paul Brossier <piem@piem.org>
authored
on 2008/04/26 11:05
configure.ac: do not call AC_HEADER_STDC, obsolete and uneeded
d0dbc566
– Paul Brossier <piem@piem.org>
authored
on 2008/02/11 10:02
python/aubio/Makefile.am: install _aubiowrapper into pkgpyexec, so it gets to the right place on multilib systems (thanks to Olivier Crête)
90a59c38
– Paul Brossier <piem@piem.org>
authored
on 2008/02/06 11:28
java/: added first draft for a java interface to aubio, includes simple test
055d674e
– Paul Brossier <piem@piem.org>
authored
on 2007/12/17 10:37
add del_aubio_biquad to aubio.i
4a20dadc
– Paul Brossier <piem@piem.org>
authored
on 2007/12/04 22:42
merge from main branch
79e72cf1
– Paul Brossier <piem@piem.org>
authored
on 2007/12/04 13:21
add tests/cpp/test-[a-z-]*$ binaries to .bzrignore
445e0dca
– Paul Brossier <piem@piem.org>
authored
on 2007/12/04 13:15
added simple tests in tests/cpp for cpp interface draft
c60d684e
– Paul Brossier <piem@piem.org>
authored
on 2007/12/04 12:58
added simple cpp interface draft
45f1f061
– Paul Brossier <piem@piem.org>
authored
on 2007/12/04 12:52
merge from main branch
212da72b
– Paul Brossier <piem@piem.org>
authored
on 2007/12/03 05:57
merge from main branch
69134340
– Paul Brossier <piem@piem.org>
authored
on 2007/12/01 18:00
add tests for adesign and filter
a7667ceb
– Paul Brossier <piem@piem.org>
authored
on 2007/12/01 17:59
filter.c: add denormal, make multichannel using lvecs, update adsgn, cdsgn, pitchdetection
2b6144dd
– Paul Brossier <piem@piem.org>
authored
on 2007/12/01 17:58
aubio_priv.h: add ISDENORMAL
658cb41c
– Paul Brossier <piem@piem.org>
authored
on 2007/12/01 17:53
aubio.h: add lvec, adesign and cdesign
a3a01e10
– Paul Brossier <piem@piem.org>
authored
on 2007/12/01 17:51
add lvec object to store double precision vectors
b061ef8f
– Paul Brossier <piem@piem.org>
authored
on 2007/12/01 16:58
remove tabs
4123f161
– Paul Brossier <piem@piem.org>
authored
on 2007/12/01 16:57
update aubio.i with new adsgn_filter and cdsgn_filter
4f4d8921
– Paul Brossier <piem@piem.org>
authored
on 2007/12/01 16:53
src/temporal: split aubio_adsgn_filter and aubio_cdsgn_filter to separate files
0380645e
– Paul Brossier <piem@piem.org>
authored
on 2007/12/01 14:56
closes #4, fft.c: if real part is zero, have phase = 0
41ed384b
– Paul Brossier <piem@piem.org>
authored
on 2007/12/01 14:16
fft.c: if real part is zero, have phase = 0
974dddc7
– Paul Brossier <piem@piem.org>
authored
on 2007/12/01 12:56
move tests/python/demo to tests/, add localaubio.py module helpers
b63b3226
– Paul Brossier <piem@piem.org>
authored
on 2007/12/01 11:00
src/Makefile.am: define subdirectories to install headers in
554a9cb6
– Paul Brossier <piem@piem.org>
authored
on 2007/12/01 10:57
src/Makefile.am: define subdirectories to install headers in
e7fb07ec
– Paul Brossier <piem@piem.org>
authored
on 2007/12/01 10:55
merge from main branch
55e9018d
– Paul Brossier <piem@piem.org>
authored
on 2007/12/01 10:54
configure.ac: host conditional depend on host_os, not build_os
8987df1a
– Paul Brossier <piem@piem.org>
authored
on 2007/12/01 10:52
tests template.py: re-ident
f1771f90
– Paul Brossier <piem@piem.org>
authored
on 2007/12/01 10:51
aubioonset.py tests: add specflux, use assertEqual
c71b7178
– Paul Brossier <piem@piem.org>
authored
on 2007/12/01 10:49
README: update project url
3822b73d
– Paul Brossier <piem@piem.org>
authored
on 2007/11/30 16:02
swig/aubio.i: add aubio_peakpicker_get/set_threshold
5d012d02
– Paul Brossier <piem@piem.org>
authored
on 2007/11/30 15:47
added first tests for peakpicker
0f2084d3
– Paul Brossier <piem@piem.org>
authored
on 2007/11/30 14:52
add first tests for scale.c
66a150a2
– Paul Brossier <piem@piem.org>
authored
on 2007/11/30 14:39
move around files in tests/python according to src/ changes
d05c54fa
– Paul Brossier <piem@piem.org>
authored
on 2007/11/30 13:26
add draft test for hist.py
2704647f
– Paul Brossier <piem@piem.org>
authored
on 2007/11/30 05:00
merge from main branch
16e0f162
– Paul Brossier <piem@piem.org>
authored
on 2007/11/30 04:59
examples/utils.{c,h}: move flush_process prototype to .h
ae7e547a
– Paul Brossier <piem@piem.org>
authored
on 2007/11/30 04:58
examples/utils.c: use uint_t
fce58d9e
– Paul Brossier <piem@piem.org>
authored
on 2007/11/30 04:54
configure.ac: add AC_LIBTOOL_WIN32_DLL to allow cross compilation of shared libs
dddf1f5c
– Paul Brossier <piem@piem.org>
authored
on 2007/11/29 12:34
merge with main branch
6c7d49b3
– Paul Brossier <piem@piem.org>
authored
on 2007/11/24 18:02
remove src/sample.h
fc6c8313
– Paul Brossier <piem@piem.org>
authored
on 2007/11/24 17:47
moved spectral_centroid to new file
e2da2952
– Paul Brossier <piem@piem.org>
authored
on 2007/11/24 17:45
onsetdetection.c: factorise switch, complete specflux deletion
Next