shithub: aubio

RSS feed

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

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

9374e578 – Paul Brossier <piem@piem.org> authored on 2018/11/04 15:01
[py] improve code style of midiconv.py

2c8ada64 – Paul Brossier <piem@piem.org> authored on 2018/11/04 15:01
[py] improve code style of slicing.py

78ebc278 – Paul Brossier <piem@piem.org> authored on 2018/11/04 15:00
[py] improve style of cmd.py

a5c3f2aa – Paul Brossier <piem@piem.org> authored on 2018/11/04 08:42
[doc] [py] improve source/sink descriptions

fa3b1f1e – Paul Brossier <piem@piem.org> authored on 2018/11/04 08:41
[py] [doc] improve source.do/do_multi descriptions

3fb5812a – Paul Brossier <piem@piem.org> authored on 2018/11/04 08:39
[py] [doc] fix sink.__call__ formatting

19237a7c – Paul Brossier <piem@piem.org> authored on 2018/11/04 08:34
[build] wrap long lines in wscript

fedb139a – Paul Brossier <piem@piem.org> authored on 2018/10/31 21:48
[py] update and simplify MANIFEST.in

61e9d991 – Paul Brossier <piem@piem.org> authored on 2018/10/31 21:08
[py] simplify import in gen_external.py

2410f57a – Paul Brossier <piem@piem.org> authored on 2018/10/31 21:04
[py] remove empty init files

7a54b371 – Paul Brossier <piem@piem.org> authored on 2018/10/31 15:36
Merge branch 'fix/pyfvec'

