shithub: aubio

RSS feed

a203d0e1 – Paul Brossier <piem@piem.org> authored on 2016/11/28 12:19
python/ext/py-cvec.c: use NPY_INTP_FMT

bab8e3d1 – Paul Brossier <piem@piem.org> authored on 2016/11/28 12:09
Makefile: verbose waf rules, add cleanwaf

2e402313 – Paul Brossier <piem@piem.org> authored on 2016/11/28 10:48
setup.py, python/lib/: use sorted glob.glob to improve reproducibility

38202642 – Paul Brossier <piem@piem.org> authored on 2016/11/28 10:13
src/io/source_wavread.c: improve error messages

8698499e – Paul Brossier <piem@piem.org> authored on 2016/11/26 09:52
src/wscript_build: also install static library

cb7835db – Paul Brossier <piem@piem.org> authored on 2016/11/17 09:04
Makefile: use bdist_wheel in test_pure_python

3a004bbc – Paul Brossier <piem@piem.org> authored on 2016/11/17 08:52
.travis.yml: alway upgrade pip

e12d05ff – Paul Brossier <piem@piem.org> authored on 2016/11/17 08:42
.travis.yml: add pip --version and which pip after, remove --user

388a7d8d – Paul Brossier <piem@piem.org> authored on 2016/11/17 08:16
.travis.yml: fix syntax

6c1709c3 – Paul Brossier <piem@piem.org> authored on 2016/11/17 08:13
.travis.yml: upgrade pip first

1154fd1a – Paul Brossier <piem@piem.org> authored on 2016/11/16 21:51
python/README.md: add a note about nose2 for python tests (closes #74)

9492ec88 – Paul Brossier <piem@piem.org> authored on 2016/11/16 06:57
python/demos/demo_alsa.py: add example using alsaaudio (closes #72)

8489d7b3 – Paul Brossier <piem@piem.org> authored on 2016/11/16 05:54
python/demos/demo_timestretch*: use // to yield an integer (closes #71)

8d41c1d2 – Paul Brossier <piem@piem.org> authored on 2016/10/05 10:14
src/io/source_avcodec.c: improve error message

b8503f8b – Paul Brossier <piem@piem.org> authored on 2016/10/05 10:08
src/io/sink.c: only show error message from last child sink_

cfddab93 – Paul Brossier <piem@piem.org> authored on 2016/10/05 07:45
src/io/source_wavread.c: initialize buffer

cf894b14 – Paul Brossier <piem@piem.org> authored on 2016/10/03 17:09
src/io/source.c: only show error message from last child source_

8d388411 – Paul Brossier <piem@piem.org> authored on 2016/10/03 16:58
src/spectral/ooura_fft8g.c: add cast to avoid conversion warnings

54eba9d8 – Paul Brossier <piem@piem.org> authored on 2016/10/03 16:57
src/aubio_priv.h: add ATAN alias

ffd10fbb – Paul Brossier <piem@piem.org> authored on 2016/10/03 16:46
src/notes/notes.h: add _{get,set}_silence methods

61a1e5d4 – Paul Brossier <piem@piem.org> authored on 2016/10/03 14:59
examples/: return 1 if object creation failed

82ae9d70 – Paul Brossier <piem@piem.org> authored on 2016/10/03 14:41
examples/: use PROG_HAS_OUTPUT, add PROG_HAS_SILENCE

fe0fa263 – Paul Brossier <piem@piem.org> authored on 2016/10/03 12:50
src/temporal/resampler.c: throw an error when using libsamplerate with doubles

5864b439 – Paul Brossier <piem@piem.org> authored on 2016/10/03 12:48
Makefile: pass build_ext in test_pure_python{,_wheel}

8d09036d – Paul Brossier <piem@piem.org> authored on 2016/10/03 12:40
setup.py: use custom build_ext instead of 'generate' command, define HAVE_AUBIO_DOUBLE to 1 if needed

45521d2a – Paul Brossier <piem@piem.org> authored on 2016/10/03 12:33
python/lib/moresetuptools.py: use samplerate in single precision only

8be88e77 – Paul Brossier <piem@piem.org> authored on 2016/10/03 10:24
wscript: disable libsamplerate if double precision enabled (libsamplerate only supports float)

52105631 – Paul Brossier <piem@piem.org> authored on 2016/10/03 09:28
src/io/source_sndfile.c: set handle to null after sucessful close

7daa8811 – Paul Brossier <piem@piem.org> authored on 2016/10/03 08:24
python/tests/test_source.py: only check if last frames are non silent on brownnoise (weak)

f9a543e3 – Paul Brossier <piem@piem.org> authored on 2016/10/03 08:02
wscript: add options to disable source_wavread/sink_wavwrite