shithub: aubio

RSS feed

f9400d0a – Paul Brossier <piem@piem.org> authored on 2018/10/29 15:22
[py] improve slice_source_at_stamps examples

97a8befe – Paul Brossier <piem@piem.org> authored on 2018/10/29 12:09
[py] add a note about missing last timestamp to slice_source_at_stamps docs

5c6a8587 – Paul Brossier <piem@piem.org> authored on 2018/10/29 11:47
[py] add docstring to slice_source_at_stamps

92a6af0d – Paul Brossier <piem@piem.org> authored on 2018/10/29 11:39
Merge branch 'fix/slicing' into feature/docstrings

adf09b28 – Paul Brossier <piem@piem.org> authored on 2018/10/29 11:37
[py] [cut] use source.samplerate

e126e655 – Paul Brossier <piem@piem.org> authored on 2018/10/29 11:36
[py] [cut] add option --create-first

d194d8ca – Paul Brossier <piem@piem.org> authored on 2018/10/29 11:32
[py] [slicing] add check_first=True to tests

c9c012e6 – Paul Brossier <piem@piem.org> authored on 2018/10/29 11:32
[py] [slicing] add option create_first, default to False

a88594d5 – Paul Brossier <piem@piem.org> authored on 2018/10/29 11:26
[py] [slicing] add end of last region if missing

f0ce8aa3 – Paul Brossier <piem@piem.org> authored on 2018/10/29 11:26
[py] [slicing] add test for missing end of last region

60c8a734 – Paul Brossier <piem@piem.org> authored on 2018/10/29 11:20
[py] slicing.py: fix for slices smaller than hop_size

58a82d4b – Paul Brossier <piem@piem.org> authored on 2018/10/29 11:18
[py] add test with slices shorter than hop_size

04b31afc – Paul Brossier <piem@piem.org> authored on 2018/10/29 11:06
[py] remove old slices from current list

7165fc56 – Paul Brossier <piem@piem.org> authored on 2018/10/29 08:35
[py] [docs] add documentation for note2midi, midi2note, and freq2note

fb1c5e20 – Paul Brossier <piem@piem.org> authored on 2018/10/05 17:58
Merge branch 'feature/azureci'

93d2418e – Paul Brossier <piem@piem.org> authored on 2018/10/05 17:57
Merge branch 'fix/msvcwarnings'

96c97d0c – Paul Brossier <piem@piem.org> authored on 2018/10/05 17:38
Merge branch 'fix/msvcwarnings' into feature/azureci

dbed3ea6 – Paul Brossier <piem@piem.org> authored on 2018/10/05 17:36
azure-pipelines.yml: fail on msvc error

63a14ded – Paul Brossier <piem@piem.org> authored on 2018/10/05 17:21
azure-pipelines.yml: also install gnupg

c8b52aba – Paul Brossier <piem@piem.org> authored on 2018/10/05 17:04
examples/parse_args.h: avoid unreachable code, add comment

faf27028 – Paul Brossier <piem@piem.org> authored on 2018/10/05 16:51
examples/: avoid hiding global

f5b88001 – Paul Brossier <piem@piem.org> authored on 2018/10/05 15:08
azure-pipelines.yml: also install pkg-config

07b47b12 – Paul Brossier <piem@piem.org> authored on 2018/10/05 15:03
azure-pipelines.yml: install some brew packages

622b6dc8 – Paul Brossier <piem@piem.org> authored on 2018/10/05 14:31
wscript: do not ship azure-pipelines.yml

f181953d – Paul Brossier <piem@piem.org> authored on 2018/10/05 14:18
azure-pipelines.yml: add macos image

46155e50 – Paul Brossier <piem@piem.org> authored on 2018/10/05 14:12
azure-pipelines.yml: add windows image

0be7f659 – Paul Brossier <piem@piem.org> authored on 2018/10/05 14:06
azure-pipelines.yml: add basic config

