shithub: aubio

RSS feed

7c8d32ab – Paul Brossier <piem@piem.org> authored on 2014/07/20 17:00
src/spectral/phasevoc.c: fix argument checks

961cff13 – Paul Brossier <piem@piem.org> authored on 2014/07/20 16:55
src/io/source_apple_audio.c: set s->path, quiet

58c408db – Paul Brossier <piem@piem.org> authored on 2014/07/20 16:48
wscript: update to ios 7.1, disable arm64 for now

45f48576 – Paul Brossier <piem@piem.org> authored on 2014/07/07 14:25
src/io/source_sndfile.c: fix crash, zero-pad output vector when upsampling

d0bdf0c4 – Paul Brossier <piem@piem.org> authored on 2014/07/03 15:39
python/demos/demo_mfcc.py: use n_coeffs

584714c7 – Paul Brossier <piem@piem.org> authored on 2014/06/09 12:56
tests/src/io/test-source_avcodec.c: use HAVE_LIBAV, closes #10

a3de4be1 – Paul Brossier <piem@piem.org> authored on 2014/03/30 19:53
wscript: make fat build optional

4a177578 – Paul Brossier <piem@piem.org> authored on 2014/03/27 20:34
tests/src/io/*.c: use custom defines instead of __APPLE__

9209c796 – Paul Brossier <piem@piem.org> authored on 2014/03/27 11:56
wscript, src/io/*.c: use custom defines instead of __APPLE__

dba9b331 – Paul Brossier <piem@piem.org> authored on 2014/03/25 19:40
src/onset/onset.h: fix description of get/set_delay functions

7f0fd1d8 – Paul Brossier <piem@piem.org> authored on 2014/03/25 09:47
src/pitch/pitchyin.{c,h}: fix typo, developed

0b3c17ba – Paul Brossier <piem@piem.org> authored on 2014/03/18 21:37
python/demos/demo_a_weighting.py: add simple demo for a_weighting

cd4c9978 – Paul Brossier <piem@piem.org> authored on 2014/03/18 14:28
src/io/source_avcodec.c: update to libav10, libavcodec 55.34.1

c66d4ff0 – Paul Brossier <piem@piem.org> authored on 2014/03/12 08:46
VERSION: bump to 0.4.2~alpha

c3291b38 – Paul Brossier <piem@piem.org> authored on 2014/03/12 08:28
VERSION: bump to 0.4.1

e5502031 – Paul Brossier <piem@piem.org> authored on 2014/03/12 08:15
VERSION: bump to 0.4.1, increasing library age and revision

fa6f6aa6 – Paul Brossier <piem@piem.org> authored on 2014/03/12 08:14
ChangeLog: write entries for 0.4.1

332487b5 – Paul Brossier <piem@piem.org> authored on 2014/03/12 08:11
tests/src: clean up includes

46148d38 – Paul Brossier <piem@piem.org> authored on 2014/03/11 21:09
src/io/source_wavread.c: hack around unknown conversion type char z on mingw

87636d06 – Paul Brossier <piem@piem.org> authored on 2014/03/11 20:32
src/io/source_wavread.c: use the return value of fread to detect short read and compute seek_start

46b00690 – Paul Brossier <piem@piem.org> authored on 2014/03/11 18:08
wscript: improve notes in header

1a31baf9 – Paul Brossier <piem@piem.org> authored on 2014/03/11 18:02
waf, waflib: update to 1.7.15

db21ca46 – Paul Brossier <piem@piem.org> authored on 2014/03/11 17:51
src/io/sink.h: improve documentation, mentioning different sinks

321d5079 – Paul Brossier <piem@piem.org> authored on 2014/03/11 17:50
src/io/source.h: improve documentation

fba69a40 – Paul Brossier <piem@piem.org> authored on 2014/03/11 09:37
doc/web.cfg: exclude source_wavread and sink_wavwrite

4b43742f – Paul Brossier <piem@piem.org> authored on 2014/03/11 08:49
src/io/source.h: add note about source_wavread

b0fbd88b – Paul Brossier <piem@piem.org> authored on 2014/03/11 08:39
python/ext/aubio-types.h: lower to numpy 1.7

e2eee03c – Paul Brossier <piem@piem.org> authored on 2014/03/11 08:04
src/spectral/phasevoc.c: avoid unsigned < 0 comparison

a315be7e – Paul Brossier <piem@piem.org> authored on 2014/03/11 07:38
python/ext/aubio-types.h: define NPY_NO_DEPRECATED_API

c05d61ff – Paul Brossier <piem@piem.org> authored on 2014/03/10 12:06
python/demos/demo_source_auto_samplerate.py: remove, demo_source.py is enough

5fe55919 – Paul Brossier <piem@piem.org> authored on 2014/03/08 12:37
src/tempo/beattracking.c: improve confidence values by using interpolated peak magnitude and avoiding nan

7380327b – Paul Brossier <piem@piem.org> authored on 2014/03/08 12:30
src/mathutils.h: add fvec_quadratic_peak_mag to find the magnitude of interpolated peaks

1e18df6a – Paul Brossier <piem@piem.org> authored on 2014/03/07 18:31
python/README: improve

e794a80f – Paul Brossier <piem@piem.org> authored on 2014/03/06 09:21
python/README: improve

dc0e759e – Paul Brossier <piem@piem.org> authored on 2014/03/06 09:03
{tests,src,examples}/wscript_build: indent

584016fa – Paul Brossier <piem@piem.org> authored on 2014/03/05 07:09
python/tests/: disable old tests for now

2a491147 – Paul Brossier <piem@piem.org> authored on 2014/02/23 12:42
python/lib/aubio/slicing.py: respect source number of channels when slicing

060a3135 – Paul Brossier <piem@piem.org> authored on 2014/02/23 12:39
python/tests/test_sink.py: add read_write_multi

1a121ca4 – Paul Brossier <piem@piem.org> authored on 2014/02/23 12:32
python/ext/py-sink.c: add channels and do_multi

31a5c405 – Paul Brossier <piem@piem.org> authored on 2014/02/23 11:39
python/tests/test_source.py: improve tests, add double close and do_multi

1164bcdf – Paul Brossier <piem@piem.org> authored on 2014/02/23 11:13
python/ext/py-source.c: add do_multi and channels

4a1378c1 – Paul Brossier <piem@piem.org> authored on 2014/02/23 11:05
python/tests/test_sink.py: only skip test that use a source

ab352628 – Paul Brossier <piem@piem.org> authored on 2014/02/23 09:34
python/tests/test_sink.py: add more tests, clean up created files

18d8bef9 – Paul Brossier <piem@piem.org> authored on 2014/02/23 09:21
python/tests/utils.py: add get_tmp_sink_name

2eccf22c – Paul Brossier <piem@piem.org> authored on 2014/02/23 08:29
src/io/sink_sndfile.c: add missing do_multi

4ed4b1f0 – Paul Brossier <piem@piem.org> authored on 2014/02/23 08:07
src/io/sink.h: add do_multi, preset_samplerate, preset_channels, get_samplerate, and get_channels

c21553d9 – Paul Brossier <piem@piem.org> authored on 2014/02/23 08:06
tests/src/io/test-sink_wavwrite-multi.c: fix flags

f3bb92cb – Paul Brossier <piem@piem.org> authored on 2014/02/23 08:05
tests/src/io/test-sink_sndfile-multi.c: fix flags