shithub: aubio

RSS feed

d45f5274 – Paul Brossier <piem@piem.org> authored on 2016/09/22 18:55
python/tests/test_source.py: filter user warnings to avoid spamming the console

67537d79 – Paul Brossier <piem@piem.org> authored on 2016/09/22 18:55
python/ext/aubiomodule.c: use custom logging function for errors and warnings

aa5828d2 – Paul Brossier <piem@piem.org> authored on 2016/09/22 18:41
python/lib/moresetuptools.py: add HAVE_STDARG_H

0000669f – Paul Brossier <piem@piem.org> authored on 2016/09/22 18:34
tests/src/utils/test-log.c: add example for aubio_log_set_function

f5be1157 – Paul Brossier <piem@piem.org> authored on 2016/09/22 18:34
src/aubio_priv.h: use new logging function

c8228c7d – Paul Brossier <piem@piem.org> authored on 2016/09/22 18:33
src/aubio.h: add utils/log.h

c7844d8a – Paul Brossier <piem@piem.org> authored on 2016/09/22 18:33
src/utils/log.h: add new aubio_log_set_function

5392db8c – Paul Brossier <piem@piem.org> authored on 2016/09/22 15:19
src/aubio_priv.h: add stdarg.h

f3343008 – Paul Brossier <piem@piem.org> authored on 2016/09/22 15:15
wscript: add stdarg.h

