src/pitch/pitchschmitt.h: indent
[aubio.git] / examples /
2009-10-26 Paul Brossierexamples: more header updates to GPLv3
2009-10-25 Paul Brossierexamples/: simplify, use fvec_ funcs
2009-10-22 Paul Brossierexamples/aubionotes.c: add AUBIO_UNSTABLE for fvec_medi...
2009-10-21 Paul Brossierexamples/: set threshold as needed
2009-10-19 Paul Brossierexamples/aubiopitch.c: added c version of aubiopitch...
2009-10-18 Paul Brossierexamples/aubionotes.c: update median usage
2009-10-16 Paul Brossierext/, examples/, swig/, python/, tests/: remove libaubi...
2009-10-16 Paul Brossierexamples/: make use of aubio_onset in aubioonset and...
2009-10-15 Paul Brossiersrc/pitch: use a string to set pitch method, add a...
2009-10-15 Paul Brossiersrc/onset: use a string to set onset mode, keeping...
2009-10-08 Paul Brossierexamples plugins: update to latest pitch prototypes
2009-10-08 Paul Brossierexamples/utils.c: remove unused variable
2009-10-07 Paul Brossiersrc/onset: rename aubio_onsetdetection to aubio_onsetde...
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/pitch/: change all _detect prototypes to _do
2009-10-06 Paul Brossierexamples/aubionotes.c: update peakpicker prototype
2009-10-06 Paul Brossierexamples/aubioonset.c: use interpolated onset position
2009-10-01 Paul Brossiersrc/mathutils.{c,h}: rename all vec_ to fvec_
2009-10-01 Paul Brossierexamples/utils.c: use fvec_zeros()
2009-09-25 Paul Brossierexamples/utils.{c,h}: remove old midi_player stuff...
2009-09-25 Paul Brossierexamples/wscript_build: compile utils.c only once
2009-09-25 Paul Brossierexamples/utils.{c,h}: update copyright and license...
2009-09-25 Paul Brossierext/jackio.{c,h}: add support for jack midi
2009-09-25 Paul Brossierexamples/: use native aubio smpl_t for aubio_process_func_t
2009-09-23 Paul Brossierexamples/aubiomfcc.c: update to latest mfcc version
2009-09-23 Paul Brossieruse waf as new build system
2009-09-23 Paul Brossierreplace FOO_SUPPORT with HAVE_FOO, use float for jack_p...
2009-09-22 Paul Brossierexamples/utils.c: add --bufsize option and short messag...
2009-09-12 Paul Brossierexamples/aubiotrack.c: compute sample accurate beat...
2007-12-03 Paul Brossiermerge from main branch
2007-11-30 Paul Brossiermerge from main branch
2007-11-30 Paul Brossierexamples/utils.{c,h}: move flush_process prototype...
2007-11-30 Paul Brossierexamples/utils.c: use uint_t
2007-11-29 Paul Brossiermerge with main branch
2007-11-24 Paul BrossierMerge ... aubio-mfcc branch, adding filterbank and...
2007-11-21 Paul Brossiermerge from main branch
2007-11-21 Paul Brossierutils.c, utils.py: add specflux onset function
2007-11-13 Paul Brossierutils.c: avoid signed/unsigned comparison
2007-11-13 Paul Brossierexamples/utils.{c,h}, examples/aubioonset.c: added...
2007-11-02 Paul Brossiermerge main branch
2007-10-30 Paul Brossiermerge from main branch
2007-10-30 Paul Brossiermove python/tests to tests/python, examples/tests to...
2007-10-25 Paul Brossiermerge from main branch
2007-10-05 Paul Brossierbeattracking.{c,h},tempo.{c,h}: add aubio_beattracking_...
2007-09-17 Paul Brossiermerge python unit tests from main branch
2007-09-16 Paul Brossierexamples/utils.c,aubiomfcc.c: do not set mfcc parameter...
2007-09-16 Paul Brossierremoved plotmat.py, modified plotfb.py to build filterb...
2007-09-16 Paul Brossieraubiomfcc.c: remove call do dump_filterbank, move print...
2007-09-16 Paul Brossiermerge from amaury's branch
2007-09-12 Amaury Hazanadded mfcc binding
2007-09-12 Amaury Hazanmerged from laptop, change debug to AUBIO_DBG in filter...
2007-09-11 Amaury Hazanaubiomfcc.c: added a dump filterbank funcion
2007-09-10 Amaury Hazanmerged from aubio_mfcc, added slaney filterbank (70...
2007-09-10 Amaury Hazanmerged from piem, corrected mffcs coefs/filter number
2007-09-08 Paul Brossieraubiomfcc.c: get hi/lowfreq after common_init, delete...
2007-09-08 Paul Brossieraubiomfcc.c: update header
2007-09-08 Paul Brossieraubiomfcc.c: prepare text output, rename output buffer...
2007-09-08 Paul Brossierutils.c, utils.h: remove mfcc, move to aubiomfcc.c
2007-09-08 Paul Brossierexamples/Makefile.am: add aubiomfcc
2007-09-08 Paul Brossiermerge from Amaury's changes
2007-09-07 Amaury Hazanmerged from mtg
2007-09-06 Amaury Hazanminor changes
2007-09-06 Paul Brossiertempo.{c,h}: add aubio_tempo_get_bpm, which for now...
2007-09-06 Paul Brossiertest-beattracking.c: add call to aubio_beattracking_get...
2007-09-06 Amaury Hazanmerged from laptop
2007-09-06 Amaury Hazanminor changes
2007-09-06 Amaury Hazanminor changes
2007-09-06 Amaury Hazansmall adds
2007-09-05 Paul Brossierminor corrections
2007-09-05 ahazanadded mffc + bark
2006-10-10 Paul Brossierredirect output of time to standard output stream
2006-10-10 Paul Brossierremove unused parameter warnings with __attribute__...
2006-10-07 Paul Brossieradd -v switch to examples usage string
2006-09-29 Paul Brossieruse AUBIO_CFLAGS, not CFLAGS
2006-09-29 Paul Brossierreally fill test-fft
2006-07-27 Paul Brossierfloor, not FLOOR in examples, only inst_headers for...
2006-07-26 Paul Brossierdo not print out for when running tests
2006-07-26 Paul Brossiermerge in piem@altern.org--aubio-fraise/aubio--mailine...
2006-07-22 Paul Brossieradd tests for most function
2006-07-22 Paul Brossierupdate aubiotrack to new tempo objects
2006-07-21 Paul Brossierupdate test-fft to not use aubio_priv.h
2006-07-21 Paul Brossiercomplete test-tss memory freeing
2006-07-21 Paul Brossiercomplete test-phasevoc-jack memory freeing, use sleep...
2006-07-21 Paul Brossiercomplete test-phasevoc memory freeing
2006-07-21 Paul Brossiercomplete test-mfft memory freeing, comment out printfs
2006-07-21 Paul Brossiercomplete test-fft memory freeing
2006-07-21 Paul Brossierexit from examples when woodblock or input files not...
2006-07-21 Paul Brossierfix memory freeing in examples
2006-07-07 Paul Brossierupdated tests to lash, avoid signed/unsigned mismatches
2006-07-06 Paul Brossierrename threshold2 to silence
2006-07-06 Paul Brossieruse lash_ prefix for lash related variables
2006-07-06 Paul Brossierstart lash thread only when jack is used and lash is...
2006-06-29 Paul Brossieradding basic lash support to examples
2006-06-03 Paul Brossieruse top_{build,src}dir instead of ../
2006-06-03 Paul Brossierfix signed/unsigned mismatches in examples
2006-05-18 Paul Brossierdo not install aubioquiet
2006-05-04 Paul Brossieruse yinfft by default
2005-11-06 Paul Brossieradded aubioquiet in examples
2005-11-06 Paul Brossieradded tss test
next