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 bb06418 commit ede4c25Copy full SHA for ede4c25
examples/audio_decoding.py
@@ -95,7 +95,7 @@ def play_audio(samples):
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 similar, but note that the number of samples greatly
98
-# decreased:```
+# decreased:
99
100
decoder = AudioDecoder(raw_audio_bytes, sample_rate=16_000)
101
samples = decoder.get_all_samples()
0 commit comments