RSS feed
a1718fc8
– Paul Brossier <piem@piem.org>
authored
on 2015/07/29 09:21
README.md: update waf location, compiles on iOS not only iPhone
0e362b52
– Paul Brossier <piem@piem.org>
authored
on 2015/07/27 06:26
python/tests/test_cvec.py: remove whitespace and unused variable (closes #19), thanks to SivaCoHan
9c8c8a6b
– Paul Brossier <piem@piem.org>
authored
on 2015/07/09 22:34
ext/py-musicutils.c: add level_detection (closes #21)
31a09d22
– Paul Brossier <piem@piem.org>
authored
on 2015/07/09 22:26
ext/py-musicutils.c: add silence_detection
665b711f
– Paul Brossier <piem@piem.org>
authored
on 2015/07/09 22:25
ext/py-musicutils.h: add doc for level_lin and db_spl
4615886a
– Paul Brossier <piem@piem.org>
authored
on 2015/07/09 22:08
ext/py-musicutils.c: add db_spl
5a7e2c3a
– Paul Brossier <piem@piem.org>
authored
on 2015/07/09 21:51
ext/py-musicutils.c: add level_lin
efa62ce6
– Paul Brossier <piem@piem.org>
authored
on 2015/07/09 20:59
ext/py-musicutils.c: complete window implementation
5e394ecc
– Paul Brossier <piem@piem.org>
authored
on 2015/07/09 20:16
tests/test_musicutils.py: improve test
913a7f1c
– Paul Brossier <piem@piem.org>
authored
on 2015/07/09 20:10
python/ext/py-musicutils.{c,h}: first .c and test
100ef145
– Paul Brossier <piem@piem.org>
authored
on 2015/07/04 11:21
doc/python_api.rst: remove for now
2394a1c3
– Paul Brossier <piem@piem.org>
authored
on 2015/07/04 11:12
doc/: added Makefile and conf.py from sphinx
34abeafa
– Paul Brossier <piem@piem.org>
authored
on 2015/07/04 11:02
doc/*.rst: add simple documentation basis
2a6cf366
– Paul Brossier <piem@piem.org>
authored
on 2015/07/04 09:52
README.md: fix typo
b4fd9d67
– Paul Brossier <piem@piem.org>
authored
on 2015/07/04 08:42
python.old: removed old code
44755a05
– Paul Brossier <piem@piem.org>
authored
on 2015/05/26 07:23
tests/src/spectral/test-fft.c: quieten and clarify
c82a0348
– Paul Brossier <piem@piem.org>
authored
on 2015/05/26 07:19
tests/src/io/test-source.c: call aubio_source_close twice
193dcbb9
– Paul Brossier <piem@piem.org>
authored
on 2015/05/26 07:01
python/demos/demo_pitch.py: remove stdout, plot in midi
9e54b835
– Paul Brossier <piem@piem.org>
authored
on 2015/05/26 06:59
python/demos/demo_mfcc.py: add comment
c364a781
– Paul Brossier <piem@piem.org>
authored
on 2015/04/20 16:06
doc/*.cfg: remove html timestamps to make build reproducible (see debian bug #779216)
db86a466
– Paul Brossier <piem@piem.org>
authored
on 2015/03/15 05:55
{examples,tests}/wscript_build: add external libs
6d7acc83
– Paul Brossier <piem@piem.org>
authored
on 2015/03/14 14:09
src/wscript_build, examples/wscipt_build: add uselib to targets
904702d0
– Paul Brossier <piem@piem.org>
authored
on 2015/03/14 14:06
waf, waflib: update to 1.8.7
55255070
– Paul Brossier <piem@piem.org>
authored
on 2015/03/13 09:11
src/wscript_build: do not hardcode install_path
afa3e1e4
– Paul Brossier <piem@piem.org>
authored
on 2015/02/11 08:33
tests/src/io/test-source_apple_audio.c: improve examples
c952f420
– Paul Brossier <piem@piem.org>
authored
on 2015/01/31 07:40
src/io/source_wavread.c: cast size_t to int to avoid warning on win64
bc6b2aff
– Paul Brossier <piem@piem.org>
authored
on 2015/01/31 07:21
src/io/source_wavread.c: avoid orphan parenthesis
4d6024fc
– Paul Brossier <piem@piem.org>
authored
on 2015/01/31 07:15
src/io/sink_wavwrite.c: fail if samplerate is way too large
fdeba11f
– Paul Brossier <piem@piem.org>
authored
on 2015/01/31 07:15
src/io/sink_wavwrite.c: assume windows is little endian to build with mingw32
deb1fd48
– Paul Brossier <piem@piem.org>
authored
on 2015/01/29 11:25
src/tempo/tempo.h: add aubio_tempo_get_silence and aubio_tempo_get_threshold
9be906af
– Paul Brossier <piem@piem.org>
authored
on 2015/01/29 11:23
src/tempo/tempo.c: check parameters for new_aubio_tempo
16f8dcc9
– Paul Brossier <piem@piem.org>
authored
on 2015/01/29 10:53
setup.py: use setuptools, add numpy to install_requires
b74513d9
– Paul Brossier <piem@piem.org>
authored
on 2015/01/29 10:53
tests/test_pitch.py: add more tests
048dd6cd
– Paul Brossier <piem@piem.org>
authored
on 2015/01/29 10:14
python/demos/demo_sink_multi.py: add multi channel version
1ba8e601
– Paul Brossier <piem@piem.org>
authored
on 2015/01/29 10:09
ext/aubiomodule.c: improve documentation
c18981e1
– Paul Brossier <piem@piem.org>
authored
on 2015/01/29 07:41
doc/aubiocut.txt: improve documentation, adding -o, --cut-until-nsamples, and --cut-until-nslices
74dcddbd
– Paul Brossier <piem@piem.org>
authored
on 2014/09/21 07:40
src/io/source_sndfile.c: cast to uint_t for now
11b49d7c
– Paul Brossier <piem@piem.org>
authored
on 2014/09/20 17:42
python/ext/py-source.c: add seek, thanks @davebrent for the heads up
24931d5a
– Paul Brossier <piem@piem.org>
authored
on 2014/09/20 17:02
ext/py-source.c: add channels
a79ec768
– Paul Brossier <piem@piem.org>
authored
on 2014/09/20 17:01
python/ext/py-{source,sink}.c: improve documentation
96a96d7b
– Paul Brossier <piem@piem.org>
authored
on 2014/09/20 06:30
src/onset/onset.h: add aubio_onset_get_silence()
ffc1f792
– Paul Brossier <piem@piem.org>
authored
on 2014/09/20 06:27
src/spectral/phasevoc.c: improve error messages
ad1ba087
– Paul Brossier <piem@piem.org>
authored
on 2014/09/20 06:26
src/io/sink_sndfile.c: improve error messages, set nsamples after write
96571631
– Paul Brossier <piem@piem.org>
authored
on 2014/09/20 06:24
src/io/sink_apple_audio.c: avoid opening null path
892c3693
– Paul Brossier <piem@piem.org>
authored
on 2014/09/20 06:23
src/onset/onset.c: check parameters
2abe563d
– Paul Brossier <piem@piem.org>
authored
on 2014/09/20 06:23
src/pitch/pitch.c: check parameters
f33ab63b
– Paul Brossier <piem@piem.org>
authored
on 2014/09/04 15:41
src/io/source_sndfile.c: improve seek errors and strings
0ff4434f
– Paul Brossier <piem@piem.org>
authored
on 2014/09/04 15:41
src/io/source_wavread.c: improve seek errors processing
79b54ea4
– Paul Brossier <piem@piem.org>
authored
on 2014/08/25 18:24
src/synth/sampler.c: make sure blocksize > 0
2722dc71
– Paul Brossier <piem@piem.org>
authored
on 2014/08/25 18:24
src/io/source_sndfile.c: clarify some variables names
28c066ed
– Paul Brossier <piem@piem.org>
authored
on 2014/08/24 05:32
src/onset/onset.c: avoid doubled onset at start
5a2a6c66
– Paul Brossier <piem@piem.org>
authored
on 2014/08/24 02:52
src/pitch/pitch.c: add Hertz as valid unit string
69bc1714
– Paul Brossier <piem@piem.org>
authored
on 2014/08/24 02:51
src/io/source_wavread.c: sync error message
1b6a62de
– Paul Brossier <piem@piem.org>
authored
on 2014/08/23 11:39
.travis.yml: drop trusty for now
6bebb7e8
– Paul Brossier <piem@piem.org>
authored
on 2014/08/23 11:14
.travis.yml: add more configurations
c6b544b4
– Paul Brossier <piem@piem.org>
authored
on 2014/08/23 10:40
.travis.yml: do not install libav for now
bf45eb51
– Paul Brossier <piem@piem.org>
authored
on 2014/08/23 10:37
.travis.yml: added first draft
d28a26a8
– Paul Brossier <piem@piem.org>
authored
on 2014/08/23 09:36
examples/parse_args.h: improve short documentation (closes #12)
493b8326
– Paul Brossier <piem@piem.org>
authored
on 2014/08/22 06:36
src/io/source_apple_audio.c: check out of bounds _seek
36c302af
– Paul Brossier <piem@piem.org>
authored
on 2014/08/22 06:17
examples/: use outmsg to print notes (fixes #8)
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
Next