examples/: remove -o and -j when unused
[aubio.git] / examples / utils.c
2013-12-07 Paul Brossierexamples/: remove -o and -j when unused
2013-12-07 Paul Brossierexamples/: large refactoring, improve option management...
2013-12-06 Paul Brossierexamples/: move parse_args to parse_args.h, clean up...
2013-11-04 Paul Brossierexamples/: use wavetable to play pitch and to replace...
2013-02-11 Paul Brossierexamples/utils.c: make -i optional
2013-02-11 Paul Brossiermerge from develop
2013-02-11 Paul Brossierexamples/utils.c: exit if an output file could not...
2013-02-11 Paul Brossierexamples/utils.c: improve error message if no input...
2013-02-10 Paul BrossierMerge branch 'develop' of aubio.org:/git/aubio/aubio...
2013-02-10 Paul Brossierexamples/utils.c: get samplerate from file
2013-02-10 Paul Brossierexamples/: use aubio_source and aubio_sink
2012-07-09 Paul Brossierexamples/utils.c: avoid segfault when compiling without...
2012-01-07 Paul BrossierMerge branch 'master' of piem.org:/git/aubio/aubio
2012-01-07 Paul Brossierexamples/utils.c: dummy functions if no sndfile
2010-01-09 Paul Brossiermerge with mono
2010-01-09 Paul Brossierpull from master
2010-01-09 Paul Brossiermerge from master, print beats once in demo_beat.py
2009-12-11 Paul Brossierutils.c: woodblock vector is overlap_size long
2009-12-05 Paul BrossierMerge branch 'master' of git+ssh://aubio.org/git/aubio...
2009-12-04 Paul Brossierexamples: switch to mono
2009-10-21 Paul Brossierexamples/: set threshold as needed
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/peakpick.c: rename aubio_pickpeak_t to aubio_...
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/utils.{c,h}: update copyright and license...
2009-09-25 Paul Brossierext/jackio.{c,h}: add support for jack midi
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...
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-10-25 Paul Brossiermerge from main branch
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 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 Brossierutils.c, utils.h: remove mfcc, move to aubiomfcc.c
2007-09-08 Paul Brossiermerge from Amaury's changes
2007-09-07 Amaury Hazanmerged from mtg
2007-09-06 Amaury Hazanminor changes
2006-10-10 Paul Brossierremove unused parameter warnings with __attribute__...
2006-10-07 Paul Brossieradd -v switch to examples usage string
2006-07-27 Paul Brossierfloor, not FLOOR in examples, only inst_headers for...
2006-07-21 Paul Brossierexit from examples when woodblock or input files not...
2006-07-21 Paul Brossierfix memory freeing in examples
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 Brossierfix signed/unsigned mismatches in examples
2006-05-04 Paul Brossieruse yinfft by default
2005-08-15 Paul Brossieruses errmsg in parse_args instead of debug
2005-08-14 Paul Brossieradded dummy assignment to make egcs happy, use in...
2005-08-14 Paul Brossieradded pitch option to utils.c
2005-08-14 Paul Brossierfixed long options in utils.c
2005-08-09 Paul Brossierfix segfault when file not found
2005-08-09 Paul Brossierprotected onset enumerators, factorise python check_modes
2005-08-09 Paul Brossierrename file_ to aubio_sndfile, protect aubio_pitdetecti...
2005-08-09 Paul Brossierprefix mathutils function with aubio_
2005-08-09 Paul Brossierchanged default parameters baz file-diff examples/utils.c
2005-06-07 Paul Brossierupdated beattracking.c ad aubiotrack.c to support varia...
2005-05-28 Paul Brossierfix compilation without jack
2005-05-23 Paul Brossierstart fixing woodblock filepaty
2005-05-23 Paul Brossieradded -s option in examples/utils.c
2005-05-22 Paul Brossieradd aubio_ to pitch detection modes
2005-04-11 Paul Brossiermerged commmon code between aubionotes.c and aubioonset...
2005-03-29 Paul Brossierdeactive doubled detection when type is specified
2004-12-01 Paul Brossiercleaned up verbose output
2004-12-01 Paul Brossierstarted enabling ladcca support
2004-10-28 Paul Brossierimport 0.1.7.1