aubio.git
7 years agotests/src/utils/test-log.c: improve messages
Paul Brossier [Sun, 8 Jan 2017 14:19:02 +0000 (15:19 +0100)]
tests/src/utils/test-log.c: improve messages

7 years agotests/src/utils/test-log.c: add AUBIO_INF
Paul Brossier [Sun, 8 Jan 2017 14:18:20 +0000 (15:18 +0100)]
tests/src/utils/test-log.c: add AUBIO_INF

7 years agosrc/aubio.h: use https, format examples as list
Paul Brossier [Sun, 8 Jan 2017 14:15:54 +0000 (15:15 +0100)]
src/aubio.h: use https, format examples as list

7 years agowscript: add a target to doxygen rule
Paul Brossier [Sun, 8 Jan 2017 14:14:48 +0000 (15:14 +0100)]
wscript: add a target to doxygen rule

7 years agodoc/python_module.rst: add print(aubio.version)
Paul Brossier [Sun, 8 Jan 2017 13:53:21 +0000 (14:53 +0100)]
doc/python_module.rst: add print(aubio.version)

7 years agosetup.py: remove extra quotes
Paul Brossier [Sun, 8 Jan 2017 13:41:34 +0000 (14:41 +0100)]
setup.py: remove extra quotes

7 years agopython/ext/aubiomodule.c: more hack to avoid msvc issues
Paul Brossier [Sun, 8 Jan 2017 13:37:56 +0000 (14:37 +0100)]
python/ext/aubiomodule.c: more hack to avoid msvc issues

7 years agosrc/utils/log.c: also print warnings to stderr
Paul Brossier [Wed, 4 Jan 2017 15:44:55 +0000 (16:44 +0100)]
src/utils/log.c: also print warnings to stderr

7 years agosrc/aubio_priv.h: use AUBIO_LOG_INF, fix old c style
Paul Brossier [Wed, 4 Jan 2017 15:44:42 +0000 (16:44 +0100)]
src/aubio_priv.h: use AUBIO_LOG_INF, fix old c style

7 years agosrc/utils/log.h: add info
Paul Brossier [Wed, 4 Jan 2017 15:44:00 +0000 (16:44 +0100)]
src/utils/log.h: add info

7 years agowscript: add version to sphinx and manpages
Paul Brossier [Tue, 3 Jan 2017 16:38:27 +0000 (17:38 +0100)]
wscript: add version to sphinx and manpages

7 years agowscript: prepend defaults to honor user cflags
Paul Brossier [Sun, 25 Dec 2016 00:24:41 +0000 (01:24 +0100)]
wscript: prepend defaults to honor user cflags

7 years agowscript: avoid overwritting CFLAGS' -O in release mode
Paul Brossier [Sat, 24 Dec 2016 18:10:40 +0000 (19:10 +0100)]
wscript: avoid overwritting CFLAGS' -O in release mode

7 years ago.travis.yml: add gitter webhook
Paul Brossier [Sat, 24 Dec 2016 10:47:59 +0000 (11:47 +0100)]
.travis.yml: add gitter webhook

7 years agowscript: improve --build-type description, use -O0 in debug mode
Paul Brossier [Sat, 24 Dec 2016 09:45:22 +0000 (10:45 +0100)]
wscript: improve --build-type description, use -O0 in debug mode

7 years agowscript: remove trailing spaces
Paul Brossier [Sat, 24 Dec 2016 09:37:42 +0000 (10:37 +0100)]
wscript: remove trailing spaces

7 years agoMerge branch 'yin-optimizations' of https://github.com/emuell/aubio
Paul Brossier [Sat, 24 Dec 2016 09:36:58 +0000 (10:36 +0100)]
Merge branch 'yin-optimizations' of https://github.com/emuell/aubio

