shithub: aubio

RSS feed

e561ca77 – Paul Brossier <piem@piem.org> authored on 2018/09/17 21:41
scripts/get_waf.sh: verify signature if gpg available

3a8f0bfe – Paul Brossier <piem@piem.org> authored on 2018/09/17 11:14
Merge branch 'fix/jack-midi-buffer'

8ba682a1 – Paul Brossier <piem@piem.org> authored on 2018/09/17 11:08
examples/utils.c: define MAX_MIDI_EVENT_SIZE

d47ad546 – Paul Brossier <piem@piem.org> authored on 2018/09/17 09:47
Merge branch 'jack-midi-buffer-fix' of https://github.com/cyclopsian/aubio into fix/jack-midi-buffer

f7771c6b – cyclopsian <cycl0ps@tuta.io> authored on 2018/09/16 18:31
Fix examples failing to send more than one JACK midi event per frame

8c4918ae – Paul Brossier <piem@piem.org> authored on 2018/09/15 14:27
Merge branch 'feature/fastmfcc'

3aa60b21 – Paul Brossier <piem@piem.org> authored on 2018/09/15 14:01
src/spectral/mfcc.c: move declaration up

c9ca2608 – Paul Brossier <piem@piem.org> authored on 2018/09/15 13:34
Merge branch 'master' into feature/fastmfcc

ad3770fa – Paul Brossier <piem@piem.org> authored on 2018/09/15 13:31
Merge branch 'feature/dct_multiopt'

3cb2a52a – Paul Brossier <piem@piem.org> authored on 2018/09/15 12:50
python/tests/test_dct.py: reduce precision for dct ramp

8b694532 – Paul Brossier <piem@piem.org> authored on 2018/09/15 12:42
src/spectral/dct.c: check if accelerate support size

0fbbb067 – Paul Brossier <piem@piem.org> authored on 2018/09/15 12:41
src/spectral/dct.c: update prototypes

3aac1946 – Paul Brossier <piem@piem.org> authored on 2018/09/15 12:27
Merge branch 'feature/dct_multiopt' into feature/fastmfcc

95e3cba8 – Paul Brossier <piem@piem.org> authored on 2018/09/15 12:20
python/tests/test_dct.py: use float_type

49b19d46 – Paul Brossier <piem@piem.org> authored on 2018/09/15 12:19
src/spectral/dct_accelerate.c: add accelerate suffix

87e181df – Paul Brossier <piem@piem.org> authored on 2018/09/15 11:15
python/tests/test_fvec_shift.py: add tests for shift() and ishift()

b5322759 – Paul Brossier <piem@piem.org> authored on 2018/09/15 10:57
python/ext/py-musicutils.*: add shift(fvec) and ishift(fvec)

6f3dfc0d – Paul Brossier <piem@piem.org> authored on 2018/09/14 14:26
scripts/get_waf.sh: bump to 2.0.11

d62fb905 – Paul Brossier <piem@piem.org> authored on 2018/09/14 14:08
src/io/source_avcodec.c: avoid deprecated call for ffmpeg >= 4.0

9c59a306 – Paul Brossier <piem@piem.org> authored on 2018/09/14 14:07
examples/utils.h: process_block returns void

52c1de9c – Paul Brossier <piem@piem.org> authored on 2018/08/22 11:56
tests/src/spectral/test-dct.c: check reconstruction works

d8b11618 – Paul Brossier <piem@piem.org> authored on 2018/08/22 11:51
src/spectral/mfcc.c: use dct to compute mfcc

3beacb38 – Paul Brossier <piem@piem.org> authored on 2018/08/22 11:43
src/spectral/dct.h: update doxygen comments

a2ed1699 – Paul Brossier <piem@piem.org> authored on 2018/08/22 11:42
python/lib/gen_code.py: kwargs last for py2.x

a243d104 – Paul Brossier <piem@piem.org> authored on 2018/08/13 21:06
python/lib/gen_code.py: also create outputs for rdo

0173e4a9 – Paul Brossier <piem@piem.org> authored on 2018/08/13 21:06
src/spectral/dct.h: explicit output names

aad7702b – Paul Brossier <piem@piem.org> authored on 2018/08/13 21:05
src/spectral/dct.c: ooura supports size > 1

23fea56f – Paul Brossier <piem@piem.org> authored on 2018/08/12 18:37
src/spectral/dct_plain.c: add new line at end of warning

e458af4c – Paul Brossier <piem@piem.org> authored on 2018/08/12 18:36
src/spectral/dct.c: ooura supports any power of 2

eed41335 – Paul Brossier <piem@piem.org> authored on 2018/08/12 18:36
src/spectral/dct_ipp.c: allow size 1

4daa7ec6 – Paul Brossier <piem@piem.org> authored on 2018/08/08 13:23
src/spectral/dct.c: add dct factory

b236757a – Paul Brossier <piem@piem.org> authored on 2018/08/08 13:03
src/spectral/dct_plain.c: add plain dct

98ceec5d – Paul Brossier <piem@piem.org> authored on 2018/08/08 12:50
src/spectral/dct_ooura.c: rename to aubio_dct_ooura

8c501944 – Paul Brossier <piem@piem.org> authored on 2018/08/08 12:49
src/spectral/dct_ipp.c: rename to aubio_dct_ipp

06baeb26 – Paul Brossier <piem@piem.org> authored on 2018/08/08 12:49
src/spectral/dct_fftw.c: rename to aubio_dct_fftw

e0b852a3 – Paul Brossier <piem@piem.org> authored on 2018/08/08 12:48
src/spectral/dct_fftw.c: remove unused symbol

68123547 – Paul Brossier <piem@piem.org> authored on 2018/08/08 12:47
src/spectral/dct_ipp.c: use different space for fwd and inv transform

1f112ccf – Paul Brossier <piem@piem.org> authored on 2018/08/08 12:44
src/spectral/dct_*.c: remove unused cvec.h

189c6ae6 – Paul Brossier <piem@piem.org> authored on 2018/08/07 10:05
Merge branch 'master' into dct

fb4ab893 – Paul Brossier <piem@piem.org> authored on 2018/08/07 09:52
README.md, doc/statuslinks.rst: use latest for commits-since

230101d2 – Paul Brossier <piem@piem.org> authored on 2018/08/06 13:46
Merge branch 'fix/avr_context'

6b98ab95 – Paul Brossier <piem@piem.org> authored on 2018/08/06 13:46
Merge branch 'fix/negative_samplerate'

a4e5a1a2 – Paul Brossier <piem@piem.org> authored on 2018/08/06 13:45
Merge branch 'fix/yinfft_overflow'

ac265260 – Paul Brossier <piem@piem.org> authored on 2018/08/06 13:29
.appveyor.yml: upgrade pip first, always use python -m pip