Commit 1fdb6eae authored by SeanNaren's avatar SeanNaren
Browse files

Fixed space indent

parent d02dff76
......@@ -54,7 +54,7 @@ torchaudio.save
```
saves a tensor into an audio file. The extension of the given path is used as the saving format.
audio.save(
string, # path to file
string, # path to file
tensor, # NSamples x NChannels 2D tensor
number, # sample_rate of the audio to be saved as
)
......
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