shithub: aubio

RSS feed

a06ab197 – Paul Brossier <piem@piem.org> authored on 2013/09/26 10:58
tests/src/io/test-source_multi.c: fix ho_size option, add channel option, improve display of result

50e10a9e – Paul Brossier <piem@piem.org> authored on 2013/09/26 10:56
src/io/source_sndfile.c: call a float a float, do the right thing when a trying to read to a matrix with a number of channels different from the file

8e7d66f0 – Paul Brossier <piem@piem.org> authored on 2013/09/26 10:50
VERSION: use ~ before alpha

65860ff8 – Paul Brossier <piem@piem.org> authored on 2013/09/16 14:25
wscript: add docbook-to-man rules

0fa325b0 – Paul Brossier <piem@piem.org> authored on 2013/09/13 07:30
waf: unpack

ac67de78 – Paul Brossier <piem@piem.org> authored on 2013/04/13 18:23
src/tempo/tempo.c: always set last_beat

54dd9454 – Paul Brossier <piem@piem.org> authored on 2013/04/10 15:31
src/spectral/fft.c: add vDSP Accelerate

e8bc8e94 – Paul Brossier <piem@piem.org> authored on 2013/04/10 07:45
python/tests/eval_pitch: add evaluation script against TONAS database

8c3f7172 – Paul Brossier <piem@piem.org> authored on 2013/04/10 07:43
src/pitch/pitch.{c,h}: add silence gate, default at -50dB

26936555 – Paul Brossier <piem@piem.org> authored on 2013/04/09 20:28
python/tests/utils.py: add array_from_yaml_file

e987c05c – Paul Brossier <piem@piem.org> authored on 2013/04/09 20:13
examples/aubioonset.c: rename get_last_onset to get_last

9c9202fe – Paul Brossier <piem@piem.org> authored on 2013/04/09 14:47
src/pitch/pitchyinfft.c: adapt filter and shortest period to samplerate

483b883e – Paul Brossier <piem@piem.org> authored on 2013/04/09 08:54
src/tempo/tempo.c: add get_last functions

8b884ef2 – Paul Brossier <piem@piem.org> authored on 2013/04/09 08:49
src/onset/: rename get_last_onset to get_last

dee41640 – Paul Brossier <piem@piem.org> authored on 2013/04/09 07:09
python/scripts/aubiocut: add slicing

69440b8b – Paul Brossier <piem@piem.org> authored on 2013/04/08 12:22
src/io/source_sndfile.c: write 0 to all channels in case of short read

58c24e1a – Paul Brossier <piem@piem.org> authored on 2013/04/08 12:17
src/io/source_sndfile.c: fix copy of last channel

8c7f80db – Paul Brossier <piem@piem.org> authored on 2013/04/08 08:02
examples/aubiomfcc.c: simplify process_print

0e755894 – Paul Brossier <piem@piem.org> authored on 2013/04/08 07:51
python/tests/test_pitch.py: more tests

95dc7f22 – Paul Brossier <piem@piem.org> authored on 2013/04/08 07:50
src/pitch/: add first draft for specacf

ea912ccd – Paul Brossier <piem@piem.org> authored on 2013/04/08 06:27
src/mathutils.h: markdown syntax

8a7b344e – Paul Brossier <piem@piem.org> authored on 2013/04/08 06:27
src/io/sink_apple_audio.c: warn before fixing size

65108666 – Paul Brossier <piem@piem.org> authored on 2013/04/08 06:27
src/io/source_sndfile.c: mono to stereo, copying last channel of file to all remaining output matrix channels

dc7f2cc1 – Paul Brossier <piem@piem.org> authored on 2013/04/08 06:24
src/pitch/pitchyinfft.c: use fvec_quadratic_peak_pos

f84cea78 – Paul Brossier <piem@piem.org> authored on 2013/04/08 06:20
src/pitch/pitchmcomb.c: use fvec_quadratic_peak_pos

69d642a0 – Paul Brossier <piem@piem.org> authored on 2013/04/08 06:19
src/pitch/pitchyin.c: use fvec_quadratic_peak_pos

9499eefb – Paul Brossier <piem@piem.org> authored on 2013/04/08 06:19
src/mathutils.{c,h}: add fvec_quadratic_peak_pos, a fixed replacement for fvec_quadint

002563f5 – Paul Brossier <piem@piem.org> authored on 2013/03/29 22:13
wscript: improve help messages

0318cc14 – Paul Brossier <piem@piem.org> authored on 2013/03/29 20:35
wscript: always use installed external dependancies, simplify

c833f56b – Paul Brossier <piem@piem.org> authored on 2013/03/22 21:06
src/io/source_apple_audio.c: simplify buffer creation, reset size on seek

b8389deb – Paul Brossier <piem@piem.org> authored on 2013/03/22 15:55
src/io/source_apple_audio.c: copy data to missing channels

f174a22e – Paul Brossier <piem@piem.org> authored on 2013/03/22 15:41
tests/src/synth/test-sampler.c: shorter frames, repeat three times

bd1fa89b – Paul Brossier <piem@piem.org> authored on 2013/03/22 15:11
Merge branch 'synth' into develop

eaaba627 – Paul Brossier <piem@piem.org> authored on 2013/03/22 15:11
src/synth/sampler.c: fix _do_multi

19f222d8 – Paul Brossier <piem@piem.org> authored on 2013/03/22 15:09
src/io/utils_apple_audio.c: use AUBIO_ARRAY / AUBIO_FREE

3286230f – Paul Brossier <piem@piem.org> authored on 2013/03/22 15:07
tests/src/io/test-source_seek.c: add simple test, read() / seek(0) / read()

987fb86c – Paul Brossier <piem@piem.org> authored on 2013/03/22 14:32
src/io/source_apple_audio.c: reset mDataByteSize in case of short read

6bbdcff5 – Paul Brossier <piem@piem.org> authored on 2013/03/22 13:54
src/io/source_apple_audio.c: add _open and _close

86cfdfaa – Paul Brossier <piem@piem.org> authored on 2013/03/22 12:08
src/io/source.h: add source_multi example

f4db0e73 – Paul Brossier <piem@piem.org> authored on 2013/03/22 11:32
tests/src/io/test-source_seek.c: add source_seek test

59c4e5d3 – Paul Brossier <piem@piem.org> authored on 2013/03/22 09:18
tests/src/io/test-source_multi.c: del fmat only when need be

5941f9e9 – Paul Brossier <piem@piem.org> authored on 2013/03/22 09:07
web.cfg: exclude hist.h

100add64 – Paul Brossier <piem@piem.org> authored on 2013/03/22 08:55
src/pitch/pitchyinfft.h: add link to thesis

7efeffdc – Paul Brossier <piem@piem.org> authored on 2013/03/22 08:55
src/tempo/tempo.h: add some documentation

bea5389e – Paul Brossier <piem@piem.org> authored on 2013/03/22 08:48
moved old python stuff out of tests/

229d0505 – Paul Brossier <piem@piem.org> authored on 2013/03/22 08:37
lib/aubio/__init__.py: add header and docstring

ff744600 – Paul Brossier <piem@piem.org> authored on 2013/03/22 08:36
ext/aubio-types.h: system include

c342c178 – Paul Brossier <piem@piem.org> authored on 2013/03/22 08:35
python/demos/demo_miditofreq.py: added simple miditofreq example

86ad5462 – Paul Brossier <piem@piem.org> authored on 2013/03/22 08:33
python/tests/test_phasevoc.py: split tests