shithub: aubio

RSS feed

3ba5d952 – Paul Brossier <piem@piem.org> authored on 2018/11/22 10:28
[ChangeLog] add 0.4.8 entry

b1294cc3 – Paul Brossier <piem@piem.org> authored on 2018/11/22 10:28
[py] set long description content type to markdown

5a02e53e – Paul Brossier <piem@piem.org> authored on 2018/11/21 23:00
[doc] plain todo in wavetable_load

d252666c – Paul Brossier <piem@piem.org> authored on 2018/11/21 22:20
[ci] move homebrew packages to travis addons, skip brew update

9617edd3 – Paul Brossier <piem@piem.org> authored on 2018/11/21 21:48
[make] add branch coverage, improve html report

59bad82f – Paul Brossier <piem@piem.org> authored on 2018/11/21 17:52
[py] include waf_gensyms.py in MANIFEST.in

6abd17e3 – Paul Brossier <piem@piem.org> authored on 2018/11/21 17:16
[tests] use from .utils import, fixes build with pybuild 3.5

429ff6c2 – Paul Brossier <piem@piem.org> authored on 2018/11/21 16:54
[waf] exclude more generated files from tarball

08db8852 – Paul Brossier <piem@piem.org> authored on 2018/11/21 16:42
[ci] remove coveralls from travis, using codecov

8924bdf0 – Paul Brossier <piem@piem.org> authored on 2018/11/21 16:21
[doc] describe single-/double-precision modes

313eb2b1 – Paul Brossier <piem@piem.org> authored on 2018/11/21 15:55
[wavetable] add dummy load implementation, add todo entry in documentation

afe90ee9 – Paul Brossier <piem@piem.org> authored on 2018/11/21 15:53
[wavetable] revert 9511547 to preserve api

89c44aa1 – Paul Brossier <piem@piem.org> authored on 2018/11/21 14:51
[doc] reorder python/README.md sections, group links

d90d5bb0 – Paul Brossier <piem@piem.org> authored on 2018/11/21 14:33
[doc] rewrite python/README.md demo section

007c0a19 – Paul Brossier <piem@piem.org> authored on 2018/11/21 14:28
[doc] move api references to doc, simplify pip instructions, add conda section

39d6fba7 – Paul Brossier <piem@piem.org> authored on 2018/11/21 13:12
[doc] move python tests from python/README.md to doc/python_module.rst

e6a07fe7 – Paul Brossier <piem@piem.org> authored on 2018/11/21 11:41
[pip] use python/README.md for package long description

0c186039 – Paul Brossier <piem@piem.org> authored on 2018/11/21 11:41
[doc] rewrite description, add built with and documentation sections to python/README.md

4da317cf – Paul Brossier <piem@piem.org> authored on 2018/11/21 11:39
[doc] remove installation instructions from python/README.md

43885a7c – Paul Brossier <piem@piem.org> authored on 2018/11/21 11:28
[man] document aubiocut --create-first

e10144ce – Paul Brossier <piem@piem.org> authored on 2018/11/21 09:28
[doc] remove extra parameter in aubio_mfcc_set_mel_coeffs_slaney

5eea3b25 – Paul Brossier <piem@piem.org> authored on 2018/11/20 21:19
[waf] bump to 2.0.12

36366004 – Paul Brossier <piem@piem.org> authored on 2018/11/20 20:53
Merge branch 'fix/pyextwarnings'

