Skip to content

Commit 7383c2c

Browse files
objarnidpgeorge
authored andcommitted
docs: Fix audio docs with incorrect SI unit, kHz -> Hz.
1 parent 2ed95e1 commit 7383c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/audio.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Technical Details
5252
You don't need to understand this section to use the ``audio`` module.
5353
It is just here in case you wanted to know how it works.
5454

55-
The ``audio`` module consumes samples at 7812.5 kHz, and uses linear interpolation to
55+
The ``audio`` module consumes samples at 7812.5 Hz, and uses linear interpolation to
5656
output a PWM signal at 32.5 kHz, which gives tolerable sound quality.
5757

5858
The function ``play`` fully copies all data from each ``AudioFrame`` before it

0 commit comments

Comments
 (0)