shithub: aubio

RSS feed

b1c0770c – Paul Brossier <piem@piem.org> authored on 2016/09/27 20:22
src/spectral/ooura_fft8g.c: prefix public function with aubio_ooura_ to avoid with other apps using ooura (e.g. puredata), make internal functions static

85261021 – Paul Brossier <piem@piem.org> authored on 2016/09/27 14:26
src/spectral/fft.c: add message about fftw3 being able to do non-power of two sizes

7d01fdfb – Paul Brossier <piem@piem.org> authored on 2016/09/23 03:50
python/tests/test_pitchshift.py: get message from aubio.pitchshift

ad653468 – Paul Brossier <piem@piem.org> authored on 2016/09/23 02:57
Merge branch 'master' into pitchshift

bd8a92d0 – Paul Brossier <piem@piem.org> authored on 2016/09/22 23:24
python/ext/py-source.c: use error string set in src/io/source.c

3528079e – Paul Brossier <piem@piem.org> authored on 2016/09/22 23:23
python/ext/py-phasevoc.c: use error string set in src/spectral/phasevoc.c

dab4a4cf – Paul Brossier <piem@piem.org> authored on 2016/09/22 23:22
python/ext/py-fft.c: use error string set in src/spectral/fft.c

1d01e515 – Paul Brossier <piem@piem.org> authored on 2016/09/22 22:43
src/io/source_sndfile.c: add support for multi-channel resampling

50a82601 – Paul Brossier <piem@piem.org> authored on 2016/09/22 21:27
python/tests/test_source.py: break long line

790b6d7b – Paul Brossier <piem@piem.org> authored on 2016/09/22 21:14
src/notes/notes.c: fix error message

9bfef718 – Paul Brossier <piem@piem.org> authored on 2016/09/22 20:50
src/spectral/fft.h: strip example path

12e91a68 – Paul Brossier <piem@piem.org> authored on 2016/09/22 20:07
python/tests/test_specdesc.py: RuntimeError is now raised on wrong mode

2763582d – Paul Brossier <piem@piem.org> authored on 2016/09/22 20:06
src/spectral/specdesc.c: return NULL if wrong mode asked

6e5dd2b2 – Paul Brossier <piem@piem.org> authored on 2016/09/22 20:06
src/utils/log.c: add header, remove unused code

784de2f5 – Paul Brossier <piem@piem.org> authored on 2016/09/22 20:01
src/aubio.h: add some links to examples

8076ecd0 – Paul Brossier <piem@piem.org> authored on 2016/09/22 19:26
tests/src/spectral/test-fft.c: fix default size

bf1c0e43 – Paul Brossier <piem@piem.org> authored on 2016/09/22 19:16
src/spectral/specdesc.c: remove trailing spaces

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

3ffedf22 – Paul Brossier <piem@piem.org> authored on 2016/09/21 14:02
src/effects/pitchshift_rubberband.c: fix error message

25a19c2d – Paul Brossier <piem@piem.org> authored on 2016/09/21 13:36
src/effects/pitchshift.h: split implementations in two files, move option parsing to rubberband_utils.c

6e6849d3 – Paul Brossier <piem@piem.org> authored on 2016/09/21 13:10
tests/src/effects/test-pitchshift.c: add option for mode, shuffle options order

9953f096 – Paul Brossier <piem@piem.org> authored on 2016/09/21 12:56
tests/src/effects/test-pitchshift.c: use 64 hopsize by default

ce0dfe91 – Paul Brossier <piem@piem.org> authored on 2016/09/21 12:55
src/effects/pitchshift.c: fix lower pitchscale limit

d5f538f7 – Paul Brossier <piem@piem.org> authored on 2016/09/21 12:12
tests/src/effects/test-pitchshift.c: clean-up, use fixed tranposistion

4292013a – Paul Brossier <piem@piem.org> authored on 2016/09/21 12:00
python/tests/test_pitchshift.py: make sure a wrong transpose raises RuntimeError

a9eb93e0 – Paul Brossier <piem@piem.org> authored on 2016/09/21 11:55
src/effects/pitchshift.h: use transpose, not pitchscale

e2645cbf – Paul Brossier <piem@piem.org> authored on 2016/09/21 11:54
src/effects/pitchshift.c: remove unused timeratio

8ba8bbea – Paul Brossier <piem@piem.org> authored on 2016/09/21 11:47
Merge branch 'master' into pitchshift

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

6e8aa746 – Paul Brossier <piem@piem.org> authored on 2016/09/21 07:26
src/effects/pitchshift.c: avoid signed/unsigned comparison

