aubio.git
2009-10-15 Paul Brossiersrc/aubio_priv.h: change AUBIO_FAIL from 1 to -1, now...
2009-10-15 Paul Brossierpython/: remove task.utils, not used anymore
2009-10-15 Paul Brossiersrc/pitch: use a string to set pitch method, add a...
2009-10-15 Paul Brossiersrc/onset/onsetdetection.c: add 'default' method, set...
2009-10-15 Paul Brossiersrc/onset: use a string to set onset mode, keeping...
2009-10-15 Paul Brossiersrc/types.h: added a typedef for char to help wrappers
2009-10-15 Paul Brossiersrc/tempo/beattracking.h: fix typo
2009-10-15 Paul Brossiersrc/temporal/resampler.{c,h}: use smpl_t, and convet...
2009-10-15 Paul Brossiersrc/spectral: cosmetic changes
2009-10-15 Paul Brossiersrc/pitch: cosmetic changes
2009-10-11 Paul Brossiersrc/spectral/mfcc.c: also loop over channels
2009-10-11 Paul Brossiersrc/spectral/fft.c: fix imag boundaries, including...
2009-10-11 Paul Brossiersrc/spectral/fft.c: make sure we set allocated vectors...
2009-10-11 Paul Brossiersrc/spectral/fft.c: 0 and N/2 + 1 phase must carry...
2009-10-11 Paul Brossiersrc/spectral/fft.c: do not zero phase for no good reaso...
2009-10-11 Paul Brossiersrc/aubio_priv.h: add macro for ATAN2
2009-10-11 Paul Brossiersrc/aubio_priv.h: IS_DENORMAL also for negative ones...
2009-10-08 Paul Brossiertests/python/template.py: also print the command when...
2009-10-08 Paul Brossiertests/python/localaubio.py: swith location
2009-10-08 Paul Brossiertests/python/examples/aubiopitch.py: do not fail if...
2009-10-08 Paul Brossiertests/python/src/pitch/pitchdetection.py: update to...
2009-10-08 Paul Brossierpython/aubio: update to latest pitch prototypes
2009-10-08 Paul Brossierexamples plugins: update to latest pitch prototypes
2009-10-08 Paul Brossierswig/aubio.i: update pitch prototypes
2009-10-08 Paul Brossiersrc/pitch/pitchdetection.{c,h}: clean and update protot...
2009-10-08 Paul Brossiersrc/pitch/pitchyinfft.{c,h}: add get/set for tolerance...
2009-10-08 Paul Brossiersrc/pitch/pitchyin.{c,h}: add proper aubio_pitchyin_t...
2009-10-08 Paul Brossiersrc/pitch/pitchschmitt.c: remove unneeded samplerate...
2009-10-08 Paul Brossiersrc/pitch/pitchmcomb.{c,h}: remove unused samplerate...
2009-10-08 Paul Brossiersrc/pitch/pitchfcomb.c: update prototypes, make multich...
2009-10-08 Paul Brossiersrc/Makefile.am: update resampler filename
2009-10-08 Paul Brossierswig/aubio.i: update aubio_resampler_do
2009-10-08 Paul Brossierrename src/temporal/resample.c to src/temporal/resampler.c
2009-10-08 Paul Brossiertests/src/test-resample.c: run 10 times, update defines
2009-10-08 Paul Brossiersrc/temporal/resample.{c,h}: _do function returns void
2009-10-08 Paul Brossierplugins/puredata/aubioonset~.c: update peakpicker
2009-10-08 Paul Brossiertests/python/examples/aubioonset.py: do not check onset...
2009-10-08 Paul Brossiertests/python/examples/aubionotes.py: do not assume...
2009-10-08 Paul Brossiertests/python/template.py: factorise
2009-10-08 Paul Brossiertests/python/src/spectral/fft.py: remove abs, test...
2009-10-08 Paul Brossierconfigure.ac: add option to compile in double precision
2009-10-08 Paul Brossiersrc/mathutils.c: indent, add parenthesis and initialise...
2009-10-08 Paul Brossierexamples/utils.c: remove unused variable
2009-10-08 Paul Brossiertests/python/src/temporal/c_weighting.py: add test...
2009-10-08 Paul Brossiertests/python/src/pitch/pitchdetection.py: update prototypes
2009-10-08 Paul Brossiersrc/utils/hist.py: kill print
2009-10-08 Paul Brossiertests/python/src/onset/peakpick.py: update to interpola...
2009-10-08 Paul Brossiertests/python/src/temporal/: update a_weighting tests
2009-10-08 Paul Brossiertests/python: update template.py
2009-10-08 Paul Brossiertests/python/src/temporal/filter.py: update imports
2009-10-08 Paul Brossiersrc/spectral/filterbank.c: make sure we don't read...
2009-10-08 Paul Brossiertests/python: updated filterbank test
2009-10-07 Paul Brossiertests/python: update imports
2009-10-07 Paul Brossiertests/python/localaubio.py: simplify, also import template
2009-10-07 Paul Brossiersrc/spectral/filterbank_mel.{c,h}: rename _set_mel_coef...
2009-10-07 Paul Brossiersrc/pitch/pitchmcomb.c: hide aubio_pitch_cands
2009-10-07 Paul Brossiersrc/onset/onset.c: rename aubio_onset to aubio_onset_do
2009-10-07 Paul Brossierplugins/puredata/aubioonset~.c: update peakpicker prototype
2009-10-07 Paul Brossiersrc/temporal/resample.c: rename aubio_resampler_process...
2009-10-07 Paul Brossiersrc/utils/scale.c: rename aubio_scale_set to aubio_scal...
2009-10-07 Paul Brossiersrc/onset: rename aubio_onsetdetection to aubio_onsetde...
2009-10-07 Paul Brossiersrc/onset/onsetdetection.c: remove unused variable
2009-10-07 Paul Brossiersrc/spectral/mfcc.c: add missing include
2009-10-07 Paul Brossiersrc/tempo/tempo.{c,h}: rename aubio_tempo to aubio_tempo_do
2009-10-07 Paul Brossierplugins/puredata/aubioonset~.c: rename peakpicker
2009-10-07 Paul Brossiersrc/onset/peakpick.c: rename aubio_pickpeak_t to aubio_...
2009-10-07 Paul Brossiertests/src/test-filter.c: avoid redefining o
2009-10-07 Paul Brossiersrc/spectral/filterbank.{c,h}: add function to set...
2009-10-07 Paul Brossiertests/src/test-filter.c: improve, indent
2009-10-07 Paul Brossiertests/src/test-pitch*: update pitch prototypes
2009-10-07 Paul Brossiersrc/pitch/: change all _detect prototypes to _do
2009-10-07 Paul Brossiersrc/onset/onsetdetection.{c,h}: no need for function...
2009-10-07 Paul Brossiersrc/mathutils.c: add aubio_is_power_of_two and aubio_ne...
2009-10-06 Paul Brossiertests/src/test-peakpick.c: update peakpicker prototype
2009-10-06 Paul Brossierexamples/aubionotes.c: update peakpicker prototype
2009-10-06 Paul Brossierexamples/aubioonset.c: use interpolated onset position
2009-10-06 Paul Brossierpython/aubio/task/onset.py: isonset > 0., not == 1
2009-10-06 Paul Brossierpython/aubio/aubioclass.py: update peakpicker class
2009-10-06 Paul Brossierswig/aubio.i: update peakpicker interface, escape ...
2009-10-06 Paul Brossiersrc/onset/peakpick.h: clean up peakpicker object
2009-10-06 Paul Brossiersrc/temporal/resample.c: include config,h before checki...
2009-10-06 Paul Brossierinterfaces/python: add cvec and filter types
2009-10-06 Paul Brossierinterfaces/python: add cvec and filter types
2009-10-05 Paul Brossierswig/aubio.i: update prototype
2009-10-05 Paul Brossiersrc/onset/peakpick.c: use quadint in peakpick to get...
2009-10-04 Paul Brossierswig/aubio.i: update set_a,c_weighting prototypes
2009-10-04 Paul Brossiersrc/temporal/{a,c}_weighting.{c,h}: set_a,c_weighting...
2009-10-02 Paul Brossierpython/aubiomodule.c: move PyAubio_ArrayToFvec to py...
2009-10-02 Paul Brossierpython/test_aubio.py: update unit tests
2009-10-02 Paul Brossierpython/aubiomodule.c: add zero_crossing_rate and min_re...
2009-10-02 Paul Brossierpython/aubiomodule.c: PyAubio_ArrayToFvec to convert...
2009-10-02 Paul Brossierpython/py-fvec.c, python/aubio-types.g: define AUBIO_FL...
2009-10-02 Paul Brossiersrc/mathutils.{c,h}: loop over channels when possible...
2009-10-02 Paul Brossiersrc/mathutils.c: fix fvec_min_removal
2009-10-02 Paul Brossiersrc/mathutils.c and co: use 0.0, not 0.0f
2009-10-02 Paul Brossiersrc/mathutils.c: rename fvec_dc_removal to fvec_min_removal
2009-10-01 Paul Brossiertests/src/: various updates
2009-10-01 Paul Brossiersrc/mathutils.{c,h}: rename all vec_ to fvec_
2009-10-01 Paul Brossierrename vec_min and vec_min_elem to fvec_min and fvec_ma...
2009-10-01 Paul Brossierrename vec_max and vec_max_elem to fvec_max fvec_max_elem
next