shithub: aubio

RSS feed

04d50b07 – Paul Brossier <piem@piem.org> authored on 2009/10/01 11:44
Makefile.am: update java location

18738adf – Paul Brossier <piem@piem.org> authored on 2009/10/01 11:44
configure.ac: do not use AM_SILENT_RULES for now, wait for automake 1.11 to reach most systems

f825dd0a – Paul Brossier <piem@piem.org> authored on 2009/10/01 11:02
src/Makefile.am: update a- and c-weighting filter filenames

1942323f – Paul Brossier <piem@piem.org> authored on 2009/10/01 05:04
src/onset/onsetdetection.c: fix off by one error in complexdomain without complex.h

bc4e1758 – Paul Brossier <piem@piem.org> authored on 2009/10/01 04:24
swig/aubio.i: update filter interface

7ac818f4 – Paul Brossier <piem@piem.org> authored on 2009/10/01 04:22
tests/src: include stdio.h as needed, add HAVE_LIBSAMPLERATE

ae6e15c8 – Paul Brossier <piem@piem.org> authored on 2009/09/30 13:42
interfaces/python: improve draft wrapper alpha_norm example, add some unit tests

7de4de01 – Paul Brossier <piem@piem.org> authored on 2009/09/29 23:54
moved cpp to interfaces/

0a6c2115 – Paul Brossier <piem@piem.org> authored on 2009/09/29 23:46
added new python interface draft, work in progress

1094f52d – Paul Brossier <piem@piem.org> authored on 2009/09/29 23:45
created interfaces directory, moved java there and added new python draft interface

1cc007c4 – Paul Brossier <piem@piem.org> authored on 2009/09/29 22:44
wscript: updated for waf r6742

7e114c8c – Paul Brossier <piem@piem.org> authored on 2009/09/29 21:24
tests/python/src/temporal/a_weighting.py: moved from adesign.py

f11d78d7 – Paul Brossier <piem@piem.org> authored on 2009/09/29 16:45
wscript: move test build rules from tests/src/wscript_build, use new unit test system

899dfd3c – Paul Brossier <piem@piem.org> authored on 2009/09/29 16:14
src/temporal/filter.h: 80 characters maximum per line

a54502c6 – Paul Brossier <piem@piem.org> authored on 2009/09/29 16:08
src/temporal/filter.{c,h}: indent, update copyright and license

6481c0c0 – Paul Brossier <piem@piem.org> authored on 2009/09/29 15:58
src/temporal/filter.c: fix aubio_filter_do and aubio_filter_do_outplace

78d14d4a – Paul Brossier <piem@piem.org> authored on 2009/09/29 04:01
src/aubio_priv.h: add alias from AUBIO_ERR to AUBIO_ERROR

a253fd4f – Paul Brossier <piem@piem.org> authored on 2009/09/29 04:00
src/aubio.h: update header names

c159aeb3 – Paul Brossier <piem@piem.org> authored on 2009/09/29 03:58
src/temporal: rename adesign/adsgn to a_weighting, idem for c_weighting

a4364b83 – Paul Brossier <piem@piem.org> authored on 2009/09/29 03:43
src/temporal: revamp filter object, clarify API for A- and C-weighting filters,

d9c45df5 – Paul Brossier <piem@piem.org> authored on 2009/09/28 18:02
src/spectral/spectral_centroid.h: protect with #ifndef _FOO_H and #ifdef __cplusplus

34eee42b – Paul Brossier <piem@piem.org> authored on 2009/09/28 17:57
src/temporal/: avoid include in .h, protect with #ifndef _FOO_H and #ifdef __cplusplus

a6958544 – Paul Brossier <piem@piem.org> authored on 2009/09/28 17:55
src/pitch/pitchdetection.c: include filter.h

d90db7d4 – Paul Brossier <piem@piem.org> authored on 2009/09/28 17:54
src/spectral/: remove include from filterbank_mel.h, modify mfcc.c to include filterbank.h

6940b556 – Paul Brossier <piem@piem.org> authored on 2009/09/28 17:27
src/vecutils.{c,h}: expand header and add documentation, add cvec_pow, fix SAFE_LOG macros

