We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff1f5d commit fd9cbd1Copy full SHA for fd9cbd1
docs/source/functional.rst
@@ -69,6 +69,11 @@ resample
69
70
.. autofunction:: resample
71
72
+loudness
73
+--------
74
+
75
+.. autofunction:: loudness
76
77
78
:hidden:`Filtering`
79
~~~~~~~~~~~~~~~~~~~
docs/source/transforms.rst
@@ -90,6 +90,13 @@ Transforms are common audio transforms. They can be chained together using :clas
90
91
.. automethod:: forward
92
93
+:hidden:`Loudness`
94
+-------------
95
96
+.. autoclass:: Loudness
97
98
+ .. automethod:: forward
99
100
:hidden:`Feature Extractions`
101
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
102
0 commit comments