shithub: aubio

RSS feed

f2f06f97 – Paul Brossier <piem@piem.org> authored on 2017/09/15 15:08
.coveragerc: simplify

c918a4db – Paul Brossier <piem@piem.org> authored on 2017/09/14 12:06
.travis.yml: add coveralls

c264516f – Paul Brossier <piem@piem.org> authored on 2017/09/14 11:42
.coveragerc: add basic ignore patterns

c4fc0f2b – Paul Brossier <piem@piem.org> authored on 2017/09/14 10:38
python/demos/demo_tapthebeat.py: prefix unused arguments with _

4d1bf0e5 – Paul Brossier <piem@piem.org> authored on 2017/09/14 10:01
python/demos/demo_bpm_extract.py: add beats_to_bpm

5db398eb – Paul Brossier <piem@piem.org> authored on 2017/09/14 10:00
python/demos/demo_bpm_extract.py: add argparse

8a3acadf – Paul Brossier <piem@piem.org> authored on 2017/09/14 09:36
python/lib/aubio/cmd.py: add help subcommand

70762c51 – Paul Brossier <piem@piem.org> authored on 2017/09/14 09:17
python/lib/aubio/cmd.py: add some doc, prefix unused variables with _

b24c909d – Paul Brossier <piem@piem.org> authored on 2017/09/12 13:11
python/lib/aubio/cmd.py: use frames_read in flush

ee123a07 – Paul Brossier <piem@piem.org> authored on 2017/09/12 13:10
python/lib/aubio/cmd.py: split add_subcommands

896c3a8f – Paul Brossier <piem@piem.org> authored on 2017/09/12 12:51
python/lib/aubio/cmd.py: add quiet subcommand (closes #124)

67ee29f4 – Paul Brossier <piem@piem.org> authored on 2017/09/12 12:47
python/lib/aubio/cmd.py: split buffer and hop sizes

965adee4 – Paul Brossier <piem@piem.org> authored on 2017/09/06 10:01
python/ext/py-phasevoc.c: add _set_window

82f0effd – Paul Brossier <piem@piem.org> authored on 2017/09/06 10:01
src/spectral/phasevoc.h: add _set_window

e1d9cc30 – Paul Brossier <piem@piem.org> authored on 2017/09/06 09:50
src/mathutils.c: add window type 'ones'

34dca870 – Paul Brossier <piem@piem.org> authored on 2017/09/04 11:52
python/demos/demo_wav2midi.py: remove unused variables

3c6a3c46 – Paul Brossier <piem@piem.org> authored on 2017/09/04 11:19
python/demos/demo_wav2midi.py: add simple midi file writer using mido (closes: #134)

34ce7159 – Paul Brossier <piem@piem.org> authored on 2017/07/27 11:03
doc/aubiomfcc.txt: typo coefficents -> coefficients

06c329e9 – Paul Brossier <piem@piem.org> authored on 2017/07/24 14:57
Merge branch 'fix_genexternal.py_syntax'

ccd03272 – Paul Brossier <piem@piem.org> authored on 2017/07/24 11:16
python/demos/demo_yin_compare.py: fix indentation

10703787 – Paul Brossier <piem@piem.org> authored on 2017/07/24 10:13
Merge branch 'yinfast'

9fa0ed1c – Paul Brossier <piem@piem.org> authored on 2017/07/24 10:12
Merge branch 'master' into yinfast

ddea34ba – Paul Brossier <piem@piem.org> authored on 2017/07/24 10:09
Merge branch 'emscripten'

caf5fce9 – Paul Brossier <piem@piem.org> authored on 2017/07/24 10:09
Merge branch 'master' into emscripten

a1cce65b – Paul Brossier <piem@piem.org> authored on 2017/07/24 09:56
doc/web.cfg: update to doxygen 1.8.13

50853b0d – MartinHN <MartinHN@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2017/07/24 06:08
Update gen_external.py

3c230fae – Paul Brossier <piem@piem.org> authored on 2017/06/19 07:55
scripts/get_waf.sh: bump waf to 1.9.12 (see #114)

342eb13e – Martin Hermant <martin.hermant@gmail.com> authored on 2017/05/30 13:50
wscript : emscripten clarify comments on added flags

64212215 – Martin Hermant <martin.hermant@gmail.com> authored on 2017/05/30 13:50
wscript : emscripten : pass debug js flag to examples and tests

4b084a93 – Martin Hermant <martin.hermant@gmail.com> authored on 2017/05/30 07:22
wscript : emscripten

dad51ced – Martin Hermant <martin.hermant@gmail.com> authored on 2017/05/30 07:13
gen_external.py : pepify

51ca615e – Martin Hermant <martin.hermant@gmail.com> authored on 2017/05/30 07:12
gen_external.py : pass skip_object as member of function to allow custom skip_objects lists

6e5c03aa – Martin Hermant <martin.hermant@gmail.com> authored on 2017/05/29 15:47
sett —memory-init-file = 0 also for tests and examples to make them runnable with node

2f5f1e40 – Martin Hermant <martin.hermant@gmail.com> authored on 2017/05/29 15:17
gen_external.py : fix c_declaration cleaning messing with gen_code parsing of member pointers

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)