93bcc458 – Paul Brossier <piem@piem.org> authored on 2018/10/04 21:17
Merge branch 'feature/circleci2'

8142a7eb – Paul Brossier <piem@piem.org> authored on 2018/10/04 21:16
wscript: update circle ci config location

ab8bffa2 – Paul Brossier <piem@piem.org> authored on 2018/10/01 09:04
.circleci/config.yml: always show and uninstall, run tests without sounds

3fcc85ea – Paul Brossier <piem@piem.org> authored on 2018/10/01 08:56
.circleci/config.yml: pass -y to pip uninstall

f1baffdf – Paul Brossier <piem@piem.org> authored on 2018/10/01 08:53
.circleci/config.yml: add 3.7 config with no dependencies

2a3f08ff – Paul Brossier <piem@piem.org> authored on 2018/10/01 08:34
.circleci/config.yml: remove simple macos config

538eadaa – Paul Brossier <piem@piem.org> authored on 2018/10/01 08:29
.circleci/config.yml: add simple macos config

500f4c2e – Paul Brossier <piem@piem.org> authored on 2018/10/01 08:19
.circleci/config.yml: add py37

c7155e9d – Paul Brossier <piem@piem.org> authored on 2018/09/26 11:03
Merge branch 'feature/travispy37'

d2141246 – Paul Brossier <piem@piem.org> authored on 2018/09/26 10:44
python/lib/gen_external.py: split long functions

b34a3b47 – Paul Brossier <piem@piem.org> authored on 2018/09/26 08:04
.circleci/config.yml: fix typo

c9701ffc – Paul Brossier <piem@piem.org> authored on 2018/09/26 08:00
.circleci/config.yml: split images

a3637599 – Paul Brossier <piem@piem.org> authored on 2018/09/26 07:52
.circleci/config.yml: update install rule name

4103cb4c – Paul Brossier <piem@piem.org> authored on 2018/09/26 07:45
.circleci/config.yml: force using local nose2

58cc68e4 – Paul Brossier <piem@piem.org> authored on 2018/09/26 07:42
.circleci/config.yml: use pip --user

91ac33fd – Paul Brossier <piem@piem.org> authored on 2018/09/26 07:41
.circleci/config.yml: install pip requirements

f70e1818 – Paul Brossier <piem@piem.org> authored on 2018/09/26 07:33
.circleci/config.yml: add sudo to apt commands

a4aa9604 – Paul Brossier <piem@piem.org> authored on 2018/09/26 07:30
.circleci/config.yml: fix typo

73f02cc1 – Paul Brossier <piem@piem.org> authored on 2018/09/26 07:26
.circleci/config.yml: migrate to circleci2

8ced1e81 – Paul Brossier <piem@piem.org> authored on 2018/09/25 10:11
.appveyor.yml: do force waf to use msvc 14 (tests/ wont compile on 10)

805381ad – Paul Brossier <piem@piem.org> authored on 2018/09/25 10:08
.appveyor.yml: force cl.exe path on 64-bit platforms

a2a313fb – Paul Brossier <piem@piem.org> authored on 2018/09/25 09:59
.appveyor.yml: no msvc hint for waf

0ff34aa7 – Paul Brossier <piem@piem.org> authored on 2018/09/24 19:55
.appveyor.yml: remove quotes, try using mingw on amd64

28c473e0 – Paul Brossier <piem@piem.org> authored on 2018/09/24 19:26
.gitignore: also ignore built wheels

cdc610bf – Paul Brossier <piem@piem.org> authored on 2018/09/24 19:14
.appveyor.yml: clean before building python wheel

6e4dc1ba – Paul Brossier <piem@piem.org> authored on 2018/09/24 19:11
.appveyor.yml: fix indentation

b8015830 – Paul Brossier <piem@piem.org> authored on 2018/09/24 19:09
.appveyor.yml: use powershell to upload and install wheel