7 years agoMerge branch 'waf-build-tweaks' of https://github.com/emuell/aubio
Paul Brossier [Sat, 24 Dec 2016 09:35:48 +0000 (10:35 +0100)]
Merge branch 'waf-build-tweaks' of https://github.com/emuell/aubio

7 years agoREADME.md: update copyright dates
Paul Brossier [Thu, 22 Dec 2016 09:03:41 +0000 (10:03 +0100)]
README.md: update copyright dates

7 years agopython/demos/demo_pyaudio.py: add some comments, avoid overwriting aubio.pitch
Paul Brossier [Wed, 21 Dec 2016 21:19:22 +0000 (22:19 +0100)]
python/demos/demo_pyaudio.py: add some comments, avoid overwriting aubio.pitch

7 years agopython/demos/demo_pyaudio.py: added simple demo for pyaudio, see #6, closes #78,...
Paul Brossier [Wed, 21 Dec 2016 21:00:32 +0000 (22:00 +0100)]
python/demos/demo_pyaudio.py: added simple demo for pyaudio, see #6, closes #78, thanks to @jhoelzl and @notalentgeek

7 years agodoc/aubionotes.txt: document -M option (see #18)
Paul Brossier [Wed, 21 Dec 2016 11:52:18 +0000 (12:52 +0100)]
doc/aubionotes.txt: document -M option (see #18)

7 years agopython/tests/test_notes.py: test results are correct for 44100Hz_44100f_sine441.wav
Paul Brossier [Wed, 21 Dec 2016 11:37:34 +0000 (12:37 +0100)]
python/tests/test_notes.py: test results are correct for 44100Hz_44100f_sine441.wav

7 years agoadded debug/release build type configuations
Eduard Müller [Tue, 20 Dec 2016 23:16:23 +0000 (00:16 +0100)]
added debug/release build type configuations
...  release (default) enables optimizations (-O2 for GCC, /OX for msvc). debug symbols are enabled in both configurations.

7 years agohelp compiler to optimize aubio_pitchyin_do
Eduard Müller [Tue, 20 Dec 2016 22:24:28 +0000 (23:24 +0100)]
help compiler to optimize aubio_pitchyin_do
... by giving it addresses for all arrays which are referenced in inner loops

7 years agosrc/notes/notes.c: fix get_minioi_ms
Paul Brossier [Sun, 18 Dec 2016 10:28:17 +0000 (11:28 +0100)]
src/notes/notes.c: fix get_minioi_ms

7 years agopython/tests/test_notes.py: add basic tests
Paul Brossier [Sun, 18 Dec 2016 10:27:45 +0000 (11:27 +0100)]
python/tests/test_notes.py: add basic tests

7 years agopython/ext/aubiomodule.c: fix version string on windows
Paul Brossier [Sun, 18 Dec 2016 10:26:58 +0000 (11:26 +0100)]
python/ext/aubiomodule.c: fix version string on windows

7 years agodoc/develop.rst: fix typo
Paul Brossier [Sat, 17 Dec 2016 11:44:34 +0000 (12:44 +0100)]
doc/develop.rst: fix typo

7 years agotests/src/spectral/test-phasevoc.c: fix typos
Paul Brossier [Sat, 17 Dec 2016 11:43:33 +0000 (12:43 +0100)]
tests/src/spectral/test-phasevoc.c: fix typos

7 years agopython/demos/demo_notes.py: add simple notes demos
Paul Brossier [Sat, 17 Dec 2016 11:41:41 +0000 (12:41 +0100)]
python/demos/demo_notes.py: add simple notes demos

7 years agopython/ext/aubiomodule.c: add aubio._aubio.__version__, import as aubio.version
Paul Brossier [Sat, 17 Dec 2016 11:19:20 +0000 (12:19 +0100)]
python/ext/aubiomodule.c: add aubio._aubio.__version__, import as aubio.version

7 years agopython/ext/aubio-types.h: use <> for non local aubio
Paul Brossier [Sat, 17 Dec 2016 11:18:44 +0000 (12:18 +0100)]
python/ext/aubio-types.h: use <> for non local aubio

7 years agosetup.py: define AUBIO_VERSION
Paul Brossier [Sat, 17 Dec 2016 11:18:19 +0000 (12:18 +0100)]
setup.py: define AUBIO_VERSION

7 years agoexamples/aubionotes.c: use new notes, set minioi, send last note off when needed
Paul Brossier [Sat, 17 Dec 2016 11:16:59 +0000 (12:16 +0100)]
examples/aubionotes.c: use new notes, set minioi, send last note off when needed

7 years agosrc/notes/notes.c: use midi note to store pitch candidate, round to nearest note...
Paul Brossier [Sat, 17 Dec 2016 11:12:42 +0000 (12:12 +0100)]
src/notes/notes.c: use midi note to store pitch candidate, round to nearest note, add a variable to define precision

7 years agosrc/notes/notes.h: add aubio_notes_{get,set}_minioi_ms
Paul Brossier [Sat, 17 Dec 2016 11:10:53 +0000 (12:10 +0100)]
src/notes/notes.h: add aubio_notes_{get,set}_minioi_ms

7 years agosrc/io/source_avcodec.c: make sure s->path is set to null
Paul Brossier [Sat, 17 Dec 2016 11:03:24 +0000 (12:03 +0100)]
src/io/source_avcodec.c: make sure s->path is set to null

7 years agoMakefile: fix chmod for osx
Paul Brossier [Fri, 16 Dec 2016 12:48:18 +0000 (13:48 +0100)]
Makefile: fix chmod for osx

7 years agoREADME.md: use https
Paul Brossier [Fri, 16 Dec 2016 12:08:59 +0000 (13:08 +0100)]
README.md: use https

7 years agosrc/notes/notes.c: fix unset silence_threshold
Paul Brossier [Fri, 16 Dec 2016 12:07:47 +0000 (13:07 +0100)]
src/notes/notes.c: fix unset silence_threshold

7 years agopython/lib/gen_external.py: sort generated files
Paul Brossier [Fri, 16 Dec 2016 12:05:03 +0000 (13:05 +0100)]
python/lib/gen_external.py: sort generated files

7 years agoMakefile: chmod go-w waflib, clean cleaner
Paul Brossier [Fri, 16 Dec 2016 12:04:20 +0000 (13:04 +0100)]
Makefile: chmod go-w waflib, clean cleaner

7 years agoMANIFEST.in: exclude full.cfg, include waflib
Paul Brossier [Fri, 16 Dec 2016 12:03:30 +0000 (13:03 +0100)]
MANIFEST.in: exclude full.cfg, include waflib

7 years agowscript: remove full.cfg from tarball
Paul Brossier [Fri, 16 Dec 2016 12:02:54 +0000 (13:02 +0100)]
wscript: remove full.cfg from tarball

7 years agodoc/conf.py: remove hardcoded path
Paul Brossier [Fri, 16 Dec 2016 12:01:49 +0000 (13:01 +0100)]
doc/conf.py: remove hardcoded path

7 years agosrc/io/ioutils.h: add basic documentation
Paul Brossier [Fri, 16 Dec 2016 12:01:17 +0000 (13:01 +0100)]
src/io/ioutils.h: add basic documentation

7 years agodoc/web.cfg: exclude ioutils from doc
Paul Brossier [Fri, 16 Dec 2016 12:00:44 +0000 (13:00 +0100)]
doc/web.cfg: exclude ioutils from doc

7 years agosrc/notes/notes.h: add doxygen header
Paul Brossier [Fri, 16 Dec 2016 12:00:10 +0000 (13:00 +0100)]
src/notes/notes.h: add doxygen header

7 years agosrc/io/source.c: add error message when aubio was compiled with no source
Paul Brossier [Fri, 16 Dec 2016 11:59:30 +0000 (12:59 +0100)]
src/io/source.c: add error message when aubio was compiled with no source

7 years agowscript: also exclude waf files with python3
Paul Brossier [Fri, 16 Dec 2016 11:55:24 +0000 (12:55 +0100)]
wscript: also exclude waf files with python3

7 years agodoc/requirements.rst: add a note about --notests (closes #77)
Paul Brossier [Fri, 16 Dec 2016 11:26:48 +0000 (12:26 +0100)]
doc/requirements.rst: add a note about --notests (closes #77)

7 years agowscript: define HAVE_CONFIG_H here
Paul Brossier [Sun, 11 Dec 2016 23:27:45 +0000 (00:27 +0100)]
wscript: define HAVE_CONFIG_H here

7 years agosrc/aubio_priv.h: move include config.h here
Paul Brossier [Sun, 11 Dec 2016 23:25:07 +0000 (00:25 +0100)]
src/aubio_priv.h: move include config.h here

7 years agopython/lib/moresetuptools.py: mo nore fake config.h here
Paul Brossier [Sun, 11 Dec 2016 23:16:15 +0000 (00:16 +0100)]
python/lib/moresetuptools.py: mo nore fake config.h here

7 years agoexamples/aubioonset.c: use seconds for minioi
Paul Brossier [Sun, 11 Dec 2016 22:21:55 +0000 (23:21 +0100)]
examples/aubioonset.c: use seconds for minioi

7 years agodoc/requirements.rst: improve description of options
Paul Brossier [Sun, 11 Dec 2016 20:12:14 +0000 (21:12 +0100)]
doc/requirements.rst: improve description of options

7 years agodoc/index.rst: more shuffling
Paul Brossier [Sun, 11 Dec 2016 19:55:54 +0000 (20:55 +0100)]
doc/index.rst: more shuffling

7 years agoMakefile: bump waf to 1.9.6
Paul Brossier [Sun, 11 Dec 2016 19:32:22 +0000 (20:32 +0100)]
Makefile: bump waf to 1.9.6

7 years agodoc/*.cfg: prefer https
Paul Brossier [Sun, 11 Dec 2016 19:18:20 +0000 (20:18 +0100)]
doc/*.cfg: prefer https

7 years agodoc/index.rst: move toc at the end, use https, improve syntax
Paul Brossier [Sun, 11 Dec 2016 19:11:09 +0000 (20:11 +0100)]
doc/index.rst: move toc at the end, use https, improve syntax

7 years agodoc/cli_features.rst: add a note
Paul Brossier [Sun, 11 Dec 2016 19:06:59 +0000 (20:06 +0100)]
doc/cli_features.rst: add a note

7 years agodoc/cli_features.rst: add matrix of command line features
Paul Brossier [Sun, 11 Dec 2016 19:03:26 +0000 (20:03 +0100)]
doc/cli_features.rst: add matrix of command line features

7 years agowscript: build sphinx in doc/_build, add a note on install trick
Paul Brossier [Sun, 11 Dec 2016 19:02:04 +0000 (20:02 +0100)]
wscript: build sphinx in doc/_build, add a note on install trick

7 years ago.travis.yml: add xcode8.2, mimick build_apple_frameworks options
Paul Brossier [Sun, 11 Dec 2016 16:57:12 +0000 (17:57 +0100)]
.travis.yml: add xcode8.2, mimick build_apple_frameworks options

7 years agoMakefile: quieten uninstall_python if already uninstalled
Paul Brossier [Sun, 11 Dec 2016 16:48:03 +0000 (17:48 +0100)]
Makefile: quieten uninstall_python if already uninstalled

7 years ago.travis.yml: move xcode8 to osx only, add iosimulator
Paul Brossier [Sun, 11 Dec 2016 16:16:11 +0000 (17:16 +0100)]
.travis.yml: move xcode8 to osx only, add iosimulator

7 years ago.travis.yml: bump to xcode8
Paul Brossier [Sun, 11 Dec 2016 15:59:27 +0000 (16:59 +0100)]
.travis.yml: bump to xcode8

7 years agodoc/aubioonset.txt: add documentation for -M, --minioi
Paul Brossier [Sun, 11 Dec 2016 15:50:07 +0000 (16:50 +0100)]
doc/aubioonset.txt: add documentation for -M, --minioi

7 years agoexamples/aubionotes.c: add warning for missing options
Paul Brossier [Sun, 11 Dec 2016 15:49:47 +0000 (16:49 +0100)]
examples/aubionotes.c: add warning for missing options

7 years agoexamples/aubioonset.c: add minioi option, in millisecond
Paul Brossier [Sun, 11 Dec 2016 15:49:13 +0000 (16:49 +0100)]
examples/aubioonset.c: add minioi option, in millisecond

7 years agoexamples/: only send a last note off when using jack
Paul Brossier [Sun, 11 Dec 2016 15:04:17 +0000 (16:04 +0100)]
examples/: only send a last note off when using jack

7 years agoMakefile: really silent files
Paul Brossier [Sun, 11 Dec 2016 15:00:02 +0000 (16:00 +0100)]
Makefile: really silent files

7 years agodoc/aubioonset.txt: onset, not pitch
Paul Brossier [Sun, 11 Dec 2016 14:05:07 +0000 (15:05 +0100)]
doc/aubioonset.txt: onset, not pitch

7 years agodoc/aubio*.txt: improve -t documentation in aubiocut too
Paul Brossier [Sun, 11 Dec 2016 14:02:13 +0000 (15:02 +0100)]
doc/aubio*.txt: improve -t documentation in aubiocut too

7 years agosrc/io/source_avcodec.c: fix for old libavcodec54
Paul Brossier [Sun, 11 Dec 2016 13:47:39 +0000 (14:47 +0100)]
src/io/source_avcodec.c: fix for old libavcodec54

7 years agosrc/io/source_avcodec.c: includes first
Paul Brossier [Sun, 11 Dec 2016 02:49:05 +0000 (03:49 +0100)]
src/io/source_avcodec.c: includes first

7 years agosrc/io/source_avcodec.c: add backward compatibility for libavcodec55
Paul Brossier [Sun, 11 Dec 2016 02:47:00 +0000 (03:47 +0100)]
src/io/source_avcodec.c: add backward compatibility for libavcodec55

7 years ago.travis.yml: sudo required
Paul Brossier [Sun, 11 Dec 2016 02:11:12 +0000 (03:11 +0100)]
.travis.yml: sudo required

7 years ago.travis.yml: switch from precise to trusty
Paul Brossier [Sun, 11 Dec 2016 01:59:58 +0000 (02:59 +0100)]
.travis.yml: switch from precise to trusty

7 years ago.travis.yml: add ffmpeg and improve noopt on osx
Paul Brossier [Sun, 11 Dec 2016 01:49:57 +0000 (02:49 +0100)]
.travis.yml: add ffmpeg and improve noopt on osx

7 years agopython/lib/gen_external.py: remove duplicate
Paul Brossier [Sun, 11 Dec 2016 01:43:55 +0000 (02:43 +0100)]
python/lib/gen_external.py: remove duplicate

7 years ago.travis.yml: add dpkg-buildflags config
Paul Brossier [Sun, 11 Dec 2016 01:06:28 +0000 (02:06 +0100)]
.travis.yml: add dpkg-buildflags config

7 years agowscript: fix typo
Paul Brossier [Sun, 11 Dec 2016 01:01:26 +0000 (02:01 +0100)]
wscript: fix typo

7 years ago.travis.yml: fix typo
Paul Brossier [Sun, 11 Dec 2016 00:49:14 +0000 (01:49 +0100)]
.travis.yml: fix typo

7 years ago.travis.yml: use AUBIO_NOTESTS to build only lib on ios
Paul Brossier [Sun, 11 Dec 2016 00:46:55 +0000 (01:46 +0100)]
.travis.yml: use AUBIO_NOTESTS to build only lib on ios

7 years agowscript: verbose frameworks, default to no atlas check
Paul Brossier [Sat, 10 Dec 2016 23:57:02 +0000 (00:57 +0100)]
wscript: verbose frameworks, default to no atlas check

7 years ago.travis.yml: add target ios and disable accelerate configs
Paul Brossier [Sat, 10 Dec 2016 23:55:43 +0000 (00:55 +0100)]
.travis.yml: add target ios and disable accelerate configs

7 years agoMakefile: add rules for documentation, simplify listing
Paul Brossier [Sat, 10 Dec 2016 23:48:36 +0000 (00:48 +0100)]
Makefile: add rules for documentation, simplify listing

7 years ago.travis.yml: shuffle order, remove duplicate, add missing opening quote
Paul Brossier [Sat, 10 Dec 2016 22:52:13 +0000 (23:52 +0100)]
.travis.yml: shuffle order, remove duplicate, add missing opening quote

7 years agodoc/aubioonset.txt: improve threshold description (thanks to Peter Parker)
Paul Brossier [Sat, 10 Dec 2016 22:35:37 +0000 (23:35 +0100)]
doc/aubioonset.txt: improve threshold description (thanks to Peter Parker)

7 years agoMANIFEST.in: removed python/ext/config.h
Paul Brossier [Sat, 10 Dec 2016 22:33:56 +0000 (23:33 +0100)]
MANIFEST.in: removed python/ext/config.h

7 years agowscript: add 'manpages', 'sphinx', and 'doxygen' methods to build doc, improve sphinx...
Paul Brossier [Sat, 10 Dec 2016 22:33:37 +0000 (23:33 +0100)]
wscript: add 'manpages', 'sphinx', and 'doxygen' methods to build doc, improve sphinx build, exclude tarball

7 years agoMakefile: use pip to install, add a brief intro
Paul Brossier [Sat, 10 Dec 2016 22:30:39 +0000 (23:30 +0100)]
Makefile: use pip to install, add a brief intro

7 years ago.travis.yml: remove unused ARCH, add ffmpeg on osx
Paul Brossier [Sat, 10 Dec 2016 22:13:16 +0000 (23:13 +0100)]
.travis.yml: remove unused ARCH, add ffmpeg on osx

7 years agoMakefile: factorise pip options
Paul Brossier [Sat, 10 Dec 2016 22:05:41 +0000 (23:05 +0100)]
Makefile: factorise pip options

7 years agopython/lib/aubio/midiconv.py: improve unicode handling, skip UnicodeEncodeError on...
Paul Brossier [Sat, 3 Dec 2016 03:03:47 +0000 (04:03 +0100)]
python/lib/aubio/midiconv.py: improve unicode handling, skip UnicodeEncodeError on python 2.x

7 years agopython/tests/test_{midi2note,note2midi}.py: use nose2.params, add unicode tests
Paul Brossier [Fri, 2 Dec 2016 12:44:12 +0000 (13:44 +0100)]
python/tests/test_{midi2note,note2midi}.py: use nose2.params, add unicode tests

7 years agopython/lib/aubio/midiconv.py: add unicode double sharp and double flat
Paul Brossier [Fri, 2 Dec 2016 12:43:15 +0000 (13:43 +0100)]
python/lib/aubio/midiconv.py: add unicode double sharp and double flat

7 years agopython/lib/moresetuptools.py: also check for HAVE_AUBIO_DOUBLE
Paul Brossier [Fri, 2 Dec 2016 12:03:41 +0000 (13:03 +0100)]
python/lib/moresetuptools.py: also check for HAVE_AUBIO_DOUBLE