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 c451f3c commit b970bdaCopy full SHA for b970bda
examples/audio_decoding.py
@@ -94,8 +94,8 @@ def play_audio(samples):
94
#
95
# We can also decode the samples into a desired sample rate using the
96
# ``sample_rate`` parameter of :class:`~torchcodec.decoders.AudioDecoder`. The
97
-# ouput will sound the same, but note that the number of samples greatly
98
-# increased:
+# ouput will sound similar, but note that the number of samples greatly
+# decreased:```
99
100
decoder = AudioDecoder(raw_audio_bytes, sample_rate=16_000)
101
samples = decoder.get_all_samples()
0 commit comments