d37400c1 – Paul Brossier <piem@piem.org> authored on 2009/09/28 17:19
src/spectral/filterbank.c: move log10 to mfcc.c

fd6b90f3 – Paul Brossier <piem@piem.org> authored on 2009/09/28 17:17
src/spectral/fft.c: add a warning if using fftw3 with aubio single

d2d862bf – Paul Brossier <piem@piem.org> authored on 2009/09/28 17:16
src/aubio.h: include vecutils.h

ce0e7b5e – Paul Brossier <piem@piem.org> authored on 2009/09/28 17:11
src/mathutils.h: move window types doc after ifdef cplusplus

916f8983 – Paul Brossier <piem@piem.org> authored on 2009/09/28 17:09
src/vecutils.{c,h}: add a bunch of function to modify fvec and cvec, defined with some magic macros

258195f8 – Paul Brossier <piem@piem.org> authored on 2009/09/28 16:58
src/aubio_priv.h: define VERY_SMALL_NUMBER here, add KILL_DENORMAL and CEIL_DENORMAL macros, SAFE_LOG10 and SAFE_LOG

17b7d665 – Paul Brossier <piem@piem.org> authored on 2009/09/28 16:12
src/tempo/beattracking.c: avoid large backward off-beat errors, add define for debugging

3de10bb0 – Paul Brossier <piem@piem.org> authored on 2009/09/26 22:19
src/tempo/beattracking.c: fix maxindex == winlen never reached condition, avoiding very large bpm values, add some debugging strings

e792ea85 – Paul Brossier <piem@piem.org> authored on 2009/09/26 14:34
ext/Makefile.am: update flags from SNDLIB to SNDFILE

e24b5f3e – Paul Brossier <piem@piem.org> authored on 2009/09/26 14:32
configure.ac: enable silent rules

31a5c0e8 – Paul Brossier <piem@piem.org> authored on 2009/09/26 13:12
src/Makefile.am: add missing config.h

588ee77e – Paul Brossier <piem@piem.org> authored on 2009/09/26 03:11
configure.ac: make libsamplerate optional

c85c8b62 – Paul Brossier <piem@piem.org> authored on 2009/09/26 03:10
doc/Makefile.am: update list of source and generated manpages

a33379e6 – Paul Brossier <piem@piem.org> authored on 2009/09/26 02:59
ext/aubioext.h: add flags for libsndfile

d7d0cdf5 – Paul Brossier <piem@piem.org> authored on 2009/09/26 02:51
src/aubio.h: add HAVE_SAMPLERATE flags

b0938458 – Paul Brossier <piem@piem.org> authored on 2009/09/26 02:50
src/temporal/resample.c: add flags

9a910316 – Paul Brossier <piem@piem.org> authored on 2009/09/26 02:39
swig/aubio.i: add flags for sndfile and samplerate

e7a77946 – Paul Brossier <piem@piem.org> authored on 2009/09/26 02:34
python: finish getting rid of numarray

342e3807 – Paul Brossier <piem@piem.org> authored on 2009/09/26 00:46
doc/aubiomfcc.sgml: add brief manpage for aubiomfcc

012466b4 – Paul Brossier <piem@piem.org> authored on 2009/09/26 00:44
src/cvec.{c,h}: add cvec_set, cvec_zeros and cvec_ones

9e0dd583 – Paul Brossier <piem@piem.org> authored on 2009/09/26 00:42
doc/aubiotrack.sgml: remove irrelevant threshold option

634d2382 – Paul Brossier <piem@piem.org> authored on 2009/09/25 21:55
python/aubio/aubioclass.py: print filename of file that failed opening

