Skip to content

Commit 4ef8525

Browse files
Add back compliance kaldi file (#4080)
1 parent 0d2d014 commit 4ef8525

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

docs/source/compliance.kaldi.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ model implementations and application components.
6666
datasets
6767
models
6868
models.decoder
69+
compliance.kaldi
6970
pipelines
7071

7172
.. toctree::

0 commit comments

Comments
 (0)