Unverified Commit 619da1f2 authored by Jcaw's avatar Jcaw Committed by GitHub
Browse files

Fix links to documentation in README (#1037)

parent 70f429a4
...@@ -14,17 +14,17 @@ processing library. The benefits of PyTorch is be seen in torchaudio through ...@@ -14,17 +14,17 @@ processing library. The benefits of PyTorch is be seen in torchaudio through
having all the computations be through PyTorch operations which makes it easy having all the computations be through PyTorch operations which makes it easy
to use and feel like a natural extension. to use and feel like a natural extension.
- [Support audio I/O (Load files, Save files)](http://pytorch.org/audio/) - [Support audio I/O (Load files, Save files)](http://pytorch.org/audio/stable/)
- Load the following formats into a torch Tensor using SoX - Load the following formats into a torch Tensor using SoX
- mp3, wav, aac, ogg, flac, avr, cdda, cvs/vms, - mp3, wav, aac, ogg, flac, avr, cdda, cvs/vms,
- aiff, au, amr, mp2, mp4, ac3, avi, wmv, - aiff, au, amr, mp2, mp4, ac3, avi, wmv,
- mpeg, ircam and any other format supported by libsox. - mpeg, ircam and any other format supported by libsox.
- [Kaldi (ark/scp)](http://pytorch.org/audio/kaldi_io.html) - [Kaldi (ark/scp)](http://pytorch.org/audio/stable/kaldi_io.html)
- [Dataloaders for common audio datasets (VCTK, YesNo)](http://pytorch.org/audio/datasets.html) - [Dataloaders for common audio datasets (VCTK, YesNo)](http://pytorch.org/audio/stable/datasets.html)
- 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/stable/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: spectrogram, fbank, mfcc, resample_waveform](https://pytorch.org/audio/compliance.kaldi.html) - [Kaldi: spectrogram, fbank, mfcc, resample_waveform](https://pytorch.org/audio/stable/compliance.kaldi.html)
Dependencies Dependencies
------------ ------------
......
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