shithub: aubio

RSS feed

18a0552f – Paul Brossier <piem@piem.org> authored on 2013/03/07 07:19
python/demos/demo_keyboard.py: moved to numpy

129b2691 – Paul Brossier <piem@piem.org> authored on 2013/03/06 11:57
demos/demo_onset_file.py: indent, hide y-axis

9f8e8a98 – Paul Brossier <piem@piem.org> authored on 2013/03/06 11:56
demos/demo_spectrogram.py: add samplerate option to spectrogram

d5e846c4 – Paul Brossier <piem@piem.org> authored on 2013/03/06 11:56
demos/demo_beats_and_tempo.py: skip plot if not beats

31844688 – Paul Brossier <piem@piem.org> authored on 2013/03/06 11:36
python/demos/demo_tss.py: improve default parameters

6d3777af – Paul Brossier <piem@piem.org> authored on 2013/03/06 11:32
tests/src/io/test-sink_sndfile.c: include config, fix path

df9df98a – Paul Brossier <piem@piem.org> authored on 2013/03/06 11:08
tests/src/test-mathutils.c: improve

e9436a68 – Paul Brossier <piem@piem.org> authored on 2013/03/06 11:05
tests/src/tempo/test-beattracking.c: fix output size

eadc00b7 – Paul Brossier <piem@piem.org> authored on 2013/03/06 10:49
demos/demo_sink.py: indent

e253a861 – Paul Brossier <piem@piem.org> authored on 2013/03/06 10:49
demos/demo_source.py: indent, add samplerate and hop_size options

043c48cb – Paul Brossier <piem@piem.org> authored on 2013/03/06 10:39
tests/test_mathutils.py: can be TypeError or NotImplementedError

c965b337 – Paul Brossier <piem@piem.org> authored on 2013/03/06 10:30
src/mathutils.c: freqtobin and bintofreq to not produce negative values

037319af – Paul Brossier <piem@piem.org> authored on 2013/03/06 10:28
src/mathutils.c: freqtomidi and miditofreq to not produce infs and nans

e1bfde5b – Paul Brossier <piem@piem.org> authored on 2013/03/06 10:25
tests/test_{source,sink}.py: add sink, improve source, use sounds in python/tests/sounds

143cc436 – Paul Brossier <piem@piem.org> authored on 2013/03/06 10:23
tests/test_mathutils.py: improve

b583c099 – Paul Brossier <piem@piem.org> authored on 2013/03/06 06:27
tests/: remove old files

4a67c129 – Paul Brossier <piem@piem.org> authored on 2013/03/06 06:26
ext/aubiomodule.c: more ufuncs

7606d238 – Paul Brossier <piem@piem.org> authored on 2013/03/06 05:07
tests/src/io/test-source.c: abort if new_aubio_source failed

e76eaf17 – Paul Brossier <piem@piem.org> authored on 2013/03/05 12:11
demos/demo_sink.py: add samplerate and hop_size options

223e2fe3 – Paul Brossier <piem@piem.org> authored on 2013/03/05 11:31
python/ext/aubio-types.h: USE_LOCAL_AUBIO

6f0ef4dd – Paul Brossier <piem@piem.org> authored on 2013/03/05 11:26
python/: add VERSION

4d3b5732 – Paul Brossier <piem@piem.org> authored on 2013/03/05 11:23
setup.py: improve, update MANIFEST.in

41399bd4 – Paul Brossier <piem@piem.org> authored on 2013/03/05 09:10
ext/aubio-types.h: use -DLOCAL_AUBIO to build against local aubio

63f6c13b – Paul Brossier <piem@piem.org> authored on 2013/03/05 06:53
MANIFEST.in: add manifest

ad5203c3 – Paul Brossier <piem@piem.org> authored on 2013/03/05 06:46
python/: improve build

208336b5 – Paul Brossier <piem@piem.org> authored on 2013/03/04 21:55
tests/python/: removed old python tests

f50e5343 – Paul Brossier <piem@piem.org> authored on 2013/03/04 19:33
tests/src/io/test-source.c: default to source samplerate, add hop_size option, print number of frames read

a4cc8e5d – Paul Brossier <piem@piem.org> authored on 2013/03/04 17:58
tests/: array_from_file to look for file in tests/

0d222ee8 – Paul Brossier <piem@piem.org> authored on 2013/03/04 17:50
ext/ufuncs.c: add first ufunc, unwrap2pi

118f47f7 – Paul Brossier <piem@piem.org> authored on 2013/03/04 17:04
tests/demo/plot_mfcc_filterbank.py: replaced by python/demos/demo_filterbank_slaney.py

49505f71 – Paul Brossier <piem@piem.org> authored on 2013/03/04 09:58
README.md: update

164980f6 – Paul Brossier <piem@piem.org> authored on 2013/03/04 09:46
python/: move source files to ext/

7a6521da – Paul Brossier <piem@piem.org> authored on 2013/03/04 09:28
aubiomodule.c: simplify includes

6514bb6b – Paul Brossier <piem@piem.org> authored on 2013/03/03 11:27
aubiomodule.c: add unwrap2pi

6a50b9e0 – Paul Brossier <piem@piem.org> authored on 2013/03/03 11:20
python/aubiomodule.c: add midi/bin/freq conversion