Skip to content

Commit ede4c25

Browse files
scottsDan-Flores
authored andcommitted
Fix audio docs (#740)
1 parent bb06418 commit ede4c25

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)