"...text-generation-inference.git" did not exist on "941cd42e0cd2d51bb37a6f84572ceda2976b890d"
Commit a450cf81 authored by jamarshon's avatar jamarshon Committed by cpuhrsch
Browse files

Kaldi MFCC (#228)

parent fd9684c8
...@@ -22,7 +22,7 @@ to use and feel like a natural extension. ...@@ -22,7 +22,7 @@ to use and feel like a natural extension.
- Common audio transforms - Common audio transforms
- [Spectrogram, AmplitudeToDB, MelScale, MelSpectrogram, MFCC, MuLawEncoding, MuLawDecoding, Resample](http://pytorch.org/audio/transforms.html) - [Spectrogram, AmplitudeToDB, MelScale, MelSpectrogram, MFCC, MuLawEncoding, MuLawDecoding, Resample](http://pytorch.org/audio/transforms.html)
- Compliance interfaces: Run code using PyTorch that align with other libraries - Compliance interfaces: Run code using PyTorch that align with other libraries
- [Kaldi: fbank, spectrogram, resample_waveform](https://pytorch.org/audio/compliance.kaldi.html) - [Kaldi: spectrogram, fbank, mfcc, resample_waveform](https://pytorch.org/audio/compliance.kaldi.html)
Dependencies Dependencies
------------ ------------
......
...@@ -15,15 +15,20 @@ produce similar outputs. ...@@ -15,15 +15,20 @@ produce similar outputs.
Functions Functions
--------- ---------
:hidden:`spectrogram`
~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autofunction:: spectrogram
:hidden:`fbank` :hidden:`fbank`
~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autofunction:: fbank .. autofunction:: fbank
:hidden:`spectrogram` :hidden:`mfcc`
~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autofunction:: spectrogram .. autofunction:: mfcc
:hidden:`resample_waveform` :hidden:`resample_waveform`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment