aubio.git
2013-03-18 Paul Brossiersrc/fvec.c: fvec_copy: only get min if needed
2013-03-18 Paul Brossiersrc/io/source_apple_audio.h: remove _multi, not ready yet
2013-03-18 Paul Brossierdoc/{full,web}.cfg: update project ids
2013-03-18 Paul Brossierdoc/{full,web}.cfg: remove custom LAYOUT_FILE
2013-03-18 Paul BrossierMerge branch 'pitchyinfft' into develop
2013-03-18 Paul Brossiersrc/io/*.h: add documentation to source and sink
2013-03-18 Paul Brossiersrc/pitch/pitchyinfft.c: simplify, add some comment...
2013-03-18 Paul Brossierdoc/{web,full}.cfg: update to doxygen 1.8.3.1 template...
2013-03-18 Paul Brossierpython/lib/gen_pyobject.py: fix shortname of methods...
2013-03-16 Paul Brossiersrc/pitch/pitchyinfft.c: optimize by avoiding polar...
2013-03-16 Paul Brossiersrc/pitch/pitchyinfft.c: simplify a bit, preparing...
2013-03-16 Paul Brossiersrc/io/source.h: start adding some documentation
2013-03-16 Paul Brossiersrc/io/source_apple_audio.c: simplify _do, downmixing
2013-03-16 Paul Brossiersrc/spectral/specdesc.c: add more noise to make sure...
2013-03-16 Paul Brossierexamples/aubiopitch.c: fix pitch mode selection
2013-03-15 Paul Brossierexamples/aubioonset.c: simplify
2013-03-15 Paul Brossierpython/demos/demo_onset*: remove di, moved to C
2013-03-15 Paul Brossiersrc/onset/: remove wasonset, add getters and setters...
2013-03-15 Paul Brossiersrc/onset/onset.c: add get_last_onset
2013-03-15 Paul Brossiersrc/onset/onset.c: quick fix to get very first frame...
2013-03-13 Paul Brossiersrc/spectral/phasevoc.c: indent
2013-03-13 Paul Brossiersrc/tempo/tempo.h: object not driver
2013-03-13 Paul Brossierpython/demos/demo_tempo_plot.py: import first
2013-03-12 Paul Brossierpython/tests/test_pitch.py: indent and generate more...
2013-03-12 Paul Brossiersrc/pitch/pitch.c: clarify, use one void pointer for...
2013-03-11 Paul Brossiersrc/pitch: start adding confidence
2013-03-11 Paul Brossiersrc/pitch: start adding confidence
2013-03-10 Paul Brossiersrc/aubio.h: talk about unstable
2013-03-10 Paul Brossiertests/test_{midi2note,note2midi}.py: add header and...
2013-03-10 Paul Brossierlib/aubio/midiconv.py: add note2 midi
2013-03-10 Paul Brossierlib/aubio/midiconv.py: improve note2midi
2013-03-10 Paul Brossierlib/aubio/midiconv.py: add note2midi
2013-03-09 Paul Brossiersrc/pitch/pitchyin.c: fix typo
2013-03-09 Paul Brossiersrc/pitch/pitch.c: fix yinfft selection
2013-03-09 Paul Brossiertests/test_cvec.py: add missing header
2013-03-09 Paul Brossierlib/generator.py: move add_generated_objects and genera...
2013-03-09 Paul Brossierdemos/demo_sink_create_woodblock.py: table lookup to...
2013-03-09 Paul Brossierdemos/demo_waveform_plot.py: improve
2013-03-08 Paul Brossierpython/demos: add demo_pitch.py and demo_waveform_plot.py
2013-03-08 Paul Brossierdemos/demo_onset.py: simplify imports
2013-03-08 Paul Brossierpython/tests/test_fvec.py: clarify
2013-03-08 Paul Brossierpython/tests/test_fft.py: update, indent
2013-03-08 Paul Brossierpython/setup.py: move programs to scripts
2013-03-08 Paul Brossierpython/demos/: update and add some demos
2013-03-08 Paul Brossierdemos/demo_onset.py: add simple onset example, update...
2013-03-08 Paul Brossierpython/: move generator.py to lib, improve README,...
2013-03-08 Paul Brossierdoc/header.html: removed obsolete custom header
2013-03-08 Paul Brossierdemos/demo_slicing.py: slice exactly at region boundary
2013-03-08 Paul Brossierpython/setup.py: move package_dir to lib
2013-03-08 Paul Brossierpython/: use Py_RETURN_NONE, fixing a memory bug trigge...
2013-03-07 Paul Brossier.gitignore: added python stuff
2013-03-07 Paul Brossierpython/tests/test_sink.py: trigger sink bug
2013-03-07 Paul Brossiersrc/cvec.h: fix ifndef define
2013-03-07 Paul Brossierdoc/: update doxygen configurations
2013-03-07 Paul Brossiertests/src/io/test-source_sndfile.c: include config.h
2013-03-07 Paul Brossierpython/demos/demo_keyboard.py: remove gnuplot stuff
2013-03-07 Paul Brossierpython/demos/demo_keyboard.py: indent
2013-03-07 Paul Brossierpython/demos/demo_keyboard.py: moved to numpy
2013-03-06 Paul Brossierdemos/demo_onset_file.py: indent, hide y-axis
2013-03-06 Paul Brossierdemos/demo_spectrogram.py: add samplerate option to...
2013-03-06 Paul Brossierdemos/demo_beats_and_tempo.py: skip plot if not beats
2013-03-06 Paul Brossierpython/demos/demo_tss.py: improve default parameters
2013-03-06 Paul Brossiertests/src/io/test-sink_sndfile.c: include config, fix...
2013-03-06 Paul Brossiertests/src/test-mathutils.c: improve
2013-03-06 Paul Brossiertests/src/tempo/test-beattracking.c: fix output size
2013-03-06 Paul Brossierdemos/demo_sink.py: indent
2013-03-06 Paul Brossierdemos/demo_source.py: indent, add samplerate and hop_si...
2013-03-06 Paul Brossiertests/test_mathutils.py: can be TypeError or NotImpleme...
2013-03-06 Paul Brossiersrc/mathutils.c: freqtobin and bintofreq to not produce...
2013-03-06 Paul Brossiersrc/mathutils.c: freqtomidi and miditofreq to not produ...
2013-03-06 Paul Brossiertests/test_{source,sink}.py: add sink, improve source...
2013-03-06 Paul Brossiertests/test_mathutils.py: improve
2013-03-06 Paul Brossiertests/: remove old files
2013-03-06 Paul Brossierext/aubiomodule.c: more ufuncs
2013-03-06 Paul Brossiertests/src/io/test-source.c: abort if new_aubio_source...
2013-03-05 Paul Brossierdemos/demo_sink.py: add samplerate and hop_size options
2013-03-05 Paul Brossierpython/ext/aubio-types.h: USE_LOCAL_AUBIO
2013-03-05 Paul Brossierpython/: add VERSION
2013-03-05 Paul Brossiersetup.py: improve, update MANIFEST.in
2013-03-05 Paul Brossierext/aubio-types.h: use -DLOCAL_AUBIO to build against...
2013-03-05 Paul BrossierMANIFEST.in: add manifest
2013-03-05 Paul Brossierpython/: improve build
2013-03-05 Paul Brossiertests/python/: removed old python tests
2013-03-05 Paul Brossiertests/src/io/test-source.c: default to source samplerat...
2013-03-05 Paul Brossiertests/: array_from_file to look for file in tests/
2013-03-05 Paul Brossierext/ufuncs.c: add first ufunc, unwrap2pi
2013-03-05 Paul Brossiertests/demo/plot_mfcc_filterbank.py: replaced by python...
2013-03-04 Paul BrossierREADME.md: update
2013-03-04 Paul Brossierpython/: move source files to ext/
2013-03-04 Paul Brossieraubiomodule.c: simplify includes
2013-03-03 Paul Brossieraubiomodule.c: add unwrap2pi
2013-03-03 Paul Brossierpython/aubiomodule.c: add midi/bin/freq conversion
2013-03-03 Paul Brossiertests/python/src/utils/scale.py: replace with python...
2013-03-03 Paul Brossierpython/tests/test_filterbank.py: added test against...
2013-03-03 Paul Brossiertests/python/src/temporal/*.expected: moved to python...
2013-03-03 Paul Brossiertests/python/src/temporal/c_weighting.py: replaced...
2013-03-03 Paul Brossiertests/python/src/temporal/a_weighting.py: replaced...
2013-03-03 Paul Brossiertests/python/src/spectral/filterbank.py: replaced by...
2013-03-03 Paul Brossiertests/python/src/spectral/fft.py: replaced by python...
2013-03-03 Paul Brossiertests/python/src/temporal/filter.py: replaced by python...
next