RSS feed
5d9693ce
– Paul Brossier <piem@piem.org>
authored
on 2016/12/01 14:57
Makefile: rewrite, improve test targets
a028a04e
– Paul Brossier <piem@piem.org>
authored
on 2016/11/30 14:10
src/io/sink_{sndfile,wavwrite}.c: use AUBIO_MAX_CHANNELS, fix error message
22e991bc
– Paul Brossier <piem@piem.org>
authored
on 2016/11/30 14:05
Makefile, .travis.yml: merge test_python and test_python_osx rules
e56ac168
– Paul Brossier <piem@piem.org>
authored
on 2016/11/30 14:04
Makefile: improve test_python and test_pure_python
95bcdec1
– Paul Brossier <piem@piem.org>
authored
on 2016/11/30 13:45
setup.py: remove status from version string
a0a073fb
– Paul Brossier <piem@piem.org>
authored
on 2016/11/30 13:41
python/demos/demo_timestretch_online.py: use 512, fix block counter
8a49bb9e
– Paul Brossier <piem@piem.org>
authored
on 2016/11/30 13:39
python/tests/test_source.py: remove fragile brownnoise test, check duration on short files
261836d1
– Paul Brossier <piem@piem.org>
authored
on 2016/11/30 12:18
src/io/source_avcodec.c: keep a reference to packet to remove it when closing file
41ebc91e
– Paul Brossier <piem@piem.org>
authored
on 2016/11/30 12:17
src/io/source_avcodec.c: call avformat_free_context after avformat_close_input
8b210a92
– Paul Brossier <piem@piem.org>
authored
on 2016/11/30 12:16
src/io/source_avcodec.c: avoid function calls before declarations
e0ad2699
– Paul Brossier <piem@piem.org>
authored
on 2016/11/30 12:14
src/io/source_avcodec.c: improve error messages
2b3c4380
– Paul Brossier <piem@piem.org>
authored
on 2016/11/30 12:11
src/io/source_avcodec.c: avoid deprecation warnings with ffmpeg 3.2
877b3b87
– Paul Brossier <piem@piem.org>
authored
on 2016/11/30 11:45
src/io/source_avcodec.c: use aubio samples
18a96aa0
– Paul Brossier <piem@piem.org>
authored
on 2016/11/30 11:43
src/io/source_sndfile.c
7cc80b6c
– Paul Brossier <piem@piem.org>
authored
on 2016/11/30 11:35
src/io/source_avcodec.c: replace with new context before closing old one
57405c1b
– Paul Brossier <piem@piem.org>
authored
on 2016/11/30 11:32
src/aubio_priv.h: add AUBIO_INF to print to stdout with header
31c306a7
– Paul Brossier <piem@piem.org>
authored
on 2016/11/30 10:38
src/io/sink_apple_audio.c: avoid crash on empty file name
bb96d027
– Paul Brossier <piem@piem.org>
authored
on 2016/11/29 07:08
src/io/sink_sndfile.c: improve error message
cf19b8a8
– Paul Brossier <piem@piem.org>
authored
on 2016/11/29 07:06
src/io/ioutils.h: add functions to check samplerate and channels, use in sink_*.c
c8e08c28
– Paul Brossier <piem@piem.org>
authored
on 2016/11/28 13:49
scripts/setenv_local.sh: python3 compat
cad7e919
– Paul Brossier <piem@piem.org>
authored
on 2016/11/28 13:48
src/io/source_sndfile.c: add missing floor in ratio comparison
2f89ef46
– Paul Brossier <piem@piem.org>
authored
on 2016/11/28 13:44
src/io/source_avcodec.c: use AV_SAMPLE_FMT_DBL when compiling with HAVE_AUBIO_DOUBLE
b81a6423
– Paul Brossier <piem@piem.org>
authored
on 2016/11/28 13:26
python/ext/py-sink.c: always set samplerate and channels in init
fa6373ce
– Paul Brossier <piem@piem.org>
authored
on 2016/11/28 13:20
python/tests/test_sink.py: add more tests, quiet warnings
a1bf01df
– Paul Brossier <piem@piem.org>
authored
on 2016/11/28 13:18
python/tests/: use local import, create __init__.py
d98f3c0e
– Paul Brossier <piem@piem.org>
authored
on 2016/11/28 13:14
python/tests/test_fft.py: skip test fft(zeros).phas == 0 if needed, expected powerpc
4093c0cc
– Paul Brossier <piem@piem.org>
authored
on 2016/11/28 13:12
python/lib/moresetuptools.py: cleaner clean
9ad0dcc8
– Paul Brossier <piem@piem.org>
authored
on 2016/11/28 12:32
src/pitch/pitch.h: add basic description of unit modes
e141b232
– Paul Brossier <piem@piem.org>
authored
on 2016/11/28 12:31
src/{fmat,fvec}.c: avoid integer division
7e78ad82
– Paul Brossier <piem@piem.org>
authored
on 2016/11/28 12:30
doc/Makefile: create and clean _static
e48b0727
– Paul Brossier <piem@piem.org>
authored
on 2016/11/28 12:29
Makefile: add html and dist targets
9e36acd0
– Paul Brossier <piem@piem.org>
authored
on 2016/11/28 12:29
Makefile: generate more test sounds
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