RSS feed
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
82e0f865
– Paul Brossier <piem@piem.org>
authored
on 2016/10/03 07:49
src/spectral/phasevoc.c: fix error string
724922c5
– Paul Brossier <piem@piem.org>
authored
on 2016/10/03 07:48
src/pitch/pitch.c: fix error string
eacc55c3
– Paul Brossier <piem@piem.org>
authored
on 2016/10/03 07:47
src/io/source_avcodec.c: fix missing samples in eof block
f91737de
– Paul Brossier <piem@piem.org>
authored
on 2016/10/03 07:46
python/tests/test_source.py: check the tail of the file is non-zero on non silent test files
80d00833
– Paul Brossier <piem@piem.org>
authored
on 2016/09/28 11:18
src/io/{source_wavread,sink_wavwrite}.c: declare internal functions as static
afa21cdc
– Paul Brossier <piem@piem.org>
authored
on 2016/09/28 11:16
src/pitch/pitch.c: fail on wrong method, warn on wrong unit, improve error messages
078dad8f
– Paul Brossier <piem@piem.org>
authored
on 2016/09/28 11:10
src/onset/onset.c: return null and clean-up if new_aubio_specdesc failed
0ff1b403
– Paul Brossier <piem@piem.org>
authored
on 2016/09/28 11:09
src/onset/onset.c: fix error message
6388c371
– Paul Brossier <piem@piem.org>
authored
on 2016/09/28 11:08
src/pitch/pitch.c: declare internal functions as static
0cf2b448
– Paul Brossier <piem@piem.org>
authored
on 2016/09/27 22:23
src/pitch/pitch.h: add aubio_pitch_get_tolerance
1b572743
– Paul Brossier <piem@piem.org>
authored
on 2016/09/27 14:26
src/spectral/fft.c: add message about fftw3 being able to do non-power of two sizes
f50c9503
– Paul Brossier <piem@piem.org>
authored
on 2016/09/27 20:23
src/spectral/fft.c: use prefixed aubio_ooura_rdft
392ad1c4
– Paul Brossier <piem@piem.org>
authored
on 2016/09/27 20:22
src/spectral/ooura_fft8g.c: prefix public function with aubio_ooura_ to avoid with other apps using ooura (e.g. puredata), make internal functions static