We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02dff7 commit 1fdb6eaCopy full SHA for 1fdb6ea
README.md
@@ -54,7 +54,7 @@ torchaudio.save
54
```
55
saves a tensor into an audio file. The extension of the given path is used as the saving format.
56
audio.save(
57
- string, # path to file
+ string, # path to file
58
tensor, # NSamples x NChannels 2D tensor
59
number, # sample_rate of the audio to be saved as
60
)
0 commit comments