aubio.git
6 years agoMerge branch 'intel_ipp_pull' of https://github.com/emuell/aubio into emuell-intel_ip...
Paul Brossier [Sun, 1 Oct 2017 10:50:15 +0000 (12:50 +0200)]
Merge branch 'intel_ipp_pull' of https://github.com/emuell/aubio into emuell-intel_ipp_pull

6 years agoMerge branch 'emuell-yin_confidence'
Paul Brossier [Sun, 1 Oct 2017 09:46:29 +0000 (11:46 +0200)]
Merge branch 'emuell-yin_confidence'

6 years agoMerge branch 'yin_confidence' of https://github.com/emuell/aubio into emuell-yin_conf...
Paul Brossier [Sun, 1 Oct 2017 09:44:42 +0000 (11:44 +0200)]
Merge branch 'yin_confidence' of https://github.com/emuell/aubio into emuell-yin_confidence

6 years agoMerge branch 'PR/simplify_emscripten'
Paul Brossier [Sun, 1 Oct 2017 01:27:07 +0000 (03:27 +0200)]
Merge branch 'PR/simplify_emscripten'

6 years agowscript: py3 compat
Paul Brossier [Sun, 1 Oct 2017 01:26:16 +0000 (03:26 +0200)]
wscript: py3 compat

6 years agoscripts/build_emscripten: clean up
Paul Brossier [Sun, 1 Oct 2017 01:25:36 +0000 (03:25 +0200)]
scripts/build_emscripten: clean up

6 years ago.appveyor.yml: fix typo
Paul Brossier [Sat, 30 Sep 2017 23:23:48 +0000 (01:23 +0200)]
.appveyor.yml: fix typo

6 years ago.appveyor.yml: use msvc 14.0 (VS 2015)
Paul Brossier [Sat, 30 Sep 2017 23:21:18 +0000 (01:21 +0200)]
.appveyor.yml: use msvc 14.0 (VS 2015)

6 years agotests/src/io: improve comments
Paul Brossier [Sat, 30 Sep 2017 23:18:30 +0000 (01:18 +0200)]
tests/src/io: improve comments

6 years agowscript: try compiling with msvc 10
Paul Brossier [Sat, 30 Sep 2017 22:47:14 +0000 (00:47 +0200)]
wscript: try compiling with msvc 10

6 years ago.appveyor.yml: no more .bat file
Paul Brossier [Sat, 30 Sep 2017 21:58:05 +0000 (23:58 +0200)]
.appveyor.yml: no more .bat file

6 years ago.appveyor.yml: define PYTHONDIR, not PYTHON
Paul Brossier [Sat, 30 Sep 2017 21:55:13 +0000 (23:55 +0200)]
.appveyor.yml: define PYTHONDIR, not PYTHON

6 years ago.appveyor.yml: try another workaround for appveyor
Paul Brossier [Sat, 30 Sep 2017 21:50:31 +0000 (23:50 +0200)]
.appveyor.yml: try another workaround for appveyor

6 years ago.appveyor.yml: try escaping arguments
Paul Brossier [Sat, 30 Sep 2017 21:46:04 +0000 (23:46 +0200)]
.appveyor.yml: try escaping arguments

6 years ago.appveyor.yml: set python.exe explicitely
Paul Brossier [Sat, 30 Sep 2017 21:41:48 +0000 (23:41 +0200)]
.appveyor.yml: set python.exe explicitely

6 years ago.appveyor.yml: try using get_waf.sh
Paul Brossier [Sat, 30 Sep 2017 21:28:01 +0000 (23:28 +0200)]
.appveyor.yml: try using get_waf.sh

