swig/aubio.i: add peakpicker again, alias for char_t, include config.h for HAVE_SNDFILE
[aubio.git] / src /
2009-11-05 Paul Brossiersrc/: rename peakpick.h to peakpicker.h, make public...
2009-11-05 Paul Brossiersrc/temporal/resampler.h: add dummy functions in case...
2009-11-05 Paul Brossiersrc/tempo: remove unused peek, use new aubio_peakpicker...
2009-11-05 Paul Brossiersrc/onset/peakpick.h: remove unused functions, fix...
2009-11-05 Paul Brossiersrc/spectral/specdesc.h: fix typo decrease -> slope
2009-11-05 Paul Brossiersrc/aubio.h: do not include config.h, do not install it
2009-11-05 Paul Brossiersrc/Makefile.am: add missing musicutils.h
2009-11-05 Paul Brossiersrc/onset/onset.c: add missing hop_size
2009-11-04 Paul Brossiersrc/onset/onset.{c,h}: minimum inter-onset-interval...
2009-11-04 Paul Brossiersrc/aubio.h: fix typo, improve code example
2009-11-04 Paul Brossiersrc/spectral/specdesc.h: add documentation about spectr...
2009-11-04 Paul Brossiersrc/onset/peakpick.c: indent
2009-11-04 Paul Brossiersrc/spectral/filterbank.h: improve documentation
2009-11-04 Paul Brossiersrc/temporal: improve files titles
2009-11-04 Paul Brossiersrc/spectral/: added statistics.c, containing some...
2009-11-04 Paul Brossiersrc/spectral/filterbank.h: kill useless blank line
2009-11-04 Paul Brossiersrc/spectral/specdesc.h: improve documentation
2009-11-03 Paul Brossiersrc/spectral/specdesc.{c,h}: rename aubio_onsetdetectio...
2009-11-03 Paul Brossiersrc/temporal: indent
2009-11-03 Paul Brossiersrc/pitch/: indent
2009-11-03 Paul Brossiersrc/pitch/pitchschmitt.h: indent
2009-11-03 Paul Brossiersrc/pitch/pitchschmitt.c: indent
2009-10-26 Paul Brossiersrc: update all headers to GPLv3
2009-10-25 Paul Brossiersrc/musicutils.h: improve file title
2009-10-25 Paul Brossiersrc/temporal/biquad.h: indent
2009-10-25 Paul Brossiersrc/temporal/c_weighting.h: indent
2009-10-25 Paul Brossiersrc/onset/onset.h: update documentation
2009-10-25 Paul Brossiersrc/aubio.h: improve documentation
2009-10-22 Paul Brossierstrip down stable public API, defining add AUBIO_UNSTAB...
2009-10-22 Paul Brossiersrc/*vec.h: strip down _*vec_t
2009-10-21 Paul Brossiersrc/temporal: improve documentation
2009-10-21 Paul Brossiersrc/aubio.h: remove HAVE_SAMPLERATE, not needed here
2009-10-19 Paul Brossiersrc/temporal/filter.c: reset filter memory in filtfilt
2009-10-19 Paul Brossiersrc/lvec.{c,h}: add some utils
2009-10-19 Paul Brossiersrc/temporal: derive biquad from filter, use in peakpicker
2009-10-19 Paul Brossiersrc/spectral/filter.c, src/temporal/filterbank_mel...
2009-10-19 Paul Brossierrename aubio_pitchdetection to aubio_pitch
2009-10-18 Paul BrossierChange peakpicker to match API specs, make quadint...
2009-10-17 Paul Brossiersrc/mathutils.c: use a string for window type, making...
2009-10-16 Paul Brossiersrc/spectral/mfcc.h: indent
2009-10-16 Paul Brossiersrc/spectral/mfcc.c: move samplerate at the end of...
2009-10-16 Paul Brossiersrc/onset/: use samplerate
2009-10-16 Paul Brossiersrc/tempo: use samplerate
2009-10-16 Paul Brossiersrc/temporal/resampler.h: only defined if HAVE_SAMPLERATE
2009-10-16 Paul Brossiersrc/tempo/beattracking.c: default to no warnings
2009-10-16 Paul Brossiersrc/onset/peakpick.{c,h}: setters to return uint
2009-10-16 Paul Brossiersrc/tempo/tempo.{c,h}: setters to return unsigned ints
2009-10-16 Paul Brossiersrc/onset/onset.c: setters to return unsigned ints
2009-10-16 Paul Brossiersrc/spectral/tss.c: simplify new_ method, add setters...
2009-10-15 Paul Brossiersrc/utils/scale.{c,h}: set method to return int
2009-10-15 Paul Brossiersrc/pitch/pitchdetection.{c,h}: update documentation...
2009-10-15 Paul Brossiersrc/aubio_priv.h: change AUBIO_FAIL from 1 to -1, now...
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 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 Brossierrename src/temporal/resample.c to src/temporal/resampler.c
2009-10-08 Paul Brossiersrc/temporal/resample.{c,h}: _do function returns void
2009-10-08 Paul Brossiersrc/mathutils.c: indent, add parenthesis and initialise...
2009-10-08 Paul Brossiersrc/spectral/filterbank.c: make sure we don't read...
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 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 Brossiersrc/onset/peakpick.c: rename aubio_pickpeak_t to aubio_...
2009-10-07 Paul Brossiersrc/spectral/filterbank.{c,h}: add function to set...
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 Brossiersrc/onset/peakpick.h: clean up peakpicker object
2009-10-06 Paul Brossiersrc/temporal/resample.c: include config,h before checki...
2009-10-05 Paul Brossiersrc/onset/peakpick.c: use quadint in peakpick to get...
2009-10-04 Paul Brossiersrc/temporal/{a,c}_weighting.{c,h}: set_a,c_weighting...
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
next