shithub: aubio

RSS feed

a2b6523e – Paul Brossier <piem@piem.org> authored on 2017/09/30 13:48
Makefile: build python against libaubio to get all coverage

1ae5fc5f – Paul Brossier <piem@piem.org> authored on 2017/09/17 19:15
.travis.yml: only upload lcov for now

6409cba0 – Paul Brossier <piem@piem.org> authored on 2017/09/17 19:14
.travis.yml: also install lcov on osx

dc8864d2 – Paul Brossier <piem@piem.org> authored on 2017/09/17 18:55
Makefile: always generate coverage.info

d85e16fd – Paul Brossier <piem@piem.org> authored on 2017/09/17 18:42
Makefile: set PYTHONPATH=./lib/python for coverage

39b686c4 – Paul Brossier <piem@piem.org> authored on 2017/09/17 18:34
.travis.yml: add lcov and coveralls-lcov

639bf5e2 – Paul Brossier <piem@piem.org> authored on 2017/09/17 18:31
Makefile: add coverage target

dfa4095d – Paul Brossier <piem@piem.org> authored on 2017/09/17 17:22
Merge branch 'master' into coveralls

5eaed62b – Paul Brossier <piem@piem.org> authored on 2017/09/17 17:09
python/tests/test_aubio_cmd.py: avoid unused variable

bdc980bc – Paul Brossier <piem@piem.org> authored on 2017/09/17 17:06
.coveragerc: measure branch coverage

b7399f12 – Paul Brossier <piem@piem.org> authored on 2017/09/17 15:12
.travis.yml: remap from installed package to local source

644c03a8 – Paul Brossier <piem@piem.org> authored on 2017/09/17 11:11
.travis.yml: run coverage only second time, do not clean, coveralls only when tests are run

b57ae47a – Paul Brossier <piem@piem.org> authored on 2017/09/17 11:10
Merge branch 'master' into coveralls

f4fcf022 – Paul Brossier <piem@piem.org> authored on 2017/09/17 10:06
python/tests/test_aubio_cmd.py: fix for python << 3

a729232e – Paul Brossier <piem@piem.org> authored on 2017/09/16 23:42
Merge branch 'master' into coveralls

cfb7fb7b – Paul Brossier <piem@piem.org> authored on 2017/09/16 14:26
aubio.pc.in: remove trailing space

f2a07696 – Paul Brossier <piem@piem.org> authored on 2017/09/16 14:04
src/spectral/mfcc.c: fix typo

799a9403 – Paul Brossier <piem@piem.org> authored on 2017/09/16 13:46
python/tests/test_aubio_*.py: add basic tests

38a965e3 – Paul Brossier <piem@piem.org> authored on 2017/09/16 13:41
Merge branch 'master' into coveralls

c3e98d76 – Paul Brossier <piem@piem.org> authored on 2017/09/16 13:39
src/io/source_avcodec.c: improve error message, prevent un-opened bracket

930bfece – Paul Brossier <piem@piem.org> authored on 2017/09/16 12:49
python/lib/aubio/cmd.py: add silence and time format

c81c3d24 – Paul Brossier <piem@piem.org> authored on 2017/09/16 12:42
python/lib/aubio/cut.py: use AubioArgumentParser

8dd5d403 – Paul Brossier <piem@piem.org> authored on 2017/09/16 12:41
python/lib/aubio/cmd.py: add basic cut command

eb8f7d5c – Paul Brossier <piem@piem.org> authored on 2017/09/16 11:46
python/lib/aubio/cut.py: remove unused variable

c95062be – Paul Brossier <piem@piem.org> authored on 2017/09/16 11:45
python/lib/aubio/cmd.py: use custom parser class

b02d52f1 – Paul Brossier <piem@piem.org> authored on 2017/09/16 08:36
python/lib/aubio/cut.py: clean-up, split in functions

5e56bbdb – Paul Brossier <piem@piem.org> authored on 2017/09/16 08:18
Makefile: run test once, verbose is default

6cf48bc9 – Paul Brossier <piem@piem.org> authored on 2017/09/16 08:16
.travis.yml: custom NOSE2 command

8991aafe – Paul Brossier <piem@piem.org> authored on 2017/09/16 08:09
Makefile: add NOSE2= to redefine nose2 command

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

9a529620 – Paul Brossier <piem@piem.org> authored on 2017/09/14 12:33
python/tests/test_filterbank_mel.py: ignore UserWarnings

e116e192 – Paul Brossier <piem@piem.org> authored on 2017/09/14 12:33
python/tests/test_filterbank*.py: clean-up, improve get_coeff tests

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)

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

482641df – Paul Brossier <piem@piem.org> authored on 2017/05/09 12:12
src/pitch/pitch.h: add missing space

c3de7ca2 – Paul Brossier <piem@piem.org> authored on 2017/05/09 12:11
python/tests/test_pitch.py: add yinfast

67cf45a6 – Paul Brossier <piem@piem.org> authored on 2017/05/09 12:09
python/lib/gen_external.py: omit pitchyinfast

fc359e04 – Paul Brossier <piem@piem.org> authored on 2017/05/09 12:08
doc/web.cfg: ignore yinfast

c73b110c – Paul Brossier <piem@piem.org> authored on 2017/05/09 12:06
src/aubio.h: also include pitchyinfast here

48fa81d3 – Paul Brossier <piem@piem.org> authored on 2017/05/09 12:06
src/pitch/pitch.h: add a note about yinfast

c268bf2c – Paul Brossier <piem@piem.org> authored on 2017/05/09 12:04
src/pitch/pitch.c: add yinfast

67b2dbcc – Paul Brossier <piem@piem.org> authored on 2017/05/09 12:03
src/pitch/pitchyinfast.h: fast version of original yin

45f4f7a2 – Paul Brossier <piem@piem.org> authored on 2017/05/09 11:53
python/demos/demo_fastyin_compare.py: comparison of different yin versions

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

Next