aubio.git
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
2009-10-01 Paul Brossiertests/src/test-filterbank.c: print coeffs
2009-10-01 Paul Brossiersrc/mathutils.c: rename vec_mean to fvec_mean
2009-10-01 Paul Brossiertests/src/test-phasevoc.c add missing stdio.h
2009-10-01 Paul Brossiersrc/temporal/[ac]_weighting.[ch]: add 11025 Hz
2009-10-01 Paul Brossiersrc/temporal/[ac]_weighting.c: update error message
2009-10-01 Paul Brossiersrc/temporal/[ac]_weighting.[ch]: add coeffs for 24...
2009-10-01 Paul Brossierexamples/utils.c: use fvec_zeros()
2009-10-01 Paul Brossiersrc/spectral/fft.{c,h}: move fftw3.h include inside...
2009-10-01 Paul Brossiersrc/spectral/filterbank.{c,h}: aubio_filterbank_t_...
2009-10-01 Paul Brossiersrc/onset/onsetdetection.c: simplify complex domain...
2009-10-01 Paul BrossierMakefile.am: update java location
2009-10-01 Paul Brossierconfigure.ac: do not use AM_SILENT_RULES for now, wait...
2009-10-01 Paul Brossiersrc/Makefile.am: update a- and c-weighting filter filenames
2009-10-01 Paul Brossiersrc/onset/onsetdetection.c: fix off by one error in...
2009-10-01 Paul Brossierswig/aubio.i: update filter interface
2009-10-01 Paul Brossiertests/src: include stdio.h as needed, add HAVE_LIBSAMPL...
2009-09-30 Paul Brossierinterfaces/python: improve draft wrapper alpha_norm...
2009-09-30 Paul Brossiermoved cpp to interfaces/
2009-09-30 Paul Brossieradded new python interface draft, work in progress
2009-09-30 Paul Brossiercreated interfaces directory, moved java there and...
2009-09-30 Paul Brossierwscript: updated for waf r6742
2009-09-29 Paul Brossiertests/python/src/temporal/a_weighting.py: moved from...
2009-09-29 Paul Brossierwscript: move test build rules from tests/src/wscript_b...
2009-09-29 Paul Brossiersrc/temporal/filter.h: 80 characters maximum per line
2009-09-29 Paul Brossiersrc/temporal/filter.{c,h}: indent, update copyright...
2009-09-29 Paul Brossiersrc/temporal/filter.c: fix aubio_filter_do and aubio_fi...
2009-09-29 Paul Brossiersrc/aubio_priv.h: add alias from AUBIO_ERR to AUBIO_ERROR
2009-09-29 Paul Brossiersrc/aubio.h: update header names
2009-09-29 Paul Brossiersrc/temporal: rename adesign/adsgn to a_weighting,...
next