src/pitch/pitchschmitt.h: indent
[aubio.git] / src /
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
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 Brossiersrc/mathutils.c: rename vec_mean to fvec_mean
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 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 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-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,...
2009-09-29 Paul Brossiersrc/temporal: revamp filter object, clarify API for...
2009-09-28 Paul Brossiersrc/spectral/spectral_centroid.h: protect with #ifndef...
next