aubio.git
2013-11-20 Paul Brossierexamples/aubiotrack.c: do not mix input in output yet
2013-11-20 Paul Brossierpython/demos/demo_sink_create_woodblock.py: fix wavetable
2013-11-20 Paul Brossierpython/scripts/aubiocut: make -i optional
2013-11-20 Paul Brossierwscript: move double towards the end, improve help
2013-11-19 Paul Brossiersrc/wscript_build: simplify
2013-11-19 Paul Brossierwscript, src/wscpript: use ctx.options.target_platform...
2013-11-19 Paul Brossierpython/ext/aubiomodule.c: add missing generated_types_r...
2013-11-19 Paul Brossiersrc/spectral/fft.c: add missing vDSP_destroy_fftsetup
2013-11-17 Paul Brossierwscript: add arm64
2013-11-17 Paul Brossiersrc/io/audio_unit.c: avoid double free
2013-11-17 Paul Brossiersrc/mathutils.h: move fvec_local_energy to aubio_level_...
2013-11-17 Paul Brossierexamples/aubioonset.c: only play onset for now
2013-11-13 Paul Brossierremoved sounds/woodblock.aiff
2013-11-13 Paul Brossierpython/lib/aubio/midiconv.py: add freq2note
2013-11-13 Paul Brossier.gitignore: also ignore .zip
2013-11-13 Paul Brossierwscript: add x86_64 to ios simulator
2013-11-13 Paul Brossiertests/src/tempo/test-beattracking.c: print bpm
2013-11-13 Paul Brossiertests/src/spectral/test-filterbank.c: print filterbank
2013-11-13 Paul Brossiersrc/io/sink_apple_audio.c: switch to sync mode if async...
2013-11-13 Paul Brossiersrc/io/audio_unit.c: cast OSStatus to int, add missing \n
2013-11-13 Paul Brossierwaf, waflib: update to 1.7.13
2013-11-13 Paul Brossiertests/src/io/test-source_seek.c: initialize variables
2013-11-13 Paul Brossierwscript: set DEST_OS, use -isysroot and -mios-simulator...
2013-11-12 Paul Brossierwscript: remove hardcoded compiler and linker on darwin
2013-11-05 Paul Brossierexamples/jackio.c: update jack_client_new ot jack_clien...
2013-11-05 Paul Brossierpython: add wavetable, skip parameter
2013-11-04 Paul Brossierexamples/: use wavetable to play pitch and to replace...
2013-11-01 Paul Brossiersrc/aubio.h: add utils/parameter.h
2013-10-27 Paul Brossiersrc/synth/wavetable.c: use parameters for frequency...
2013-10-27 Paul Brossiersrc/utils/parameter.{c,h}: added simple parameter with...
2013-10-27 Paul Brossiersrc/synth/wavetable.c: fix frequency interpolation...
2013-10-27 Paul BrossierMerge branch 'develop' of aubio.org:/git/aubio/aubio...
2013-10-17 Paul Brossierpython/scripts/aubiocut: add -b option
2013-10-17 Paul Brossierdemos/demo_waveform_plot.py: add downsample parameter
2013-10-17 Paul Brossierexamples/wscript_build: simplify
2013-10-17 Paul Brossierdoc/web.cfg: remove pitchspecacf
2013-10-17 Paul Brossiersrc/spectral/filterbank.h: improve documentation
2013-10-17 Paul Brossiersrc/fmat.h: fmat_get_channel to write to an fvec_t
2013-10-17 Paul Brossierpython/tests/run_all_tests: ignore more unstable
2013-10-17 Paul Brossierwscript: also exclude zips
2013-10-17 Paul Brossiersrc/tempo/beattracking.c: do nothing if period is zero
2013-10-17 Paul Brossierwscript: remove x86_64 for iosimulator
2013-10-16 Paul Brossiersrc/pitch/pitchspecacf.c: set confidence to 0. for now
2013-10-16 Paul Brossierwscript: use gnu_dirs, required for pkg-config's aubio.pc
2013-10-15 Paul Brossier{examples,tests}/wscript_build: add -lm
2013-10-15 Paul Brossiersrc/mathutils.c: use vDSP if available
2013-10-15 Paul Brossierpython/lib/generator.py: remove audio_unit
2013-10-15 Paul Brossierpython/lib/generator.py: remove most unstable objects
2013-10-15 Paul Brossierwscript: improve dist target
2013-10-15 Paul Brossierpython/demos/demo_filterbank.py: added simple filterban...
2013-10-15 Paul Brossiersrc/mathutils.{c,h}: remove fvec_quadint, use fvec_quad...
2013-10-15 Paul Brossiersrc/spectral/fft.c: add vDSP for HAVE_AUBIO_DOUBLE
2013-10-15 Paul Brossiertests/src/{onset,tempo}/test-*.c: improve test programs
2013-10-15 Paul Brossiersrc/tempo/tempo.c, src/onset/onset.c: fix _get_last_ms
2013-10-15 Paul BrossierMerge branch 'device' into develop
2013-10-15 Paul Brossiersrc/wscript_build: add ios simulator
2013-10-15 Paul Brossiermerge with develop
2013-10-15 Paul Brossiertests/src/temporal/test-filter.c: improve
2013-10-15 Paul Brossiertests/src/io/test-source_seek.c: improve test
2013-10-15 Paul Brossierwscript: add_option_enable_disable
2013-10-01 Paul Brossiersrc/wscript_build: make sure static lib is installed
2013-10-01 Paul Brossierwscript: update ios sdk to 7.0
2013-09-30 Paul Brossierwscript: add note about doxygen
2013-09-30 Paul Brossiertests/src/spectral/test-filterbank*: improve comments...
2013-09-30 Paul Brossiertests/src/test-delnull.c: add comment
2013-09-30 Paul Brossierwscript: remove old cruft, fix manpage generation
2013-09-30 Paul Brossierwscript: add aubio.pc generation for pkg-config
2013-09-30 Paul Brossierwscript: fallback on ooura last
2013-09-30 Paul Brossiersrc/aubio.h: fix minor typo
2013-09-30 Paul Brossiertests/src/io/test-source_multi.c: fix ho_size option...
2013-09-30 Paul Brossiersrc/io/source_sndfile.c: call a float a float, do the...
2013-09-30 Paul BrossierVERSION: use ~ before alpha
2013-09-30 Paul Brossierwscript: add docbook-to-man rules
2013-09-30 Paul Brossierwaf: unpack
2013-09-30 Paul Brossieradded first version of wavetable
2013-04-14 Paul Brossiersrc/tempo/tempo.c: always set last_beat
2013-04-11 Paul Brossiersrc/spectral/fft.c: add vDSP Accelerate
2013-04-10 Paul Brossierpython/tests/eval_pitch: add evaluation script against...
2013-04-10 Paul Brossiersrc/pitch/pitch.{c,h}: add silence gate, default at...
2013-04-10 Paul Brossierpython/tests/utils.py: add array_from_yaml_file
2013-04-10 Paul Brossierexamples/aubioonset.c: rename get_last_onset to get_last
2013-04-09 Paul Brossiersrc/pitch/pitchyinfft.c: adapt filter and shortest...
2013-04-09 Paul Brossiersrc/tempo/tempo.c: add get_last functions
2013-04-09 Paul Brossiersrc/onset/: rename get_last_onset to get_last
2013-04-09 Paul Brossierpython/scripts/aubiocut: add slicing
2013-04-08 Paul Brossiersrc/io/source_sndfile.c: write 0 to all channels in...
2013-04-08 Paul Brossiersrc/io/source_sndfile.c: fix copy of last channel
2013-04-08 Paul Brossierexamples/aubiomfcc.c: simplify process_print
2013-04-08 Paul Brossierpython/tests/test_pitch.py: more tests
2013-04-08 Paul Brossiersrc/pitch/: add first draft for specacf
2013-04-08 Paul Brossiersrc/mathutils.h: markdown syntax
2013-04-08 Paul Brossiersrc/io/sink_apple_audio.c: warn before fixing size
2013-04-08 Paul Brossiersrc/io/source_sndfile.c: mono to stereo, copying last...
2013-04-08 Paul Brossiersrc/pitch/pitchyinfft.c: use fvec_quadratic_peak_pos
2013-04-08 Paul Brossiersrc/pitch/pitchmcomb.c: use fvec_quadratic_peak_pos
2013-04-08 Paul Brossiersrc/pitch/pitchyin.c: use fvec_quadratic_peak_pos
2013-04-08 Paul Brossiersrc/mathutils.{c,h}: add fvec_quadratic_peak_pos, a...
2013-03-30 Paul Brossierwscript: improve help messages
2013-03-30 Paul Brossierwscript: always use installed external dependancies...
2013-03-23 Paul BrossierMerge develop into device
next