aef9691a – Paul Brossier <piem@piem.org> authored on 2016/09/20 21:49
Merge branch 'master' into pitchshift

c2f7db84 – Paul Brossier <piem@piem.org> authored on 2016/09/20 21:49
python/tests/test_pitchshift.py: catch runtime error here too

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

04fc360d – Paul Brossier <piem@piem.org> authored on 2016/09/20 21:33
python/demos/demo_pitchshift.py: default to 64 hop

a0e0f562 – Paul Brossier <piem@piem.org> authored on 2016/09/20 21:32
python/tests/test_pitchshift.py: run in a few modes

b3f79ca1 – Paul Brossier <piem@piem.org> authored on 2016/09/20 19:24
python/demos/demo_pitchshift.py: add mode option

46243dd4 – Paul Brossier <piem@piem.org> authored on 2016/09/20 07:13
src/effects/pitchshift.c: fix max_process_size, simplify warm-up

ed9696f3 – Paul Brossier <piem@piem.org> authored on 2016/09/19 18:50
src/effects/pitchshift.c: avoid error with rubberband 1.3, print a warning

e467cf9c – Paul Brossier <piem@piem.org> authored on 2016/09/19 16:30
src/effects/pitchshift.c: simplify warm-up code, remove old strcmp

36e9cfeb – Paul Brossier <piem@piem.org> authored on 2016/09/19 16:22
src/effects/pitchshift.c: simplify _do, calling available after process

7a5f963c – Paul Brossier <piem@piem.org> authored on 2016/09/19 16:14
src/effects/pitchshift.c: add crispness as per rubberband command line option

a6ba2ed1 – Paul Brossier <piem@piem.org> authored on 2016/09/19 16:13
src/effects/pitchshift.h: improve documentation

2d128daf – Paul Brossier <piem@piem.org> authored on 2016/09/18 08:54
src/effects/pitchshift.h: add aubio_pitchshift_get_latency

0ae2eb84 – Paul Brossier <piem@piem.org> authored on 2016/09/16 23:35
.travis.yml: add libsamplerate and libsndfile to brew, disable them to build fat

29e8f521 – Paul Brossier <piem@piem.org> authored on 2016/09/16 23:32
src/effects/pitchshift.c: clean-up options, set to default

8e1328f9 – Paul Brossier <piem@piem.org> authored on 2016/09/16 23:20
wscript: loosen rubberband version

f9cca9c8 – Paul Brossier <piem@piem.org> authored on 2016/09/16 23:18
python/lib/gen_code.py: compare to value in param_init

60cbfe8a – Paul Brossier <piem@piem.org> authored on 2016/09/16 23:09
python/tests/test_pitchshift.py: skip test on RuntimeError

24dfc3dc – Paul Brossier <piem@piem.org> authored on 2016/09/16 23:09
python/tests/test_pitchshift.py: fix import

fe6a4cdd – Paul Brossier <piem@piem.org> authored on 2016/09/16 23:03
python/tests/test_pitchshift.py: add minimal tests

c2d076b3 – Paul Brossier <piem@piem.org> authored on 2016/09/16 22:58
.travis.yml: add rubberband

b71e8b67 – Paul Brossier <piem@piem.org> authored on 2016/09/16 22:31
python/lib/gen_code.py: fix regression from previous commit

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

659900bf – Paul Brossier <piem@piem.org> authored on 2016/09/16 21:47
python/demos/demo_pitchshift.py: add simple pitch demo with a ramp

0015a549 – Paul Brossier <piem@piem.org> authored on 2016/09/16 21:45
src/wscript_build: add rubberband if found

af24139a – Paul Brossier <piem@piem.org> authored on 2016/09/16 21:45
python/lib/gen_code.py: add pitchshift

f6c4c1c4 – Paul Brossier <piem@piem.org> authored on 2016/09/16 21:44
src/effects/pitchshift.c: add some comments

732cf3a0 – Paul Brossier <piem@piem.org> authored on 2016/09/16 21:43
src/effects/pitchshift.h: fix documentation

80b5bbd3 – Paul Brossier <piem@piem.org> authored on 2016/09/16 21:36
src/effects/pitchshift.h: add a pitch shifter based on rubberband

b83449d3 – Paul Brossier <piem@piem.org> authored on 2016/09/16 21:04
python/lib/moresetuptools.py: check if rubberband can be found

d9d10104 – Paul Brossier <piem@piem.org> authored on 2016/09/16 20:57
wscript: check if rubberband can be foud

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

Next