RSS feed
0b2643bb
– Martin Hermant <martin.hermant@gmail.com>
authored
on 2017/05/29 15:12
gen_external.py :
e717faee
– Martin Hermant <martin.hermant@gmail.com>
authored
on 2017/05/29 14:32
wscript : emscripten : specify cstlib file format %s.a
09894ba3
– Martin Hermant <martin.hermant@gmail.com>
authored
on 2017/05/29 14:31
wscript : set memory-init file as a part of generated aubio js lib for easier integration in web
40792b2e
– Martin Hermant <martin.hermant@gmail.com>
authored
on 2017/05/29 14:30
wscript : use gen_external code to generate flags passed to emscripten
541ea280
– Martin Hermant <martin.hermant@gmail.com>
authored
on 2017/05/29 14:29
gen_external.py : pepify
6cbf34b5
– Martin Hermant <martin.hermant@gmail.com>
authored
on 2017/05/29 14:28
gen_external :
b1f93c4f
– Martin Hermant <martin.hermant@gmail.com>
authored
on 2017/05/29 14:23
gen_external.py : fix func_name to long_name resolving (example : aubio_pitch was getting functions like aubio_pitchyin)
415e3604
– Martin Hermant <martin.hermant@gmail.com>
authored
on 2017/05/29 14:17
gen_external.py : fix wrong in longname in lib generation
8f343e64
– Martin Hermant <martin.hermant@gmail.com>
authored
on 2017/05/29 14:13
src/wscript_build : add cshlib pass for generating aubio.js or aubio.min.js
eea6101b
– Martin Hermant <martin.hermant@gmail.com>
authored
on 2017/05/29 14:12
gen_external.py : clean preprocessor generated strings from stickin pointer notation : ‘ void *my_func()’ => ‘void* my_func()’
341585b8
– Martin Hermant <martin.hermant@gmail.com>
authored
on 2017/05/29 14:10
wscript : emscripten pass more debug flags in debug mode (ASSERTION=2,SAFE_HEAP=1,ALIASING_FUNCTION_POINTERS=0)
150ec2d2
– Martin Hermant <martin.hermant@gmail.com>
authored
on 2017/05/29 12:03
gen_external.py :
56748335
– Martin Hermant <martin.hermant@gmail.com>
authored
on 2017/05/29 09:31
gen_external.py : support parsing of non aubio_ function : fvec and stuffs
15a43e08
– Martin Hermant <martin.hermant@gmail.com>
authored
on 2017/05/29 09:28
gen_external.py : relax a bit parsing of preprocessor code -> one line per {} block no matter if they are actually at end of line (conflict with structs)
deaf39e4
– Martin Hermant <martin.hermant@gmail.com>
authored
on 2017/05/29 07:18
wscript : fix indent error
b075ad88
– Martin Hermant <martin.hermant@gmail.com>
authored
on 2017/05/29 06:59
gen_external.py : force c compiler (emcc defaults to c++)
023e4b22
– Martin Hermant <martin.hermant@gmail.com>
authored
on 2017/05/29 06:50
wscript :
195ecf2b
– Martin Hermant <martin.hermant@gmail.com>
authored
on 2017/05/29 06:46
wscript : remove emscripten default -Oz flag
1539d4b5
– Martin Hermant <martin.hermant@gmail.com>
authored
on 2017/05/29 06:44
wscript : use -Oz when building release with emscripten
fc5e189c
– Martin Hermant <martin.hermant@gmail.com>
authored
on 2017/05/29 06:28
wscript : add spacing after -o flag (else not processed by emmc)
9452505a
– Paul Brossier <piem@piem.org>
authored
on 2017/05/10 06:39
scripts/get_waf.sh: bump to waf 1.9.11
c290245c
– Paul Brossier <piem@piem.org>
authored
on 2017/05/10 06:30
python/lib/aubio/cmd.py: improve error message
b37e2b25
– Paul Brossier <piem@piem.org>
authored
on 2017/05/10 06:25
scripts/setenv_local.sh: clean up, only set LD_LIBRARY_PATH
21eb4c20
– Paul Brossier <piem@piem.org>
authored
on 2017/05/08 11:38
python/demos/demo_tapthebeat.py: play beats using pyaudio
d6befbec
– Paul Brossier <piem@piem.org>
authored
on 2017/04/21 06:19
src/mathutils.c: prevent segfault with latest Accelerate.framework (closes #58, closes #102)
99560279
– Paul Brossier <piem@piem.org>
authored
on 2017/04/21 06:13
src/io/source_avcodec.c: avoid unused variable
a5004903
– Paul Brossier <piem@piem.org>
authored
on 2017/04/16 07:38
python/lib/aubio/cut.py: upgrade to argparse
2bf530e0
– Paul Brossier <piem@piem.org>
authored
on 2017/04/16 07:37
python/lib/aubio/cut.py: pass samplerate to onset or tempo
8f1b3541
– Paul Brossier <piem@piem.org>
authored
on 2017/04/14 21:27
doc/requirements.rst: fix typo and broken link (closes #99)
3d9b41b8
– Paul Brossier <piem@piem.org>
authored
on 2017/04/12 05:49
python/lib/aubio/cmd.py: add -u/--pitch-unit to 'aubio pitch'
3d3d74d4
– Paul Brossier <piem@piem.org>
authored
on 2017/04/11 18:25
Merge branch 'hztirf-master'
5e246a16
– Hannes Fritz <hannes.fritz@gmx.net>
authored
and Paul Brossier <piem@piem.org>
committed
on 2017/04/11 16:58
Update beattracking.h
67f16af7
– Hannes Fritz <hannes.fritz@gmx.net>
authored
and Paul Brossier <piem@piem.org>
committed
on 2017/04/11 16:56
Fix typo
b762f8d4
– Paul Brossier <piem@piem.org>
authored
on 2017/04/10 18:47
README.md, doc/statuslinks.rst: bump latest version to 0.4.5
1a6f2deb
– Paul Brossier <piem@piem.org>
authored
on 2017/04/10 12:27
src/io/source_avcodec.c: more fixes for declaration before assignment
b6788589
– Paul Brossier <piem@piem.org>
authored
on 2017/04/10 12:00
README.md: update zenodo badge
808c8525
– Paul Brossier <piem@piem.org>
authored
on 2017/04/10 11:26
src/io/source_avcodec.c: more fixes for declaration before assignment
5bd9a2b2
– Paul Brossier <piem@piem.org>
authored
on 2017/04/10 11:16
src/io/source_avcodec.c: more fixes for declaration before assignment
de23e588
– Paul Brossier <piem@piem.org>
authored
on 2017/04/10 10:53
src/io/source_avcodec.c: more fixes to declare before assigning
50f39f59
– Paul Brossier <piem@piem.org>
authored
on 2017/04/10 10:35
src/io/source_avcodec.c: fix for windows vc9
6d8a6403
– Paul Brossier <piem@piem.org>
authored
on 2017/04/10 10:34
VERSION: bump to 0.4.6~alpha
283a026a
– Paul Brossier <piem@piem.org>
authored
on 2017/04/10 10:34
VERSION: bump to 0.4.5
2610b66f
– Paul Brossier <piem@piem.org>
authored
on 2017/04/10 08:29
ChangeLog: add changelog entry for 0.4.5
67a30536
– Paul Brossier <piem@piem.org>
authored
on 2017/04/10 06:30
python/lib/moresetuptools.py: force adding libav on window (see conda-forge/pkg-config-feedstock#11)
ede63e37
– Paul Brossier <piem@piem.org>
authored
on 2017/04/10 06:08
README.md: less legal, more help
fe030d91
– Paul Brossier <piem@piem.org>
authored
on 2017/04/10 06:07
doc/about.rst: improve credit sentence
65b53817
– Paul Brossier <piem@piem.org>
authored
on 2017/04/08 08:09
wscript: lower libswresample required to >= 1.2.0
2111793e
– Paul Brossier <piem@piem.org>
authored
on 2017/04/07 12:38
README.md, doc/about.rst: update copyright year
8122581d
– Paul Brossier <piem@piem.org>
authored
on 2017/04/07 12:05
scripts/build_mingw: generate .def file (closes #97)
d6098415
– Paul Brossier <piem@piem.org>
authored
on 2017/04/07 11:44
scripts/build_mingw: update to latest ffmpeg build
6709422b
– Paul Brossier <piem@piem.org>
authored
on 2017/04/07 11:44
scripts/build_mingw: fix dll location, generate def file
5b44a266
– Paul Brossier <piem@piem.org>
authored
on 2017/04/07 11:44
scripts/build_mingw: use this_version.py to get current version
ddc9733e
– Paul Brossier <piem@piem.org>
authored
on 2017/04/07 11:34
this_version.py: add options to get only libaubio or python-aubio version
f4dbf64b
– Paul Brossier <piem@piem.org>
authored
on 2017/04/07 11:31
README.md: simplify badges
82502145
– Paul Brossier <piem@piem.org>
authored
on 2017/04/07 11:16
src/io/source_avcodec.c: avoid double free with libavformat56
7a2666f1
– Paul Brossier <piem@piem.org>
authored
on 2017/04/05 11:29
README.md: add citation info, credits moved to manual
60fdc893
– Paul Brossier <piem@piem.org>
authored
on 2017/04/05 11:28
doc/about.rst: add credits page
067d794f
– Paul Brossier <piem@piem.org>
authored
on 2017/04/05 10:33
README.md: update list of command line tools
c2e23629
– Paul Brossier <piem@piem.org>
authored
on 2017/04/05 10:33
README.md: rewrite python paragraph
b0d06312
– Paul Brossier <piem@piem.org>
authored
on 2017/04/05 10:32
README.md: add zenodo link
c3b1a7dd
– Paul Brossier <piem@piem.org>
authored
on 2017/04/05 10:32
README.md: remove audio devices for now
35021195
– Paul Brossier <piem@piem.org>
authored
on 2017/04/05 07:49
Merge branch 'awhitening'
c82859f3
– Paul Brossier <piem@piem.org>
authored
on 2017/04/05 07:47
src/onset/onset.c: add old_default mode
e8b47cec
– Paul Brossier <piem@piem.org>
authored
on 2017/04/05 07:47
src/spectral/specdesc.c: add old_default
dccfad21
– Paul Brossier <piem@piem.org>
authored
on 2017/03/27 07:02
src/onset/onset.c: improve specflux parameters
93579e53
– Paul Brossier <piem@piem.org>
authored
on 2017/03/27 06:37
src/onset/onset.c: avoid start with doubled or negative onset
25e0b0ef
– Paul Brossier <piem@piem.org>
authored
on 2017/03/27 06:34
python/tests/test_onset.py: simply check that threshold, minioi and delay are > 0
0eca01fd
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 14:17
README.md: show appveyor status of master branch
b31a91c1
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 13:49
Merge branch 'master' into awhitening
bd973b05
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 13:49
src/onset/onset.c: improve default parameters
7b711b3b
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 13:48
examples/aubioonset.c: also display awhitening and compression
340f5c70
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 13:45
src/onset/onset.h: rename logmag_compression to compression
b63c7d39
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 13:38
src/cvec.h: add formula
40ed6a70
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 13:38
src/onset/onset.h: rename to awhitening, add logmap_compression
fa3edc69
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 12:28
src/onset/onset.h: add _reset and _set_default_parameters
fa0ef3b8
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 12:21
src/spectral/awhitening.h: add _set_floor/_get_floor, improve documentation
b6690669
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 11:58
src/synth/wavetable.c: always clamp wavetable
b67e715f
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 11:40
examples/aubioonset.c: get parameters from created instances
5f0ad507
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 11:39
src/synth/wavetable.c: always clamp wavetable
b39a6766
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 10:55
README.md: update documentation links
92f334f4
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 10:55
README.md: remove maxAge
1239d230
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 10:36
Merge branch 'master' into awhitening
a24a84ef
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 10:30
wscript: pass version to doxygen
eff9f71f
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 10:23
doc/full.cfg: derive from doc/web.cfg
7928b3b8
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 09:33
src/spectral/awhitening.h: fix documentation
911b175d
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 09:31
Merge branch 'master' into awhitening
1136442d
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 09:19
src/musicutils.h: fix documentation for fvec_clamp
6e8f0215
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 09:19
src/cvec.h: fix cvec_logmag documentation
81774834
– Paul Brossier <piem@piem.org>
authored
on 2017/03/26 09:09
Merge branch 'master' into awhitening
2a7bcaac
– Paul Brossier <piem@piem.org>
authored
on 2017/03/25 07:57
README.md: fix appveyor link
3e944fe4
– Paul Brossier <piem@piem.org>
authored
on 2017/03/25 07:47
src/io/source_avcodec.c: hide EAGAIN warning, skip to next frame immediately
657a20a1
– Paul Brossier <piem@piem.org>
authored
on 2017/03/25 07:36
python/lib/aubio/cmd.py: remove unused variable
aec6ca8f
– Paul Brossier <piem@piem.org>
authored
on 2017/03/25 07:14
doc/conf.py: do not rebuild included documents
18373d88
– Paul Brossier <piem@piem.org>
authored
on 2017/03/25 07:12
doc/xcode_frameworks.rst: remove duplicated label
09ff6eed
– Paul Brossier <piem@piem.org>
authored
on 2017/03/25 07:12
doc/installing.rst: improve cheats
a4bd8d65
– Paul Brossier <piem@piem.org>
authored
on 2017/03/25 07:12
doc/android.rst: shorten title
e0e48712
– Paul Brossier <piem@piem.org>
authored
on 2017/03/24 16:39
doc/installing.rst: fix include
6f6c336d
– Paul Brossier <piem@piem.org>
authored
on 2017/03/24 16:35
doc/: add cheat sheet, clean up
a7eca0dc
– Paul Brossier <piem@piem.org>
authored
on 2017/03/24 16:09
doc/develop.rst: fix punctuation
e3c83bb9
– Paul Brossier <piem@piem.org>
authored
on 2017/03/24 16:07
doc/cli.rst: revamp
Next