5f23f660 – Paul Brossier <piem@piem.org> authored on 2009/09/25 21:42
python/aubio: use Gnuplot.Data with_ keywords, with is a reserved keyword in python 2.6 (debian #512622)

55ed67a6 – Paul Brossier <piem@piem.org> authored on 2009/09/25 21:40
python/aubio/gnuplot.py: use numpy, not numarray (debian #478438)

707c30e7 – Paul Brossier <piem@piem.org> authored on 2009/09/25 21:10
python/aubio/task/notes.py: remove useless import of numarray (debian #478438)

fcacd889 – Paul Brossier <piem@piem.org> authored on 2009/09/25 21:09
python/aubio/task/onset.py: use numarray, not numpy (debian #478438)

a250b357 – Paul Brossier <piem@piem.org> authored on 2009/09/25 21:04
tests/python/localaubio.py: add some tricks to work with waf too

7cec7175 – Paul Brossier <piem@piem.org> authored on 2009/09/25 20:38
src/spectral/fft.h: improve fftw types comments

9ea88c69 – Paul Brossier <piem@piem.org> authored on 2009/09/25 20:33
src/types.h: remove useless include and comment

1c2e1860 – Paul Brossier <piem@piem.org> authored on 2009/09/25 20:32
src/spectral/ update license headers

a6db1404 – Paul Brossier <piem@piem.org> authored on 2009/09/25 20:04
src/*.[ch]: update copyrights and license from 2003 / GPLv2 to 2003-2009 / GPLv3

76ac3731 – Paul Brossier <piem@piem.org> authored on 2009/09/25 19:46
src/temporal/: improve documentation for a and c-design filters

c698d1bd – Paul Brossier <piem@piem.org> authored on 2009/09/25 19:37
src/{c,l}vec.h: update documentation

f00088f7 – Paul Brossier <piem@piem.org> authored on 2009/09/25 19:08
doc/*.cfg: update with doxygen -u (debian package 1.6.1-1)

46044ed0 – Paul Brossier <piem@piem.org> authored on 2009/09/25 19:03
src/types.h: add some documentation, use HAVE_AUBIO_DOUBLE, not AUBIO_SINGLE_PRECISION

6f0b8a0b – Paul Brossier <piem@piem.org> authored on 2009/09/25 19:01
src/spectral/fft.c: use HAVE_AUBIO_DOUBLE, not AUBIO_SINGLE_PRECISION

d99d8190 – Paul Brossier <piem@piem.org> authored on 2009/09/25 19:00
src/spectral/mfcc.{c,h}: add documentation

705aec8b – Paul Brossier <piem@piem.org> authored on 2009/09/25 18:12
ext/midi: remove all midi stuff borrowed from fluidsynth, now unused

be3ffee0 – Paul Brossier <piem@piem.org> authored on 2009/09/25 18:00
src/aubio_priv.h: use HAVE_FFTW3, not _H

bab0a127 – Paul Brossier <piem@piem.org> authored on 2009/09/25 17:57
src/spectral/phasevoc.c: window only once, remove unused variable

ebbf5a0b – Paul Brossier <piem@piem.org> authored on 2009/09/25 17:56
examples/utils.{c,h}: remove old midi_player stuff, use new jack midi function

c2013065 – Paul Brossier <piem@piem.org> authored on 2009/09/25 17:53
ext/jackio.{c,h}: add midi_out_ring for midi output event processing

04ceeab0 – Paul Brossier <piem@piem.org> authored on 2009/09/25 04:30
examples/wscript_build: compile utils.c only once

50bc5f20 – Paul Brossier <piem@piem.org> authored on 2009/09/25 03:08
examples/utils.{c,h}: update copyright and license, run through indent

c3f41731 – Paul Brossier <piem@piem.org> authored on 2009/09/25 02:58
tests/src/test-phasevoc-jack.c: update to also test midi ports and make funny noises

bccac6b9 – Paul Brossier <piem@piem.org> authored on 2009/09/25 02:56
ext/jackio.{c,h}: add support for jack midi

52ecf097 – Paul Brossier <piem@piem.org> authored on 2009/09/25 01:21
ext/jackio.c: write to ochan output buffers, not ichan

58779e30 – Paul Brossier <piem@piem.org> authored on 2009/09/25 01:19
ext/jackio.c: get ochan output audio ports, not ichan

1274e9fc – Paul Brossier <piem@piem.org> authored on 2009/09/25 01:17
ext/jackio.{c,h}: update copyright and license, run though indent

e4d0f8f9 – Paul Brossier <piem@piem.org> authored on 2009/09/25 00:41
swig/aubio.i: remove unused midi and jack stuff from swig

51ee6700 – Paul Brossier <piem@piem.org> authored on 2009/09/25 00:26
tests/src/test-hist.c: update to new_aubio_window

ff9d00c3 – Paul Brossier <piem@piem.org> authored on 2009/09/25 00:23
tests/src/test-window.c: update to new_aubio_window

d84d19ef – Paul Brossier <piem@piem.org> authored on 2009/09/25 00:20
src/mathutils.{c,h}: change prototype from aubio_window to new_aubio_window, allocating an fvec, use new function everywhere

e4284c9f – Paul Brossier <piem@piem.org> authored on 2009/09/25 00:20
src/types.h: use wscript switch

06d30f9c – Paul Brossier <piem@piem.org> authored on 2009/09/25 00:16
wscript: add option to switch from single to double precision

c423c3db – Paul Brossier <piem@piem.org> authored on 2009/09/25 00:12
examples/: use native aubio smpl_t for aubio_process_func_t

194ef6b3 – Paul Brossier <piem@piem.org> authored on 2009/09/25 00:09
ext/jackio.{c,h}: convert data from smpl_t to jack_default_audio_sample_t when needed

d69e37d9 – Paul Brossier <piem@piem.org> authored on 2009/09/24 23:54
ext/sndfileio.c: convert data from and to float if smpl_t != float

bd54912a – Paul Brossier <piem@piem.org> authored on 2009/09/24 23:49
ext/aubioext.h: only include jackio.h if HAVE_JACK

cd7d7339 – Paul Brossier <piem@piem.org> authored on 2009/09/24 14:16
src/spectral/phasevoc.c: do no reset hop size, just leave a commented warning

5c411dcf – Paul Brossier <piem@piem.org> authored on 2009/09/24 13:28
wscript: add --with-target-platform option for cross-compiling, change name from aubio-2.dll to libaubio-2.dll

26ac356f – Paul Brossier <piem@piem.org> authored on 2009/09/23 15:58
.bzrignore: ignore waf stuff

bf168acb – Paul Brossier <piem@piem.org> authored on 2009/09/23 15:58
use waf as new build system (missing file)

f50cd286 – Paul Brossier <piem@piem.org> authored on 2009/09/23 15:51
.bzrignore: allow _ in test filenames

b9012288 – Paul Brossier <piem@piem.org> authored on 2009/09/23 15:50
examples/aubiomfcc.c: update to latest mfcc version

000b0903 – Paul Brossier <piem@piem.org> authored on 2009/09/23 15:47
use waf as new build system

b511fa9c – Paul Brossier <piem@piem.org> authored on 2009/09/23 15:40
replace FOO_SUPPORT with HAVE_FOO, use float for jack_process function prototype

2062e489 – Paul Brossier <piem@piem.org> authored on 2009/09/23 14:37
src/spectral/filterbank*.c: reduce filterbank size to n/2+1, other half is always empty

75a0f409 – Paul Brossier <piem@piem.org> authored on 2009/09/22 13:37
examples/utils.c: add --bufsize option and short message when option parsing went wrong (should never happen)

55b7cb42 – Paul Brossier <piem@piem.org> authored on 2009/09/21 14:17
src/cvec.c: add cvec_print

d53a3b57 – Paul Brossier <piem@piem.org> authored on 2009/09/21 14:15
src/spectral/fft.c: fix horrible bug where norm[0] and norm[n/2+1] could be negative

adcf4056 – Paul Brossier <piem@piem.org> authored on 2009/09/17 22:56
swig/aubio.i: update new_aubio_mfcc prototype

c218821f – Paul Brossier <piem@piem.org> authored on 2009/09/17 20:57
src/spectral/mfcc.c: zero output before computing it

0028ea75 – Paul Brossier <piem@piem.org> authored on 2009/09/17 16:07
test-mfcc.c: add simple mfcc test

e03f74d7 – Paul Brossier <piem@piem.org> authored on 2009/09/17 16:04
src/spectral/mfcc.h: remove obsolete reference to libxtract, update copyright and license to GPLv3, indent

Next