shithub: aubio

RSS feed

0f2c1f43 – Paul Brossier <piem@piem.org> authored on 2017/01/12 17:58
src/pitch/pitchyinfft.c: return NULL if fft creation failed

1160f113 – Paul Brossier <piem@piem.org> authored on 2017/01/12 17:58
src/pitch/pitchspecacf.c: return NULL if fft creation failed

e9a2af14 – Paul Brossier <piem@piem.org> authored on 2017/01/12 17:58
src/pitch/pitchfcomb.c: return NULL if fft creation failed

ed6b3027 – Paul Brossier <piem@piem.org> authored on 2017/01/09 08:43
doc/statuslinks.rst: bump last release to 0.4.4

275524e6 – Paul Brossier <piem@piem.org> authored on 2017/01/09 08:38
doc/index.rst: include status links for development documentation

c9e20ca1 – Paul Brossier <piem@piem.org> authored on 2017/01/09 08:26
src/temporal/biquad.c: fix initialization (closes #82)

eef63357 – Paul Brossier <piem@piem.org> authored on 2017/01/09 08:25
VERSION: bump to 0.4.5~alpha

aa9167f5 – Paul Brossier <piem@piem.org> authored on 2017/01/08 13:30
VERSION: bump to 0.4.4

0f173cc1 – Paul Brossier <piem@piem.org> authored on 2017/01/08 13:29
python/tests/test_notes.py: use relative import

59d037e0 – Paul Brossier <piem@piem.org> authored on 2017/01/08 13:12
doc/index.rst: remove status links for release

f91d4acc – Paul Brossier <piem@piem.org> authored on 2017/01/08 13:11
ChangeLog: update for 0.4.4

cd8dc521 – Paul Brossier <piem@piem.org> authored on 2017/01/08 11:38
scripts/build_android: add an example script to build aubio on android, add reference to it in doc/android.rst

4afcad30 – Paul Brossier <piem@piem.org> authored on 2017/01/08 11:17
doc/conf.py: remove static and sphinx links

59fe1572 – Paul Brossier <piem@piem.org> authored on 2017/01/08 11:17
doc/conf.py: use pyramid theme

fead41ac – Paul Brossier <piem@piem.org> authored on 2017/01/08 10:19
tests/src/utils/test-log.c: improve messages

32da451b – Paul Brossier <piem@piem.org> authored on 2017/01/08 10:18
tests/src/utils/test-log.c: add AUBIO_INF

ed66e349 – Paul Brossier <piem@piem.org> authored on 2017/01/08 10:15
src/aubio.h: use https, format examples as list

41dd34e8 – Paul Brossier <piem@piem.org> authored on 2017/01/08 10:14
wscript: add a target to doxygen rule

d8380d25 – Paul Brossier <piem@piem.org> authored on 2017/01/08 09:53
doc/python_module.rst: add print(aubio.version)

c8c7aa6a – Paul Brossier <piem@piem.org> authored on 2017/01/08 09:41
setup.py: remove extra quotes

a159628f – Paul Brossier <piem@piem.org> authored on 2017/01/08 09:37
python/ext/aubiomodule.c: more hack to avoid msvc issues

f5e9e3f2 – Paul Brossier <piem@piem.org> authored on 2017/01/04 11:44
src/utils/log.c: also print warnings to stderr

0f214ff4 – Paul Brossier <piem@piem.org> authored on 2017/01/04 11:44
src/aubio_priv.h: use AUBIO_LOG_INF, fix old c style

96818494 – Paul Brossier <piem@piem.org> authored on 2017/01/04 11:44
src/utils/log.h: add info

e3b77e8f – Paul Brossier <piem@piem.org> authored on 2017/01/03 12:38
wscript: add version to sphinx and manpages

a6ba5d9f – Paul Brossier <piem@piem.org> authored on 2016/12/24 20:24
wscript: prepend defaults to honor user cflags

c04346de – Paul Brossier <piem@piem.org> authored on 2016/12/24 14:10
wscript: avoid overwritting CFLAGS' -O in release mode

dae32922 – Paul Brossier <piem@piem.org> authored on 2016/12/24 06:47
.travis.yml: add gitter webhook

fb6a0fff – Paul Brossier <piem@piem.org> authored on 2016/12/24 05:45
wscript: improve --build-type description, use -O0 in debug mode

578d3a23 – Paul Brossier <piem@piem.org> authored on 2016/12/24 05:37
wscript: remove trailing spaces

e79943b0 – Paul Brossier <piem@piem.org> authored on 2016/12/24 05:36
Merge branch 'yin-optimizations' of https://github.com/emuell/aubio

4cbc6e95 – Paul Brossier <piem@piem.org> authored on 2016/12/24 05:35
Merge branch 'waf-build-tweaks' of https://github.com/emuell/aubio

93bd9a73 – Paul Brossier <piem@piem.org> authored on 2016/12/22 05:03
README.md: update copyright dates

62336bb6 – Paul Brossier <piem@piem.org> authored on 2016/12/21 17:19
python/demos/demo_pyaudio.py: add some comments, avoid overwriting aubio.pitch