Skip to content

Commit 4aa98dc

Browse files
committed
DOC: update documentation for auto_convert
1 parent 6996658 commit 4aa98dc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

sounddevice.py

+6-2
Original file line numberDiff line numberDiff line change
@@ -2428,8 +2428,12 @@ def __init__(self, exclusive=False, auto_convert=False):
24282428
hardware bypassing software mixing.
24292429
24302430
auto_convert : bool
2431-
auto_convert allows to resample audio data to hardware
2432-
supported samplerate when in shared mode(None exclusive mode)
2431+
Allow WASAPI backend to insert system-level channel matrix
2432+
mixer and sample rate converter to support playback formats
2433+
that do not match the current configured system settings.
2434+
This is in particular required for streams not matching the
2435+
system mixer sample rate. This only applies in *shared
2436+
mode* and has no effect when *exclusive* is set to ``True``.
24332437
24342438
Examples
24352439
--------

0 commit comments

Comments
 (0)