062eaf1c – Paul Brossier <piem@piem.org> authored on 2018/11/20 20:28
Merge branch 'fix/py3x_win-amd64' (closes #199, #208)

51284ab5 – Paul Brossier <piem@piem.org> authored on 2018/11/20 19:22
[py] fix filterbank in double-precision mode

0b9e3b8a – Paul Brossier <piem@piem.org> authored on 2018/11/20 18:51
[ci] avoid building twice on appveyor

9fc16eff – Paul Brossier <piem@piem.org> authored on 2018/11/20 18:13
[ci] remove custom path for win64 on appveyor

0a8f63f1 – Paul Brossier <piem@piem.org> authored on 2018/11/20 17:52
[py] fix missing pre-processor output on win-amd64

15c34668 – Paul Brossier <piem@piem.org> authored on 2018/11/20 17:46
[py] fix % escaping in py-source.c

35f7e059 – Paul Brossier <piem@piem.org> authored on 2018/11/20 17:34
[py] filterbank power and norm are floats

35ce4ab5 – Paul Brossier <piem@piem.org> authored on 2018/11/20 17:33
[py] filterbank.set_triangle_bands can accept a float samplerate

7ed058cb – Paul Brossier <piem@piem.org> authored on 2018/11/17 17:11
[test] mfcc.set_mel_coeffs_slaney takes no parameter

a114fe07 – Paul Brossier <piem@piem.org> authored on 2018/11/17 15:21
[tests] improve aubio_filter coverage

11c0d74e – Paul Brossier <piem@piem.org> authored on 2018/11/17 15:20
[tests] improve onset coverage

b41672ce – Paul Brossier <piem@piem.org> authored on 2018/11/17 14:47
[test] improve coverage of filters

f7af440a – Paul Brossier <piem@piem.org> authored on 2018/11/17 14:46
[test] improve coverage of filters

62c2d005 – Paul Brossier <piem@piem.org> authored on 2018/11/17 14:07
[tests] add tests for mfcc filterbank settings

2eb52bd8 – Paul Brossier <piem@piem.org> authored on 2018/11/17 11:36
Merge branch 'feature/mfccparams'

adde1baa – Paul Brossier <piem@piem.org> authored on 2018/11/17 10:56
[Makefile] disable docs when measuring coverage, add option to zero counters

a5762cf3 – Paul Brossier <piem@piem.org> authored on 2018/11/17 10:56
[doc] include meltohz and hztomel

8eecb9f2 – Paul Brossier <piem@piem.org> authored on 2018/11/17 10:27
Merge branch 'feature/melfilterbank' into feature/mfccparams

c5de692d – Paul Brossier <piem@piem.org> authored on 2018/11/17 10:24
[filterbank] add const qualifiers

a5c61828 – Paul Brossier <piem@piem.org> authored on 2018/11/17 10:20
[filterbank] move statement after declaration

1c1dae7f – Paul Brossier <piem@piem.org> authored on 2018/11/17 10:16
[mfcc] default to full range when not using 40 filters

c8798116 – Paul Brossier <piem@piem.org> authored on 2018/11/17 10:15
[mfcc] add slaney mode takes no params

21067f97 – Paul Brossier <piem@piem.org> authored on 2018/11/17 10:15
[py] generate code for setters with no parameters

da01353b – Paul Brossier <piem@piem.org> authored on 2018/11/17 10:15
[api] add fvec_mul

195e22e4 – Paul Brossier <piem@piem.org> authored on 2018/11/17 10:03
[py] generate code for setters with multiple parameters

11c899b6 – Paul Brossier <piem@piem.org> authored on 2018/11/17 10:02
[mfcc] add scale documentation

d66d2ac3 – Paul Brossier <piem@piem.org> authored on 2018/11/17 09:59
[mfcc] remove note about power, add scale

d8eedfa0 – Paul Brossier <piem@piem.org> authored on 2018/11/17 09:56
[filterbank] add unit in doc

10fafc25 – Paul Brossier <piem@piem.org> authored on 2018/11/17 09:55
[mfcc] add slaney (default) and documentation

517630f6 – Paul Brossier <piem@piem.org> authored on 2018/11/17 09:55
[mfcc] add set_mel_coeffs and power

c853c1d1 – Paul Brossier <piem@piem.org> authored on 2018/11/17 09:26
[py] add tests for new filterbank methods

be8b18bc – Paul Brossier <piem@piem.org> authored on 2018/11/17 09:18
[tests] [filterbank] add get/set power/norm calls

a380b733 – Paul Brossier <piem@piem.org> authored on 2018/11/17 09:17
[py] filterbank.set_mel_coeffs_slaney accepts float

69dbe0a2 – Paul Brossier <piem@piem.org> authored on 2018/11/17 09:14
[filterbank] check samplerate in _slaney, use temp variables

f6bfc261 – Paul Brossier <piem@piem.org> authored on 2018/11/17 09:01
[py] check for float in filterbank.set_mel_coeffs, improve parameter names

6d41dac0 – Paul Brossier <piem@piem.org> authored on 2018/11/17 08:54
[filterbank] factorize input validation

0316feb3 – Paul Brossier <piem@piem.org> authored on 2018/11/17 08:24
[filterbank] check input samplerate, not n_bands

992e0ffb – Paul Brossier <piem@piem.org> authored on 2018/11/17 07:35
Merge branch 'master' into feature/melfilterbank

16f0c27f – Paul Brossier <piem@piem.org> authored on 2018/11/17 07:24
[doc] fix filterbank_set_mel_coeffs params

78706cd2 – Paul Brossier <piem@piem.org> authored on 2018/11/17 07:23
[py] add filterbank.set_power and set_norm

831f7027 – Paul Brossier <piem@piem.org> authored on 2018/11/17 07:22
[filterbank] check norm in set_triangle_bands

6b46a4ea – Paul Brossier <piem@piem.org> authored on 2018/11/17 07:21
[filterbank] add docs for norm and power

0e30a125 – Paul Brossier <piem@piem.org> authored on 2018/11/17 07:18
[filterbank] add norm and power parameters

1d518202 – Paul Brossier <piem@piem.org> authored on 2018/11/17 06:40
[filterbank] fix mel htk mode

0d07a2a1 – Paul Brossier <piem@piem.org> authored on 2018/11/17 05:45
[test] pass checks in double precision, rename hztomel

04cd251f – Paul Brossier <piem@piem.org> authored on 2018/11/16 22:16
[py] add filterbank.set_mel_coeffs, improve error messages

fa713bdd – Paul Brossier <piem@piem.org> authored on 2018/11/16 22:15
[filterbank] add set_mel_coeffs

2886984b – Paul Brossier <piem@piem.org> authored on 2018/11/16 21:35
[test] add meltohz tests

bc66f1db – Paul Brossier <piem@piem.org> authored on 2018/11/16 21:31
[py] add meltohz and hztomel with minimal doc

ff9c62af – Paul Brossier <piem@piem.org> authored on 2018/11/16 20:53
[api] add meltohz and hztomel, Slaney and Htk versions

6551a683 – Paul Brossier <piem@piem.org> authored on 2018/11/16 16:18
[source] [avcodec] remove oldavr stuff

ac97e80d – Paul Brossier <piem@piem.org> authored on 2018/11/16 16:14
[source] [avcodec] create resampler once

8a4ccf72 – Paul Brossier <piem@piem.org> authored on 2018/11/16 16:12
[source] [avcodec] downmix signal manually

ca993258 – Paul Brossier <piem@piem.org> authored on 2018/11/16 16:06
[test] add a test using sink and source to check channel mixing

5999ff21 – Paul Brossier <piem@piem.org> authored on 2018/11/14 22:12
Merge branch 'fix/oddfft'

01d4d194 – Paul Brossier <piem@piem.org> authored on 2018/11/14 22:07
Merge branch 'fix/oddfft' (closes #207)

5bcd9b91 – Paul Brossier <piem@piem.org> authored on 2018/11/14 21:21
[fft] limit vDSP to 2**n sizes, add support for radix 3, 5, 15

5a703bdb – Paul Brossier <piem@piem.org> authored on 2018/11/14 21:03
[fft] fix reconstruction for odd sizes (fftw only)

22ec93ac – Paul Brossier <piem@piem.org> authored on 2018/11/14 21:02
[tests] check fft reconstruction for even size and radix 3, 5, 15

9ef3c6e5 – Paul Brossier <piem@piem.org> authored on 2018/11/09 14:14
[filterbank] add a warning for duplicate freqs, improve nyquist warning

693de50a – Paul Brossier <piem@piem.org> authored on 2018/11/09 14:13
[tests] also test for duplicate values in set_triangle_bands

e33d960a – Paul Brossier <piem@piem.org> authored on 2018/11/09 14:05
[filterbank] improve unit tests

edd3dac6 – Paul Brossier <piem@piem.org> authored on 2018/11/09 12:32
[filterbank] remove warning when list starts with 0, add some sanity checks

98c712eb – Paul Brossier <piem@piem.org> authored on 2018/11/09 12:30
[tests] set_triangle_bands should when list starts with 0 (see #206)

bc1ed636 – Paul Brossier <piem@piem.org> authored on 2018/11/05 09:08
[py] [style] improve setup.py

dc74f69e – Paul Brossier <piem@piem.org> authored on 2018/11/05 09:02
[py] move cut_slice from cut to cmd to avoid cyclic import

f8c75aaa – Paul Brossier <piem@piem.org> authored on 2018/11/05 09:01
[py] [style] add space after , in cut.py

a3e152ae – Paul Brossier <piem@piem.org> authored on 2018/11/05 09:01
[py] [style] add space around * in midiconv.py

450c57e1 – Paul Brossier <piem@piem.org> authored on 2018/11/05 08:38
[py] add blank line after imports in __init__.py

a4afbaca – Paul Brossier <piem@piem.org> authored on 2018/11/04 17:09
[waf] avoid shipping generated files in tarball

00ccf476 – Paul Brossier <piem@piem.org> authored on 2018/11/04 17:07
.gitignore: also ignore .eggs and .cache

c3fc8d96 – Paul Brossier <piem@piem.org> authored on 2018/11/04 17:06
[py] simplify waf inclusion in MANIFEST.in, avoiding pyc

ed298b26 – Paul Brossier <piem@piem.org> authored on 2018/11/04 16:08
[py] fix matching " in cmd.py

5f2f4595 – Paul Brossier <piem@piem.org> authored on 2018/11/04 16:06
[py] fix missing eol in cmd.py

eff63abd – Paul Brossier <piem@piem.org> authored on 2018/11/04 16:00
[py] improve style for demo_filterbank.py

254accea – Paul Brossier <piem@piem.org> authored on 2018/11/04 15:58
[py] improve style for demo_source_simple.py

8ebcd3db – Paul Brossier <piem@piem.org> authored on 2018/11/04 15:57
[py] improve style for demo_filter.py

Next