07382d8c – Paul Brossier <piem@piem.org> authored on 2018/10/31 13:37
Merge branch 'feature/docstrings' (see #73)

78561f79 – Paul Brossier <piem@piem.org> authored on 2018/10/31 13:16
[doc] improve demos used in examples

dc3f68dc – Paul Brossier <piem@piem.org> authored on 2018/10/31 13:13
[doc] move examples last

6d4802ff – Paul Brossier <piem@piem.org> authored on 2018/10/31 13:12
[doc] add a note about building the module in double precision

a4a00a58 – Paul Brossier <piem@piem.org> authored on 2018/10/31 12:51
[doc] add py_utils

d6561eaa – Paul Brossier <piem@piem.org> authored on 2018/10/31 12:50
[doc] re-add py_examples

f214e9ce – Paul Brossier <piem@piem.org> authored on 2018/10/31 12:25
[doc] add source and sink doc

f8bf0c2d – Paul Brossier <piem@piem.org> authored on 2018/10/31 12:25
[doc] reorganize python doc

68daf5b8 – Paul Brossier <piem@piem.org> authored on 2018/10/31 12:05
[doc] rename python reference to python-install

71b8af22 – Paul Brossier <piem@piem.org> authored on 2018/10/31 12:03
[doc] add --release-drop to manpages

51070ac2 – Paul Brossier <piem@piem.org> authored on 2018/10/31 11:34
[doc] add page py_datatypes

7cfad8e1 – Paul Brossier <piem@piem.org> authored on 2018/10/30 15:04
[py] add basic module docstring

78c1d32f – Paul Brossier <piem@piem.org> authored on 2018/10/30 13:57
[py] improve fvec doc

6d8ae981 – Paul Brossier <piem@piem.org> authored on 2018/10/30 12:52
[py] improve py-cvec.c doc

37a6942e – Paul Brossier <piem@piem.org> authored on 2018/10/30 12:30
[py] improve py-cvec.c doc

8986239e – Paul Brossier <piem@piem.org> authored on 2018/10/30 11:22
Merge branch 'feature/cdocstrings' into feature/docstrings

152bf4fb – Paul Brossier <piem@piem.org> authored on 2018/10/30 10:32
[doc] start adding autodoc to sphinx documents

ed596f7d – Paul Brossier <piem@piem.org> authored on 2018/10/30 09:22
Merge branch 'master' into feature/docstrings

81abf913 – Paul Brossier <piem@piem.org> authored on 2018/10/30 09:22
Merge branch 'master' into feature/cdocstrings

9b23815e – Paul Brossier <piem@piem.org> authored on 2018/10/30 09:19
[py] use aubio_log message when set by failed aubio_<>_set_<>

4bc10e20 – Paul Brossier <piem@piem.org> authored on 2018/10/30 08:57
Merge branch 'master' into feature/earlynoteoff

357f81e2 – Paul Brossier <piem@piem.org> authored on 2018/10/30 08:56
[cmd] add --silence and --release-drop to notes subcommand

929d76cc – Paul Brossier <piem@piem.org> authored on 2018/10/30 08:55
[doc] add -d/--release-drop to aubionotes manual

4724f609 – Paul Brossier <piem@piem.org> authored on 2018/10/30 08:55
[notes] fails if release_drop <= 0

a07fdb44 – Paul Brossier <piem@piem.org> authored on 2018/10/30 08:53
[tools] add release_drop option to aubionotes

cefa29d8 – Paul Brossier <piem@piem.org> authored on 2018/10/30 06:24
Merge branch 'feature/note2freq'

27ed546f – Paul Brossier <piem@piem.org> authored on 2018/10/30 06:15
[py] [test] expect a small rounding error when using double precision

5ce504db – Paul Brossier <piem@piem.org> authored on 2018/10/30 06:13
[mathutils] increase ln(2) precision in freqtomidi/miditofreq

7be77bb8 – Paul Brossier <piem@piem.org> authored on 2018/10/29 21:04
Merge branch 'feature/note2freq'

476cb419 – Paul Brossier <piem@piem.org> authored on 2018/10/29 21:02
[py] add note2freq to __all__

e9a44026 – Paul Brossier <piem@piem.org> authored on 2018/10/29 20:54
[py] test note2freq

7af37df1 – Paul Brossier <piem@piem.org> authored on 2018/10/29 20:50
[demo] fix bpm_extract arguments

6f944b5b – Paul Brossier <piem@piem.org> authored on 2018/10/29 20:22
[py] add note2freq to midiconv.py

1f07bdd6 – Paul Brossier <piem@piem.org> authored on 2018/10/29 19:57
[py] move midiconv.py import to file header

44582b09 – Paul Brossier <piem@piem.org> authored on 2018/10/29 19:55
[py] midi2note rounds to nearest integer midi note

4afeac2e – Paul Brossier <piem@piem.org> authored on 2018/10/29 19:54
[py] [test] make sure freq2note rounds to nearest integer midi note

40136171 – Paul Brossier <piem@piem.org> authored on 2018/10/29 19:54
[py] wrap long lines in midiconv.py

cc3f129e – Paul Brossier <piem@piem.org> authored on 2018/10/29 19:47
Merge branch 'feature/wrapavcodec'

7e5b1bc5 – Paul Brossier <piem@piem.org> authored on 2018/10/29 19:47
Merge branch 'feature/wrap_py_mod'

8716f633 – Paul Brossier <piem@piem.org> authored on 2018/10/29 19:41
Merge branch 'fix/wavetable'

4583e757 – Paul Brossier <piem@piem.org> authored on 2018/10/29 19:35
[doc] remove trailing blank line

a172dfe0 – Paul Brossier <piem@piem.org> authored on 2018/10/29 19:34
[doc] update copyright year

852fbfef – Paul Brossier <piem@piem.org> authored on 2018/10/29 19:32
[doc] use https

95221ac2 – Paul Brossier <piem@piem.org> authored on 2018/10/29 19:31
Merge branch 'fix/slicing'

ab24edb4 – Paul Brossier <piem@piem.org> authored on 2018/10/29 19:00
[py] [tests] start slice tests at 0

d1b78dc5 – Paul Brossier <piem@piem.org> authored on 2018/10/29 16:55
Merge branch 'fix/slaneyurl'

0d63b5f1 – Paul Brossier <piem@piem.org> authored on 2018/10/29 16:54
Merge branch 'fix/warn_old_avutil'

5332c290 – Paul Brossier <piem@piem.org> authored on 2018/10/29 16:36
Merge branch 'fix/phasevoc'

f9ed5042 – Paul Brossier <piem@piem.org> authored on 2018/10/29 16:35
Merge branch 'feature/azureci' into fix/warn_old_avutil

9cf6462e – Paul Brossier <piem@piem.org> authored on 2018/10/29 16:30
Merge branch 'fix/py2cmd'

31a3fd43 – Paul Brossier <piem@piem.org> authored on 2018/10/29 16:30
Merge branch 'fix/pyfilterbank'

Next