You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/functional.rst
+80-68Lines changed: 80 additions & 68 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,75 @@ torchaudio.functional
8
8
9
9
Functions to perform common audio operations.
10
10
11
+
:hidden:`Utility`
12
+
~~~~~~~~~~~~~~~~~
13
+
14
+
amplitude_to_DB
15
+
---------------
16
+
17
+
.. autofunction:: amplitude_to_DB
18
+
19
+
DB_to_amplitude
20
+
---------------
21
+
22
+
.. autofunction:: DB_to_amplitude
23
+
24
+
create_fb_matrix
25
+
----------------
26
+
27
+
.. autofunction:: create_fb_matrix
28
+
29
+
create_dct
30
+
----------
31
+
32
+
.. autofunction:: create_dct
33
+
34
+
mask_along_axis
35
+
---------------
36
+
37
+
.. autofunction:: mask_along_axis
38
+
39
+
mask_along_axis_iid
40
+
-------------------
41
+
42
+
.. autofunction:: mask_along_axis_iid
43
+
44
+
mu_law_encoding
45
+
---------------
46
+
47
+
.. autofunction:: mu_law_encoding
48
+
49
+
mu_law_decoding
50
+
---------------
51
+
52
+
.. autofunction:: mu_law_decoding
53
+
54
+
apply_codec
55
+
-----------
56
+
57
+
.. autofunction:: apply_codec
58
+
59
+
:hidden:`Complex Utility`
60
+
~~~~~~~~~~~~~~~~~~~~~~~~~
61
+
62
+
Utilities for pseudo complex tensor. This is not for the native complex dtype, such as `cfloat64`, but for tensors with real-value type and have extra dimension at the end for real and imaginary parts.
0 commit comments