File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,9 @@ The following file formats are supported
7979
8080 The channels argument is used to specify whether to use mono or stereo. 1
8181 for mono and 2 for stereo.
82+ ``NOTE ``: The channels argument is not related to the number
83+ of channels for playback of sounds, that you can get with the function
84+ "get_num_channels" or set with the function "set_num_channels" (see below).
8285
8386 The buffer argument controls the number of internal samples used in the
8487 sound mixer. The default value should work for most cases. It can be lowered
@@ -220,7 +223,7 @@ The following file formats are supported
220223 | :sl:`set the total number of playback channels`
221224 | :sg:`set_num_channels(count, /) -> None`
222225
223- Sets the number of available channels for the mixer. The default value is 8.
226+ Sets the number of available playback channels for the mixer. The default value is 8.
224227 The value can be increased or decreased. If the value is decreased, sounds
225228 playing on the truncated channels are stopped.
226229
You can’t perform that action at this time.
0 commit comments