feature/crepe_org
Last change
on this file since e75a48e was
a5762cf,
checked in by Paul Brossier <piem@piem.org>, 6 years ago
|
[doc] include meltohz and hztomel
|
-
Property mode set to
100644
|
File size:
1.3 KB
|
Rev | Line | |
---|
[a4a00a5] | 1 | .. default-domain:: py |
---|
| 2 | .. currentmodule:: aubio |
---|
| 3 | |
---|
| 4 | Utilities |
---|
| 5 | --------- |
---|
| 6 | |
---|
[6d4802f] | 7 | This section documents various helper functions included in the aubio library. |
---|
[a4a00a5] | 8 | |
---|
| 9 | Note name conversion |
---|
| 10 | .................... |
---|
| 11 | |
---|
| 12 | .. midiconv.py |
---|
| 13 | |
---|
| 14 | .. autofunction:: note2midi |
---|
| 15 | |
---|
| 16 | .. autofunction:: midi2note |
---|
| 17 | |
---|
| 18 | .. autofunction:: freq2note |
---|
| 19 | |
---|
| 20 | .. autofunction:: note2freq |
---|
| 21 | |
---|
| 22 | Frequency conversion |
---|
| 23 | .................... |
---|
| 24 | |
---|
| 25 | .. python/ext/ufuncs.c |
---|
| 26 | |
---|
| 27 | .. autofunction:: freqtomidi |
---|
| 28 | |
---|
| 29 | .. autofunction:: miditofreq |
---|
| 30 | |
---|
[a5762cf] | 31 | .. python/ext/py-musicutils.h |
---|
| 32 | |
---|
| 33 | .. autofunction:: meltohz |
---|
| 34 | |
---|
| 35 | .. autofunction:: hztomel |
---|
| 36 | |
---|
[a4a00a5] | 37 | .. python/ext/aubiomodule.c |
---|
| 38 | |
---|
| 39 | .. autofunction:: bintomidi |
---|
| 40 | .. autofunction:: miditobin |
---|
| 41 | .. autofunction:: bintofreq |
---|
| 42 | .. autofunction:: freqtobin |
---|
| 43 | |
---|
| 44 | Audio file slicing |
---|
| 45 | .................. |
---|
| 46 | |
---|
| 47 | .. slicing.py |
---|
| 48 | |
---|
| 49 | .. autofunction:: slice_source_at_stamps |
---|
| 50 | |
---|
| 51 | Windowing |
---|
| 52 | ......... |
---|
| 53 | |
---|
| 54 | .. python/ext/py-musicutils.h |
---|
| 55 | |
---|
| 56 | .. autofunction:: window |
---|
| 57 | |
---|
| 58 | Audio level detection |
---|
| 59 | ..................... |
---|
| 60 | |
---|
| 61 | .. python/ext/py-musicutils.h |
---|
| 62 | |
---|
| 63 | .. autofunction:: level_lin |
---|
| 64 | .. autofunction:: db_spl |
---|
| 65 | .. autofunction:: silence_detection |
---|
| 66 | .. autofunction:: level_detection |
---|
| 67 | |
---|
| 68 | Vector utilities |
---|
| 69 | ................ |
---|
| 70 | |
---|
| 71 | .. python/ext/aubiomodule.c |
---|
| 72 | |
---|
| 73 | .. autofunction:: alpha_norm |
---|
| 74 | .. autofunction:: zero_crossing_rate |
---|
| 75 | .. autofunction:: min_removal |
---|
| 76 | |
---|
| 77 | .. python/ext/py-musicutils.h |
---|
| 78 | |
---|
| 79 | .. autofunction:: shift |
---|
| 80 | .. autofunction:: ishift |
---|
| 81 | |
---|
| 82 | .. python/ext/ufuncs.c |
---|
| 83 | |
---|
| 84 | .. autofunction:: unwrap2pi |
---|
Note: See
TracBrowser
for help on using the repository browser.