6 years agoscripts/get_waf.sh: build waf from source tarball, add emscripten and syms (see ...
Paul Brossier [Sat, 30 Sep 2017 20:37:25 +0000 (22:37 +0200)]
scripts/get_waf.sh: build waf from source tarball, add emscripten and syms (see #126)

6 years agopython/ext/py-cvec.c: setters to return a negative value on error (closes #17)
Paul Brossier [Sat, 30 Sep 2017 20:23:54 +0000 (22:23 +0200)]
python/ext/py-cvec.c: setters to return a negative value on error (closes #17)

6 years agowscript: remove trailing spaces
Paul Brossier [Sat, 30 Sep 2017 18:24:02 +0000 (20:24 +0200)]
wscript: remove trailing spaces

6 years agoMerge branch 'master' into PR/simplify_emscripten
Paul Brossier [Sat, 30 Sep 2017 18:22:13 +0000 (20:22 +0200)]
Merge branch 'master' into PR/simplify_emscripten

6 years agoscripts/get_waf.sh: waf 2.0.1
Paul Brossier [Sat, 30 Sep 2017 18:19:48 +0000 (20:19 +0200)]
scripts/get_waf.sh: waf 2.0.1

6 years ago.travis.yml: also upload to codecov.io
Paul Brossier [Sat, 30 Sep 2017 16:00:37 +0000 (18:00 +0200)]
.travis.yml: also upload to codecov.io

6 years agoMakefile: build python against libaubio to get all coverage
Paul Brossier [Sat, 30 Sep 2017 15:48:49 +0000 (17:48 +0200)]
Makefile: build python against libaubio to get all coverage

6 years ago.travis.yml: only upload lcov for now
Paul Brossier [Sun, 17 Sep 2017 21:15:17 +0000 (23:15 +0200)]
.travis.yml: only upload lcov for now

6 years ago.travis.yml: also install lcov on osx
Paul Brossier [Sun, 17 Sep 2017 21:14:54 +0000 (23:14 +0200)]
.travis.yml: also install lcov on osx

6 years agoMakefile: always generate coverage.info
Paul Brossier [Sun, 17 Sep 2017 20:55:53 +0000 (22:55 +0200)]
Makefile: always generate coverage.info

6 years agoMakefile: set PYTHONPATH=./lib/python for coverage
Paul Brossier [Sun, 17 Sep 2017 20:42:36 +0000 (22:42 +0200)]
Makefile: set PYTHONPATH=./lib/python for coverage

6 years ago.travis.yml: add lcov and coveralls-lcov
Paul Brossier [Sun, 17 Sep 2017 20:34:04 +0000 (22:34 +0200)]
.travis.yml: add lcov and coveralls-lcov

6 years agoMakefile: add coverage target
Paul Brossier [Sun, 17 Sep 2017 20:31:37 +0000 (22:31 +0200)]
Makefile: add coverage target

6 years agoMerge branch 'master' into coveralls
Paul Brossier [Sun, 17 Sep 2017 19:22:32 +0000 (21:22 +0200)]
Merge branch 'master' into coveralls

6 years agopython/tests/test_aubio_cmd.py: avoid unused variable
Paul Brossier [Sun, 17 Sep 2017 19:09:12 +0000 (21:09 +0200)]
python/tests/test_aubio_cmd.py: avoid unused variable

6 years ago.coveragerc: measure branch coverage
Paul Brossier [Sun, 17 Sep 2017 19:06:28 +0000 (21:06 +0200)]
.coveragerc: measure branch coverage

6 years ago.travis.yml: remap from installed package to local source
Paul Brossier [Sun, 17 Sep 2017 17:12:09 +0000 (19:12 +0200)]
.travis.yml: remap from installed package to local source

6 years ago.travis.yml: run coverage only second time, do not clean, coveralls only when tests...
Paul Brossier [Sun, 17 Sep 2017 13:11:28 +0000 (15:11 +0200)]
.travis.yml: run coverage only second time, do not clean, coveralls only when tests are run

6 years agoMerge branch 'master' into coveralls
Paul Brossier [Sun, 17 Sep 2017 13:10:32 +0000 (15:10 +0200)]
Merge branch 'master' into coveralls

6 years agopython/tests/test_aubio_cmd.py: fix for python << 3
Paul Brossier [Sun, 17 Sep 2017 12:06:03 +0000 (14:06 +0200)]
python/tests/test_aubio_cmd.py: fix for python << 3

6 years agoMerge branch 'master' into coveralls
Paul Brossier [Sun, 17 Sep 2017 01:42:14 +0000 (03:42 +0200)]
Merge branch 'master' into coveralls

6 years agoaubio.pc.in: remove trailing space
Paul Brossier [Sat, 16 Sep 2017 16:26:06 +0000 (18:26 +0200)]
aubio.pc.in: remove trailing space

6 years agosrc/spectral/mfcc.c: fix typo
Paul Brossier [Sat, 16 Sep 2017 16:04:19 +0000 (18:04 +0200)]
src/spectral/mfcc.c: fix typo

6 years agopython/tests/test_aubio_*.py: add basic tests
Paul Brossier [Sat, 16 Sep 2017 15:46:54 +0000 (17:46 +0200)]
python/tests/test_aubio_*.py: add basic tests

6 years agoMerge branch 'master' into coveralls
Paul Brossier [Sat, 16 Sep 2017 15:41:35 +0000 (17:41 +0200)]
Merge branch 'master' into coveralls

6 years agosrc/io/source_avcodec.c: improve error message, prevent un-opened bracket
Paul Brossier [Sat, 16 Sep 2017 15:39:08 +0000 (17:39 +0200)]
src/io/source_avcodec.c: improve error message, prevent un-opened bracket

6 years agopython/lib/aubio/cmd.py: add silence and time format
Paul Brossier [Sat, 16 Sep 2017 14:49:10 +0000 (16:49 +0200)]
python/lib/aubio/cmd.py: add silence and time format

6 years agopython/lib/aubio/cut.py: use AubioArgumentParser
Paul Brossier [Sat, 16 Sep 2017 14:42:20 +0000 (16:42 +0200)]
python/lib/aubio/cut.py: use AubioArgumentParser

6 years agopython/lib/aubio/cmd.py: add basic cut command
Paul Brossier [Sat, 16 Sep 2017 14:41:04 +0000 (16:41 +0200)]
python/lib/aubio/cmd.py: add basic cut command

6 years agopython/lib/aubio/cut.py: remove unused variable
Paul Brossier [Sat, 16 Sep 2017 13:46:12 +0000 (15:46 +0200)]
python/lib/aubio/cut.py: remove unused variable

6 years agopython/lib/aubio/cmd.py: use custom parser class
Paul Brossier [Sat, 16 Sep 2017 13:45:18 +0000 (15:45 +0200)]
python/lib/aubio/cmd.py: use custom parser class

6 years agopython/lib/aubio/cut.py: clean-up, split in functions
Paul Brossier [Sat, 16 Sep 2017 10:36:42 +0000 (12:36 +0200)]
python/lib/aubio/cut.py: clean-up, split in functions

6 years agoMakefile: run test once, verbose is default
Paul Brossier [Sat, 16 Sep 2017 10:18:04 +0000 (12:18 +0200)]
Makefile: run test once, verbose is default

6 years ago.travis.yml: custom NOSE2 command
Paul Brossier [Sat, 16 Sep 2017 10:16:12 +0000 (12:16 +0200)]
.travis.yml: custom NOSE2 command

6 years agoMakefile: add NOSE2= to redefine nose2 command
Paul Brossier [Sat, 16 Sep 2017 10:09:27 +0000 (12:09 +0200)]
Makefile: add NOSE2= to redefine nose2 command

6 years ago.coveragerc: simplify
Paul Brossier [Fri, 15 Sep 2017 17:08:16 +0000 (19:08 +0200)]
.coveragerc: simplify

6 years agopython/tests/test_filterbank_mel.py: ignore UserWarnings
Paul Brossier [Thu, 14 Sep 2017 14:33:56 +0000 (16:33 +0200)]
python/tests/test_filterbank_mel.py: ignore UserWarnings

6 years agopython/tests/test_filterbank*.py: clean-up, improve get_coeff tests
Paul Brossier [Thu, 14 Sep 2017 14:33:21 +0000 (16:33 +0200)]
python/tests/test_filterbank*.py: clean-up, improve get_coeff tests

6 years ago.travis.yml: add coveralls
Paul Brossier [Thu, 14 Sep 2017 14:06:35 +0000 (16:06 +0200)]
.travis.yml: add coveralls

6 years ago.coveragerc: add basic ignore patterns
Paul Brossier [Thu, 14 Sep 2017 13:42:37 +0000 (15:42 +0200)]
.coveragerc: add basic ignore patterns

6 years agopython/demos/demo_tapthebeat.py: prefix unused arguments with _
Paul Brossier [Thu, 14 Sep 2017 12:38:15 +0000 (14:38 +0200)]
python/demos/demo_tapthebeat.py: prefix unused arguments with _

6 years agopython/demos/demo_bpm_extract.py: add beats_to_bpm
Paul Brossier [Thu, 14 Sep 2017 12:01:00 +0000 (14:01 +0200)]
python/demos/demo_bpm_extract.py: add beats_to_bpm

6 years agopython/demos/demo_bpm_extract.py: add argparse
Paul Brossier [Thu, 14 Sep 2017 12:00:19 +0000 (14:00 +0200)]
python/demos/demo_bpm_extract.py: add argparse

6 years agopython/lib/aubio/cmd.py: add help subcommand
Paul Brossier [Thu, 14 Sep 2017 11:36:08 +0000 (13:36 +0200)]
python/lib/aubio/cmd.py: add help subcommand

6 years agopython/lib/aubio/cmd.py: add some doc, prefix unused variables with _
Paul Brossier [Thu, 14 Sep 2017 11:17:54 +0000 (13:17 +0200)]
python/lib/aubio/cmd.py: add some doc, prefix unused variables with _

6 years agopython/lib/aubio/cmd.py: use frames_read in flush
Paul Brossier [Tue, 12 Sep 2017 15:11:14 +0000 (17:11 +0200)]
python/lib/aubio/cmd.py: use frames_read in flush

6 years agopython/lib/aubio/cmd.py: split add_subcommands
Paul Brossier [Tue, 12 Sep 2017 15:10:13 +0000 (17:10 +0200)]
python/lib/aubio/cmd.py: split add_subcommands

6 years agopython/lib/aubio/cmd.py: add quiet subcommand (closes #124)
Paul Brossier [Tue, 12 Sep 2017 14:51:41 +0000 (16:51 +0200)]
python/lib/aubio/cmd.py: add quiet subcommand (closes #124)

6 years agopython/lib/aubio/cmd.py: split buffer and hop sizes
Paul Brossier [Tue, 12 Sep 2017 14:47:42 +0000 (16:47 +0200)]
python/lib/aubio/cmd.py: split buffer and hop sizes

6 years agowscript :
Martin Hermant [Wed, 6 Sep 2017 16:03:33 +0000 (12:03 -0400)]
wscript :
* use waf/extra/c_emscripten
* use node to test js files
add get_waf_emscripten to setup waf with emscripten

6 years agopython/ext/py-phasevoc.c: add _set_window
Paul Brossier [Wed, 6 Sep 2017 12:01:51 +0000 (14:01 +0200)]
python/ext/py-phasevoc.c: add _set_window

6 years agosrc/spectral/phasevoc.h: add _set_window
Paul Brossier [Wed, 6 Sep 2017 12:01:22 +0000 (14:01 +0200)]
src/spectral/phasevoc.h: add _set_window

6 years agosrc/mathutils.c: add window type 'ones'
Paul Brossier [Wed, 6 Sep 2017 11:50:16 +0000 (13:50 +0200)]
src/mathutils.c: add window type 'ones'

6 years agopython/demos/demo_wav2midi.py: remove unused variables
Paul Brossier [Mon, 4 Sep 2017 13:52:14 +0000 (15:52 +0200)]
python/demos/demo_wav2midi.py: remove unused variables

6 years agopython/demos/demo_wav2midi.py: add simple midi file writer using mido (closes: #134)
Paul Brossier [Mon, 4 Sep 2017 13:19:10 +0000 (15:19 +0200)]
python/demos/demo_wav2midi.py: add simple midi file writer using mido (closes: #134)

6 years agoyin pitch confidence tweaks
Eduard Müller [Sun, 30 Jul 2017 20:53:43 +0000 (22:53 +0200)]
yin pitch confidence tweaks

return pitch candidate search's confidence in yin algorithms and not the
global minimum, so that the confidence reflects the returned pitch value

6 years agofixed missing aubio_vDSP_vclr define
Eduard Müller [Sun, 30 Jul 2017 07:58:44 +0000 (09:58 +0200)]
fixed missing aubio_vDSP_vclr define

old fvec_zeros impl never used it with HAVE_ACCELERATE, when
HAVE_MEMCPY_HACKS was also defined

6 years agoRevert ooura reverse fft scaling changes
Eduard Müller [Sat, 29 Jul 2017 20:11:52 +0000 (22:11 +0200)]
Revert ooura reverse fft scaling changes

... and adjusted new Intel IPP fft impls scaling accordingly as well

6 years agoIntel IPP support for aubio
Eduard Müller [Sat, 29 Jul 2017 15:55:35 +0000 (17:55 +0200)]
Intel IPP support for aubio

See emuell/aubio/ intel_ipp2 for details please

6 years agodoc/aubiomfcc.txt: typo coefficents -> coefficients
Paul Brossier [Thu, 27 Jul 2017 13:03:10 +0000 (15:03 +0200)]
doc/aubiomfcc.txt: typo coefficents -> coefficients

6 years agoMerge branch 'fix_genexternal.py_syntax'
Paul Brossier [Mon, 24 Jul 2017 16:57:59 +0000 (18:57 +0200)]
Merge branch 'fix_genexternal.py_syntax'

6 years agoUpdate gen_external.py
MartinHN [Mon, 24 Jul 2017 14:08:01 +0000 (10:08 -0400)]
Update gen_external.py

gen_external :
* fix unused variable in get_all_func_names_from_lib
* use proper python syntax : 'is' and 'not in'

6 years agopython/demos/demo_yin_compare.py: fix indentation
Paul Brossier [Mon, 24 Jul 2017 13:16:22 +0000 (15:16 +0200)]
python/demos/demo_yin_compare.py: fix indentation

6 years agoMerge branch 'yinfast'
Paul Brossier [Mon, 24 Jul 2017 12:13:52 +0000 (14:13 +0200)]
Merge branch 'yinfast'

6 years agoMerge branch 'master' into yinfast
Paul Brossier [Mon, 24 Jul 2017 12:12:55 +0000 (14:12 +0200)]
Merge branch 'master' into yinfast

6 years agoMerge branch 'emscripten'
Paul Brossier [Mon, 24 Jul 2017 12:09:57 +0000 (14:09 +0200)]
Merge branch 'emscripten'

6 years agoMerge branch 'master' into emscripten
Paul Brossier [Mon, 24 Jul 2017 12:09:22 +0000 (14:09 +0200)]
Merge branch 'master' into emscripten

6 years agodoc/web.cfg: update to doxygen 1.8.13
Paul Brossier [Mon, 24 Jul 2017 11:56:54 +0000 (13:56 +0200)]
doc/web.cfg: update to doxygen 1.8.13

6 years agoscripts/get_waf.sh: bump waf to 1.9.12 (see #114)
Paul Brossier [Mon, 19 Jun 2017 09:55:00 +0000 (11:55 +0200)]
scripts/get_waf.sh: bump waf to 1.9.12 (see #114)

6 years agowscript : emscripten clarify comments on added flags
Martin Hermant [Tue, 30 May 2017 21:50:35 +0000 (17:50 -0400)]
wscript : emscripten clarify comments on added flags

6 years agowscript : emscripten : pass debug js flag to examples and tests
Martin Hermant [Tue, 30 May 2017 21:50:07 +0000 (17:50 -0400)]
wscript : emscripten  : pass debug js flag to examples and tests

6 years agowscript : emscripten
Martin Hermant [Tue, 30 May 2017 15:22:26 +0000 (11:22 -0400)]
wscript : emscripten
add NO_FILESYSTEM flag for lib export
add fmat and cvec functions to exported

fix indent error on enable_atlas

6 years agogen_external.py : pepify
Martin Hermant [Tue, 30 May 2017 15:13:21 +0000 (11:13 -0400)]
gen_external.py : pepify

6 years agogen_external.py : pass skip_object as member of function to allow custom skip_objects...
Martin Hermant [Tue, 30 May 2017 15:12:55 +0000 (11:12 -0400)]
gen_external.py : pass skip_object as member of function to allow custom skip_objects lists

6 years agosett —memory-init-file = 0 also for tests and examples to make them runnable with...
Martin Hermant [Mon, 29 May 2017 23:47:16 +0000 (19:47 -0400)]
sett —memory-init-file = 0 also for tests and examples to make them runnable with node

6 years agogen_external.py : fix c_declaration cleaning messing with gen_code parsing of member...
Martin Hermant [Mon, 29 May 2017 23:17:09 +0000 (19:17 -0400)]
gen_external.py : fix c_declaration cleaning messing with gen_code parsing of  member pointers

6 years agogen_external.py :
Martin Hermant [Mon, 29 May 2017 23:12:40 +0000 (19:12 -0400)]
gen_external.py :
fix wrong longname in generate_lib_from_c_declarations
simplify parsing

wscript.py : add _t suffix for added objects

6 years agowscript : emscripten : specify cstlib file format %s.a
Martin Hermant [Mon, 29 May 2017 22:32:25 +0000 (18:32 -0400)]
wscript : emscripten : specify cstlib file format %s.a

6 years agowscript : set memory-init file as a part of generated aubio js lib for easier integra...
Martin Hermant [Mon, 29 May 2017 22:31:44 +0000 (18:31 -0400)]
wscript : set memory-init file as a part of generated aubio js lib for easier integration in web

6 years agowscript : use gen_external code to generate flags passed to emscripten
Martin Hermant [Mon, 29 May 2017 22:30:33 +0000 (18:30 -0400)]
wscript : use gen_external code to generate flags passed to emscripten

6 years agogen_external.py : pepify
Martin Hermant [Mon, 29 May 2017 22:29:20 +0000 (18:29 -0400)]
gen_external.py : pepify

6 years agogen_external :
Martin Hermant [Mon, 29 May 2017 22:28:40 +0000 (18:28 -0400)]
gen_external :
 add function get_all_func_names_from_lib
analyze_c_declarations -> generate_lib_from_c_declarations

6 years agogen_external.py : fix func_name to long_name resolving (example : aubio_pitch was...
Martin Hermant [Mon, 29 May 2017 22:23:37 +0000 (18:23 -0400)]
gen_external.py : fix func_name to long_name resolving (example : aubio_pitch was getting functions like aubio_pitchyin)

6 years agogen_external.py : fix wrong in longname in lib generation
Martin Hermant [Mon, 29 May 2017 22:17:15 +0000 (18:17 -0400)]
gen_external.py : fix wrong in longname in lib generation