70b2ab04 – Paul Brossier <piem@piem.org> authored on 2016/09/22 09:48
python/demos/demo_mfcc.py: add options to plot first and second derivatives, and set samplerate/win_s/hop_s, thanks to @jhoelzl (closes #68)

88c89e3b – Paul Brossier <piem@piem.org> authored on 2016/09/22 09:46
python/tests/test_fvec.py: reduce alpha norm precision to 10.-4

fa5d8add – Paul Brossier <piem@piem.org> authored on 2016/09/21 11:24
src/io/source_wavread.c: skip chunks until data is found, or abort

a27576bb – Paul Brossier <piem@piem.org> authored on 2016/09/21 11:23
src/io/source_wavread.c: fix bytes_read for JUNK headers

e087a50b – Paul Brossier <piem@piem.org> authored on 2016/09/21 10:08
.appveyor.yml: make nose2 verbose

17d0f0e2 – Paul Brossier <piem@piem.org> authored on 2016/09/21 10:07
src/io/source_sndfile.c: improve formatting

980a4f42 – Paul Brossier <piem@piem.org> authored on 2016/09/20 21:34
python/tests/test_source.py: use nose2 params to process one sound file per test

7a83a47a – Paul Brossier <piem@piem.org> authored on 2016/09/16 22:04
doc/aubio*.txt: document -T/--timeformat option

99d8cbb1 – Paul Brossier <piem@piem.org> authored on 2016/09/16 15:14
wscript: improve tarball creation (./waf dist)

7800335d – Paul Brossier <piem@piem.org> authored on 2016/09/16 14:33
wscript: build sphinx documentation if sphinx-build is found in PATH

4b251ae9 – Paul Brossier <piem@piem.org> authored on 2016/08/30 12:33
src/spectral/fft.c: make calls to fftw_destroy_plan thread-safe

bfab39c5 – Paul Brossier <piem@piem.org> authored on 2016/08/30 11:07
src/io/source_wavread.c: skip junk chunk

3f961c42 – Paul Brossier <piem@piem.org> authored on 2016/08/30 11:06
src/notes/notes.c: fix out-of-bound write

41fc24f6 – Paul Brossier <piem@piem.org> authored on 2016/08/29 19:21
python/lib/gen_external.py: clean-up

67f0092e – Paul Brossier <piem@piem.org> authored on 2016/08/29 19:07
python/tests/test_cvec.py: simplify

55027f3d – Paul Brossier <piem@piem.org> authored on 2016/08/27 13:43
doc/index.rst: add number of commits since last release, use https

7a8a07e2 – Paul Brossier <piem@piem.org> authored on 2016/08/27 13:23
doc/develop.rst: add some documentation about the c-api

3438b42b – Paul Brossier <piem@piem.org> authored on 2016/08/27 12:21
dox/xcode_frameworks.rst: improve markup

2719c548 – Paul Brossier <piem@piem.org> authored on 2016/08/27 08:13
doc/xcode_frameworks.rst: improve markup

d738d752 – Paul Brossier <piem@piem.org> authored on 2016/08/27 07:40
python/demos/demo_timestretch*: remove unused import

385a9c1e – Paul Brossier <piem@piem.org> authored on 2016/08/27 07:33
doc/requirements.rst: add missing code directive

afa218c2 – Paul Brossier <piem@piem.org> authored on 2016/08/27 07:32
doc/installing.rst: less bragging

e6ce2049 – Paul Brossier <piem@piem.org> authored on 2016/08/27 07:28
python/demos/demo_source_simple.py: make executable

6f29fe3e – Paul Brossier <piem@piem.org> authored on 2016/08/27 07:21
doc/requirements.rst: remove -fembed-bitcode on ios simulator

7b3668ca – Paul Brossier <piem@piem.org> authored on 2016/08/27 07:20
doc/requirements.rst: document --msvc options

30e080c5 – Paul Brossier <piem@piem.org> authored on 2016/08/27 06:37
python/demos/demo_source_simple.py: fix indentation

31c60100 – Paul Brossier <piem@piem.org> authored on 2016/08/26 21:51
python/lib/gen_code.py: fix number of output

a9a1e79a – Paul Brossier <piem@piem.org> authored on 2016/08/26 21:40
doc/requirements.txt: improve

e5234832 – Paul Brossier <piem@piem.org> authored on 2016/08/26 21:07
doc/index.rst: add link to landscape, fix typo

a96413e4 – Paul Brossier <piem@piem.org> authored on 2016/08/26 20:42
doc/index.rst: clean up and add some external links

d44763f5 – Paul Brossier <piem@piem.org> authored on 2016/08/26 20:39
doc/python_module.rst: add demo_source_simple.py

2f965e2f – Paul Brossier <piem@piem.org> authored on 2016/08/26 20:39
doc/cli.rst: include command line manpages

5069da37 – Paul Brossier <piem@piem.org> authored on 2016/08/26 20:23
installing.rst: split and rewrite

88f7cf92 – Paul Brossier <piem@piem.org> authored on 2016/08/26 11:47
doc/index.rst: update

5417b3af – Paul Brossier <piem@piem.org> authored on 2016/08/26 11:39
doc/python_module.rst: improve

f7547e79 – Paul Brossier <piem@piem.org> authored on 2016/08/26 11:39
doc/conf.py: update copyright

40dd7156 – Paul Brossier <piem@piem.org> authored on 2016/08/26 11:36
doc/xcode_frameworks.rst: added page on xcode frameworks

e635771c – Paul Brossier <piem@piem.org> authored on 2016/08/26 11:36
doc/debian_packages.rst: added page on debian packages

0f3ee60b – Paul Brossier <piem@piem.org> authored on 2016/08/26 11:33
doc/: add download.rst, update installing.rst

8c00e7bf – Paul Brossier <piem@piem.org> authored on 2016/08/26 08:23
doc/installing.rst: update locations

241e2fbd – Paul Brossier <piem@piem.org> authored on 2016/08/26 08:17
doc/python_module.rst: add note on pip, clean and remove cd python

8ed5494e – Paul Brossier <piem@piem.org> authored on 2016/08/25 13:43
.appveyor.yml: fix typo in path

c785cc2c – Paul Brossier <piem@piem.org> authored on 2016/08/25 13:39
.appveyor.yml: fix path for windows+python 3.5

50117ac3 – Paul Brossier <piem@piem.org> authored on 2016/08/25 10:48
setup.py: use 0.4.3a2

dc1fbc6d – Paul Brossier <piem@piem.org> authored on 2016/08/25 10:48
setup.py: update description

857fe7ff – Paul Brossier <piem@piem.org> authored on 2016/08/25 10:47
MANIFEST.in: add src/**.c

5d8cc719 – Paul Brossier <piem@piem.org> authored on 2016/08/21 08:45
python/tests/utils.py: by default, use 5 seconds brownoise

6a72ff0b – Paul Brossier <piem@piem.org> authored on 2016/08/20 15:41
python/lib/gen_code.py: improve del_ function, safer DECREF, fix indentation, emit RuntimeError

773a7f38 – Paul Brossier <piem@piem.org> authored on 2016/08/20 15:28
python/demos/demo_tss.py: improve default parameters, exit before plotting

1bd83348 – Paul Brossier <piem@piem.org> authored on 2016/08/20 15:24
python/lib/gen_external.py: enable tss

73e068dd – Paul Brossier <piem@piem.org> authored on 2016/08/20 15:24
python/lib/gen_code.py: add support for multiple _do outputs

eeb45383 – Paul Brossier <piem@piem.org> authored on 2016/08/18 13:23
./python/demos/demo_timestretch{,_online}.py: fix usage string

07364a5e – Paul Brossier <piem@piem.org> authored on 2016/08/17 04:51
VERSION: bump to 0.4.4~alpha

4c38b623 – Paul Brossier <piem@piem.org> authored on 2016/08/17 04:51
Makefile: also get libaubio.5.dylib

97157016 – Paul Brossier <piem@piem.org> authored on 2016/08/16 14:46
ChangeLog: fix changelog

717a8a98 – Paul Brossier <piem@piem.org> authored on 2016/08/16 13:57
VERSION: bump current and age, set revision to 0

67c83b49 – Paul Brossier <piem@piem.org> authored on 2016/08/16 12:47
VERSION: bump to 0.4.3

28832ea8 – Paul Brossier <piem@piem.org> authored on 2016/08/16 12:47
ChangeLog: update for 0.4.3

5e544f1a – Paul Brossier <piem@piem.org> authored on 2016/07/22 18:46
wscript: also exclude .landscape.yml

f6776882 – Paul Brossier <piem@piem.org> authored on 2016/07/22 18:43
.appveyor.yml: hide

7f82f81a – Paul Brossier <piem@piem.org> authored on 2016/07/22 18:14
python/README.md: update (closes #2)

655150ce – Paul Brossier <piem@piem.org> authored on 2016/07/22 17:50
README.md: link to python/README.md

65fc06ff – Paul Brossier <piem@piem.org> authored on 2016/07/22 17:31
Makefile: use scripts/get_waf.sh

9562f08d – Paul Brossier <piem@piem.org> authored on 2016/07/22 17:30
examples/utils.c: change send_noteon to accept floating point midi note number

f280ebd4 – Paul Brossier <piem@piem.org> authored on 2016/07/22 17:29
examples/aubiotrack.c: fix is_beat / is_silence types

2293d6a2 – Paul Brossier <piem@piem.org> authored on 2016/07/22 17:28
examples/: also emit midi note from aubioonset, thanks to topas-rec (closes #62)

1b7f3692 – Paul Brossier <piem@piem.org> authored on 2016/07/22 16:42
Merge branch 'topas-rec-aubiotrack_midi_output'

fb7db6bb – Paul Brossier <piem@piem.org> authored on 2016/07/22 16:36
Merge branch 'aubiotrack_midi_output' of https://github.com/topas-rec/aubio into topas-rec-aubiotrack_midi_output

7858305a – Paul Brossier <piem@piem.org> authored on 2016/07/22 01:27
scripts/get_waf.sh: added simple script to fetch latest waf

25d0c423 – Paul Brossier <piem@piem.org> authored on 2016/07/21 00:07
appveyor.yml: upgrade to waf 1.8.22

7f350414 – Paul Brossier <piem@piem.org> authored on 2016/07/21 00:05
Makefile: back to 1.8.22 for now

281381fc – Paul Brossier <piem@piem.org> authored on 2016/07/20 22:52
{examples,tests}/wscrtip_build: update build target name

ea7428ac – Paul Brossier <piem@piem.org> authored on 2016/07/20 21:38
Makefile: update waf to 1.9.1

004b4311 – Paul Brossier <piem@piem.org> authored on 2016/07/20 21:38
wscript: update

288c193c – Paul Brossier <piem@piem.org> authored on 2016/07/20 21:00
Makefile: use wget or curl

413bc0f2 – Paul Brossier <piem@piem.org> authored on 2016/07/20 11:46
doc/: update to doxyfile 1.8.8

5f852c13 – Paul Brossier <piem@piem.org> authored on 2016/07/20 11:18
src/{fmat,tempo/tempo}.h: fix doxygen comment

fa7c03ae – Paul Brossier <topas@web.de> authored and topas-rec <topas-rec@web.de> committed on 2016/07/13 02:37
Fixed #62 midi output missing in aubiotrack.

9530365e – Paul Brossier <piem@piem.org> authored on 2016/07/12 17:08
python/tests/test_specdesc.py: use correct input size (see #63)

c3957326 – Paul Brossier <piem@piem.org> authored on 2016/07/12 16:26
python/tests/test_mfcc.py: test for wrong input size (see #63)

bf543648 – Paul Brossier <piem@piem.org> authored on 2016/07/12 16:17
python/lib/gen_code.py: add input size checks (see #63)

34e753ca – Paul Brossier <piem@piem.org> authored on 2016/07/09 06:20
Merge branch 'sxalexander-python-readme-typo'

0dfcea59 – Paul Brossier <piem@piem.org> authored on 2016/07/08 11:18
scripts/setenv_local.sh: update to new python-aubio build location

7b69bc61 – Sam Alexander <sxalexander@gmail.com> authored and GitHub <noreply@github.com> committed on 2016/07/08 06:33
Update Readme Typo

24e9b0a2 – Paul Brossier <piem@piem.org> authored on 2016/07/01 13:17
src/musicutils.h: aubio_level_detection input is a constant

84701449 – Paul Brossier <piem@piem.org> authored on 2016/07/01 12:02
python/lib/gen_code.py: add output size for notes

dd18484e – Paul Brossier <piem@piem.org> authored on 2016/07/01 12:02
src/notes/notes.h: clean up prototypes for python generator

ba303e87 – Paul Brossier <piem@piem.org> authored on 2016/07/01 11:27
examples/aubionotes.c: use note aubio_notes object

4b9443c4 – Paul Brossier <piem@piem.org> authored on 2016/07/01 11:26
src/notes/notes.c: complete implementation, now equivalent to examples/aubionotes.c

f264b173 – Paul Brossier <piem@piem.org> authored on 2016/06/22 09:00
Merge branch 'master' into notes

67695860 – Paul Brossier <piem@piem.org> authored on 2016/06/09 06:11
src/io/source_avcodec.c: check if the uri is a network stream using av_url_split, call avformat_network_init() if needed

Next