aubio.git
2013-02-10 Paul Brossierexamples/utils.c: get samplerate from file
2013-02-10 Paul Brossiersrc/io/sink_apple_audio.c: set s->samplerate before...
2013-02-10 Paul Brossiersrc/io/source_{sndfile,apple_audio}.c: quiet samplerate...
2013-02-10 Paul Brossiersrc/io/source_sndfile.c: automagically set samplerate...
2013-02-10 Paul Brossiersrc/io/source_sndfile.{c,h}: add get_samplerate
2013-02-10 Paul Brossierexamples/: use aubio_source and aubio_sink
2013-02-10 Paul Brossierdemos/demo_sink_create_woodblock.py: generate a woodblo...
2013-02-10 Paul Brossiersrc/io/source_apple_audio.c: automagically set samplera...
2013-02-10 Paul Brossier.gitignore: add waf stuff, remove autotools stuff
2013-02-10 Paul Brossier.gitignore: ignore my *.db files
2013-02-10 Paul Brossiersrc/tempo/beattracking.c: avoid casting, make sure...
2013-02-10 Paul Brossiermoved demos to subdirectory
2013-02-10 Paul Brossiermoved tests to subdirectory
2013-02-10 Paul Brossierbuild_osx: fix path
2013-02-10 Paul Brossiersrc/temporal/resampler.c: safer new_ and del_
2013-02-10 Paul Brossiermove new python module to the top
2013-02-10 Paul Brossiermoved out old python interface
2013-02-10 Paul Brossierwscript: add ios build, do not build unit tests if...
2013-02-10 Paul Brossierwscript: do not overwrite user flags
2013-02-10 Paul Brossierwaf: update to 1.7.9
2013-02-09 Paul Brossierswig/{aubio.i,swig.py}: removed, obsolete
2013-02-09 Paul Brossiersetup.py: get numpy includes
2013-02-09 Paul Brossierbuild_osx: simplify
2013-02-09 Paul Brossiergen_pyobject.py: quiet please
2013-02-09 Paul Brossierinterfaces/python/README.md: simplify
2013-02-09 Paul Brossierremove autotools
2013-02-09 Paul Brossierbuild_osx: use xcode numpy
2013-02-09 Paul Brossierdemo_spectrogram.py: remove debug output
2013-02-09 Paul Brossierdemo_spectrogram.py: round ticks
2013-02-09 Paul BrossierREADME.md: add pip install matplotlib
2013-02-09 Paul BrossierREADME.md: switched to markdown, improve markup
2013-02-09 Paul BrossierREADME.rst: move to rst
2013-02-09 Paul Brossiermerge both README
2013-02-09 Paul BrossierREADME.osx: add some instructions for osx
2013-02-09 Paul Brossierbuild_osx: use system wide installation, remove parts...
2013-02-08 Paul Brossierdemo_spectrogram.py: improve ticks
2013-02-08 Paul Brossierdemo_*.py: /usr/bin/env python
2013-02-08 Paul Brossierrun_all_tests: /usr/bin/env python
2013-02-08 Paul Brossiertest_*: /usr/bin/env python
2012-10-03 Paul Brossierinterfaces/python/demo_sink.py: fix number of arguments
2012-10-03 Paul Brossierwscript: activate darwin automatically
2012-07-30 Paul Brossierinterfaces/python/demo_spectrogram.py: hide noise
2012-07-27 Paul Brossierdemo_onset_sinusoid.py: added some onset examples
2012-07-27 Paul Brossierdemo_pitch_sinusoid.py: added some pitch examples
2012-07-27 Paul Brossierdemo_simple_robot_voice.py: added simple phase zeroing...
2012-07-27 Paul BrossierMerge branch 'develop' of 192.168.0.101:projects/aubio...
2012-07-27 Paul Brossiertest_fft.py: merge from wheezy
2012-07-27 Paul Brossierinterfaces/python/test_fft.py: add an explanation about...
2012-07-27 Paul Brossiertest_peakpicker.py: add some peakpicker tests
2012-07-27 Paul Brossiersrc/spectral/tss.c: clarify
2012-07-27 Paul Brossierdemo_tss.py: add plotting
2012-07-27 Paul Brossierdemo_spectrogram.py: clarify, use log10(norm)
2012-07-27 Paul Brossierdemo_spectrogram.py: added simple spectrogram demo
2012-07-27 Paul Brossierdemo_tss.py: added simple tss demo
2012-07-27 Paul BrossierMerge branch 'io' into develop
2012-07-27 Paul Brossiergen_pyobject.py: fix tss default size
2012-07-27 Paul Brossierdemo_beats_and_tempo.py: improved beat demo
2012-07-27 Paul BrossierMerge branch 'io' into develop
2012-07-27 Paul Brossiergen_pyobject.py: fix tss default size
2012-07-27 Paul Brossiersrc/io/sink.h: uri, not method
2012-07-17 Paul Brossierpy-filter.c: fix typo
2012-07-17 Paul BrossierMerge branch 'develop' of 192.168.1.41:projects/aubio...
2012-07-17 Paul BrossierMerge branch 'develop' into io
2012-07-17 Paul Brossierpy-filter.c: added set_biquad function
2012-07-16 Paul Brossierdemo_sink.py: add simple demo
2012-07-16 Paul Brossiergenerator.py, gen_pyobject.py: more hacks for sink
2012-07-16 Paul Brossiersrc/io/source_sndfile.c: use linear resampling to make...
2012-07-16 Paul BrossierMerge branch 'develop' into io
2012-07-16 Paul Brossiergenerator.py: remove before generating
2012-07-16 Paul BrossierMerge branch 'develop' into io
2012-07-16 Paul Brossierbuild_linux: update
2012-07-16 Paul Brossiertests/src/io/test-source_sndfile.c: test downsampling
2012-07-16 Paul Brossiersrc/io/source_sndfile.c: refuse to run when when resamp...
2012-07-16 Paul Brossiersrc/io/source_sndfile.c: improve resampling, clarify
2012-07-16 Paul Brossiertests/src/io/test-source_sndfile.c: avoid memory leak
2012-07-16 Paul BrossierMerge branch 'develop' into io
2012-07-16 Paul Brossiersrc/temporal/resampler.h: improve doc
2012-07-16 Paul Brossiertests/src/io/test-source_sndfile.c: test resampling
2012-07-16 Paul Brossiersrc/io/source_sndfile.c: add support for resampling
2012-07-16 Paul Brossiersrc/io/source.c: improve new_
2012-07-16 Paul Brossiersrc/io/sink_sndfile.c: ident and simplify
2012-07-16 Paul Brossiersrc/io/sink.c: improve error message
2012-07-15 Paul BrossierMerge branch 'develop' into io
2012-07-15 Paul Brossiertests/src/test-mathutils.c: define AUBIO_UNSTABLE here
2012-07-15 Paul BrossierMerge branch 'develop' into io
2012-07-15 Paul Brossierinterfaces/python/demo_filterbank_*: capitalize titles
2012-07-15 Paul Brossiersrc/tempo/beattracking.c: cast to avoid signed/unsigned...
2012-07-15 Paul BrossierMerge branch 'develop' of 192.168.1.16:projects/aubio...
2012-07-15 Paul BrossierMerge branch 'develop' into io
2012-07-15 Paul Brossierwscript: added -Wall -Wextra flags
2012-07-15 Paul Brossierdemo_source.py: added simple example
2012-07-15 Paul Brossierwscript: added CoreFoundation and AudioToolbox frameworks
2012-07-15 Paul BrossierMerge branch 'develop' into io
2012-07-15 Paul Brossierinterfaces/python/build_osx: update and build fat binary
2012-07-15 Paul Brossierwscript: add option to build fat binary on mac
2012-07-15 Paul Brossierwscript: remove cxx test
2012-07-15 Paul Brossieraubiowraphell.h: add remove unused AUBIO_NEW, set expec...
2012-07-15 Paul Brossiergenerator.py: skip sinks for now
2012-07-15 Paul Brossiersrc/io/sink.c: implement
2012-07-15 Paul Brossiertests/src/io/test-sink.c: added simple test
next