Skip to content

Commit ae0777c

Browse files
author
pytorchbot
committed
2025-06-24 nightly release (6907860)
1 parent b767e2b commit ae0777c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/audio_decoding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def play_audio(samples):
9595
# We can also decode the samples into a desired sample rate using the
9696
# ``sample_rate`` parameter of :class:`~torchcodec.decoders.AudioDecoder`. The
9797
# ouput will sound similar, but note that the number of samples greatly
98-
# decreased:```
98+
# decreased:
9999

100100
decoder = AudioDecoder(raw_audio_bytes, sample_rate=16_000)
101101
samples = decoder.get_all_samples()

0 commit comments

Comments
 (0)