205fe439 – Paul Brossier <piem@piem.org> authored on 2018/09/24 18:49
.appveyor.yml: simplify, add test_script, move requirements to install

981e0a38 – Paul Brossier <piem@piem.org> authored on 2018/09/24 18:41
.appveyor.yml: set path first, remove extension

073b969e – Paul Brossier <piem@piem.org> authored on 2018/09/24 18:22
python/lib/gen_external.py: verbose compiler warnings

31742b8e – Paul Brossier <piem@piem.org> authored on 2018/09/24 17:41
python/lib/gen_external.py: always show errors

77d93706 – Paul Brossier <piem@piem.org> authored on 2018/09/23 10:43
.appveyor.yml: add default PATH

a9d425a5 – Paul Brossier <piem@piem.org> authored on 2018/09/23 10:13
.appveyor.yml: remove PATH setting

7d9b8a52 – Paul Brossier <piem@piem.org> authored on 2018/09/23 09:45
.appveyor.yml: remove python 3.4, add 3.6 and 3.7, remove PATH_EXTRAS

12a11157 – Paul Brossier <piem@piem.org> authored on 2018/09/23 07:44
VERSION: bump to 0.4.8~alpha

f16a85ca – Paul Brossier <piem@piem.org> authored on 2018/09/23 07:14
VERSION: bump to 0.4.7

f49cf4cd – Paul Brossier <piem@piem.org> authored on 2018/09/23 06:14
ChangeLog: update to 0.4.7

3d8a6c0b – Paul Brossier <piem@piem.org> authored on 2018/09/23 06:11
doc/*.rst: use console highlighting

109ba428 – Paul Brossier <piem@piem.org> authored on 2018/09/23 06:11
doc/python_module.rst: add note about aubio command

3a6a7766 – Paul Brossier <piem@piem.org> authored on 2018/09/23 05:37
wscript: no CI files in tarball

b8c6c1ea – Paul Brossier <piem@piem.org> authored on 2018/09/22 11:39
src/fmat.c: using blas, not atlas

88e8f529 – Paul Brossier <piem@piem.org> authored on 2018/09/21 15:15
doc/aubionotes.txt: add yinfast to list of available pitch methods

ffb66f0b – Paul Brossier <piem@piem.org> authored on 2018/09/21 15:14
doc/aubiopitch.txt: add note about yinfast

46b065d1 – Paul Brossier <piem@piem.org> authored on 2018/09/21 14:00
doc/requirements.rst: add some blas documentation

b45af44b – Paul Brossier <piem@piem.org> authored on 2018/09/21 13:55
doc/requirements.rst: split media/optimisation libraries

fe05d1fd – Paul Brossier <piem@piem.org> authored on 2018/09/21 13:53
wscript: detect includes for openblas/libblas/atlas

630191c2 – Paul Brossier <piem@piem.org> authored on 2018/09/21 13:50
src/aubio_priv.h: split BLAS and ATLAS support

5447a268 – Paul Brossier <piem@piem.org> authored on 2018/09/21 13:40
examples/parse_args.h: add yinfast to pitch algorithms

445e60f5 – Paul Brossier <piem@piem.org> authored on 2018/09/21 13:30
wscript: add options to disable examples and tests

917adb04 – Paul Brossier <piem@piem.org> authored on 2018/09/18 19:49
python/lib/aubio/cmd.py: fix typo in comment

dbdb48a8 – Paul Brossier <piem@piem.org> authored on 2018/09/18 19:04
python/lib/gen_external.py: pass '-x c' to emcc only

8428a52d – Paul Brossier <piem@piem.org> authored on 2018/09/18 12:11
src/spectral/mfcc.c: avoid undef, use slow version if HAVE_NOOPT

b3146dfd – Paul Brossier <piem@piem.org> authored on 2018/09/18 12:10
src/aubio_priv.h: avoid hard-coded undefs

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

Next