shithub: aubio

RSS feed

d9b50093 – Paul Brossier <piem@piem.org> authored on 2009/10/15 11:09
src/pitch: cosmetic changes

202ffa55 – Paul Brossier <piem@piem.org> authored on 2009/10/11 08:49
src/spectral/mfcc.c: also loop over channels

74a4865e – Paul Brossier <piem@piem.org> authored on 2009/10/11 08:47
src/spectral/fft.c: fix imag boundaries, including for odd fft sizes

4f4299de – Paul Brossier <piem@piem.org> authored on 2009/10/11 08:40
src/spectral/fft.c: make sure we set allocated vectors to 0

89797525 – Paul Brossier <piem@piem.org> authored on 2009/10/11 08:38
src/spectral/fft.c: 0 and N/2 + 1 phase must carry the sign of respective real components

2fde783b – Paul Brossier <piem@piem.org> authored on 2009/10/11 08:37
src/spectral/fft.c: do not zero phase for no good reason, use ATAN2 macro

76fc277f – Paul Brossier <piem@piem.org> authored on 2009/10/11 08:33
src/aubio_priv.h: add macro for ATAN2

77a321cf – Paul Brossier <piem@piem.org> authored on 2009/10/11 08:32
src/aubio_priv.h: IS_DENORMAL also for negative ones, CEIL_DENORMAL for anything below 2.e-42

5f4fd2fc – Paul Brossier <piem@piem.org> authored on 2009/10/08 17:07
tests/python/template.py: also print the command when failing

b45b4ea3 – Paul Brossier <piem@piem.org> authored on 2009/10/08 17:04
tests/python/localaubio.py: swith location

7280e678 – Paul Brossier <piem@piem.org> authored on 2009/10/08 17:03
tests/python/examples/aubiopitch.py: do not fail if file is missing, print out where to find it

8802f92d – Paul Brossier <piem@piem.org> authored on 2009/10/08 17:00
tests/python/src/pitch/pitchdetection.py: update to latest pitch prototypes

3027c6eb – Paul Brossier <piem@piem.org> authored on 2009/10/08 16:59
python/aubio: update to latest pitch prototypes

61316a6f – Paul Brossier <piem@piem.org> authored on 2009/10/08 16:54
examples plugins: update to latest pitch prototypes

05773a2c – Paul Brossier <piem@piem.org> authored on 2009/10/08 16:52
swig/aubio.i: update pitch prototypes

7a6cbbe8 – Paul Brossier <piem@piem.org> authored on 2009/10/08 16:51
src/pitch/pitchdetection.{c,h}: clean and update prototypes, sync with latest pitch objects

22d33e22 – Paul Brossier <piem@piem.org> authored on 2009/10/08 16:49
src/pitch/pitchyinfft.{c,h}: add get/set for tolerance, clean and update prototypes, make multichannel

2ba34404 – Paul Brossier <piem@piem.org> authored on 2009/10/08 16:24
src/pitch/pitchyin.{c,h}: add proper aubio_pitchyin_t object, clean and update prototypes, make multichannel

f162cf9b – Paul Brossier <piem@piem.org> authored on 2009/10/08 16:20
src/pitch/pitchschmitt.c: remove unneeded samplerate parameter, update prototypes, make multichannel

e5757cf8 – Paul Brossier <piem@piem.org> authored on 2009/10/08 16:07
src/pitch/pitchmcomb.{c,h}: remove unused samplerate parameter, make multichannel, update prototypes

8040cca0 – Paul Brossier <piem@piem.org> authored on 2009/10/08 15:46
src/pitch/pitchfcomb.c: update prototypes, make multichannel, remove unneeded samplerate parameter, now returns bin

6fc103d0 – Paul Brossier <piem@piem.org> authored on 2009/10/08 14:14
src/Makefile.am: update resampler filename

64c36582 – Paul Brossier <piem@piem.org> authored on 2009/10/08 08:28
swig/aubio.i: update aubio_resampler_do

0af05d38 – Paul Brossier <piem@piem.org> authored on 2009/10/08 08:27
rename src/temporal/resample.c to src/temporal/resampler.c

9daf0183 – Paul Brossier <piem@piem.org> authored on 2009/10/08 08:07
tests/src/test-resample.c: run 10 times, update defines

06f2d78a – Paul Brossier <piem@piem.org> authored on 2009/10/08 08:03
src/temporal/resample.{c,h}: _do function returns void

47f17fc9 – Paul Brossier <piem@piem.org> authored on 2009/10/08 01:50
plugins/puredata/aubioonset~.c: update peakpicker

ca559548 – Paul Brossier <piem@piem.org> authored on 2009/10/08 00:31
tests/python/examples/aubioonset.py: do not check onset is actually detected with all functions

ca0a8210 – Paul Brossier <piem@piem.org> authored on 2009/10/08 00:30
tests/python/examples/aubionotes.py: do not assume the error is known

874ed554 – Paul Brossier <piem@piem.org> authored on 2009/10/08 00:24
tests/python/template.py: factorise

e6b2a0c8 – Paul Brossier <piem@piem.org> authored on 2009/10/07 23:11
tests/python/src/spectral/fft.py: remove abs, test passes in double precision

66760af5 – Paul Brossier <piem@piem.org> authored on 2009/10/07 23:09
configure.ac: add option to compile in double precision

41f4c5b8 – Paul Brossier <piem@piem.org> authored on 2009/10/07 23:08
src/mathutils.c: indent, add parenthesis and initialise pos in fvec_min_elem needed

05a34799 – Paul Brossier <piem@piem.org> authored on 2009/10/07 23:05
examples/utils.c: remove unused variable

70dd55c0 – Paul Brossier <piem@piem.org> authored on 2009/10/07 22:48
tests/python/src/temporal/c_weighting.py: add test for c_weighting

e5ddc329 – Paul Brossier <piem@piem.org> authored on 2009/10/07 22:42
tests/python/src/pitch/pitchdetection.py: update prototypes

c9ca5a6e – Paul Brossier <piem@piem.org> authored on 2009/10/07 22:37
src/utils/hist.py: kill print

5a93302d – Paul Brossier <piem@piem.org> authored on 2009/10/07 22:35
tests/python/src/onset/peakpick.py: update to interpolated peak position