File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. py :module :: torchaudio.compliance.kaldi
2
+
3
+ torchaudio.compliance.kaldi
4
+ ===========================
5
+
6
+ .. currentmodule :: torchaudio.compliance.kaldi
7
+
8
+ The useful processing operations of kaldi _ can be performed with torchaudio.
9
+ Various functions with identical parameters are given so that torchaudio can
10
+ produce similar outputs.
11
+
12
+ .. _kaldi : https://github.com/kaldi-asr/kaldi
13
+
14
+ .. autosummary ::
15
+ :toctree: generated
16
+ :nosignatures:
17
+
18
+ spectrogram
19
+ fbank
20
+ mfcc
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ model implementations and application components.
66
66
datasets
67
67
models
68
68
models.decoder
69
+ compliance.kaldi
69
70
pipelines
70
71
71
72
.. toctree ::
You can’t perform that action at this time.
0 commit comments