RSS feed
340cb937
– Paul Brossier <piem@piem.org>
authored
on 2015/08/12 12:15
examples/: add time format option
a90e9d48
– Paul Brossier <piem@piem.org>
authored
on 2015/08/08 20:31
src/wscript_build: also compile shared lib on ios
973eb75b
– Paul Brossier <piem@piem.org>
authored
on 2015/08/08 10:37
src/pitch/pitch.c: allow for silence == 0, improve error message
deedc49e
– Paul Brossier <piem@piem.org>
authored
on 2015/08/08 10:29
.travis.yml: add python-numpy
082a1cf7
– Paul Brossier <piem@piem.org>
authored
on 2015/08/08 10:27
.travis.yml: migrate from legacy to container-based
4b891e9d
– Paul Brossier <piem@piem.org>
authored
on 2015/08/08 10:27
src/musicutils.h: improve doc
3708c156
– Paul Brossier <piem@piem.org>
authored
on 2015/08/07 15:30
.travis.yml: add build/clean_python
972a326d
– Paul Brossier <piem@piem.org>
authored
on 2015/08/07 15:29
Makefile: add build/clean_python
afceccdf
– Paul Brossier <piem@piem.org>
authored
on 2015/08/07 15:26
python/tests/test_mathutils.py: remove unused imports
626220ca
– Paul Brossier <piem@piem.org>
authored
on 2015/08/07 14:47
src/spectral/specdesc.h: fix typo
af2146c8
– Paul Brossier <piem@piem.org>
authored
on 2015/08/01 08:28
VERSION: bump to 0.4.3~alpha
ec3792c1
– Paul Brossier <piem@piem.org>
authored
on 2015/08/01 08:22
VERSION: bump to 0.4.2, increment age and revision
02db5968
– Paul Brossier <piem@piem.org>
authored
on 2015/08/01 08:22
ChangeLog: update
7aa4aaaa
– Paul Brossier <piem@piem.org>
authored
on 2015/08/01 07:37
wscript: re-enable arm64 on ios
9d46f604
– Paul Brossier <piem@piem.org>
authored
on 2015/08/01 07:17
src/io/audio_unit.c: fix deprecation warning (closes #16)
e11ce489
– Paul Brossier <piem@piem.org>
authored
on 2015/08/01 07:03
wscript: remove iOS sdk versioning
482fab89
– Paul Brossier <piem@piem.org>
authored
on 2015/08/01 06:54
src/tempo/beattracking.c: avoid segfault on silence (closes #24)
e391790a
– Paul Brossier <piem@piem.org>
authored
on 2015/08/01 06:28
src/pitch/pitchyin.c, src/pitch/pitchyinfft.c: avoid producing NaN on silence (closes #7)
10482d23
– Paul Brossier <piem@piem.org>
authored
on 2015/08/01 05:42
README.md: add a note about missing waf
ddd9861f
– Paul Brossier <piem@piem.org>
authored
on 2015/07/31 22:14
Makefile: add clean target
6121dd44
– Paul Brossier <piem@piem.org>
authored
on 2015/07/31 22:08
.travis.yml: more steps
d9a459af
– Paul Brossier <piem@piem.org>
authored
on 2015/07/31 22:01
.travis.yml: add bzip2
768b5cba
– Paul Brossier <piem@piem.org>
authored
on 2015/07/31 21:55
Makefile: test travis build with simplified make
38a462ca
– Paul Brossier <piem@piem.org>
authored
on 2015/07/31 21:45
.travis.yml: update
8e94af5f
– Paul Brossier <piem@piem.org>
authored
on 2015/07/31 21:41
waf, waflib: removed, add Makefile to get waf, update .gitignore
ce6f652f
– Paul Brossier <piem@piem.org>
authored
on 2015/07/31 18:25
src/tempo/tempo.c: add silence detection (closes #23), add old behavior in examples/aubiotrack.c
053495bd
– Paul Brossier <piem@piem.org>
authored
on 2015/07/31 18:05
src/*.c: fix some useless float conversion
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