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 2ea3972 commit 2872314Copy full SHA for 2872314
beginner_source/audio_preprocessing_tutorial.py
@@ -207,7 +207,7 @@ def normalize(tensor):
207
plt.plot(mu_law_encoding_waveform[0,:].numpy())
208
209
######################################################################
210
-# You can see how the output fron ``torchaudio.functional.mu_law_encoding`` is the same as
+# You can see how the output from ``torchaudio.functional.mu_law_encoding`` is the same as
211
# the output from ``torchaudio.transforms.MuLawEncoding``.
212
#
213
# Now let's experiment with a few of the other functionals and visualize their output. Taking our
0 commit comments