Skip to content

Commit ef4b32f

Browse files
committed
update docs for output_depth
1 parent d3709fa commit ef4b32f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared-bindings/audioi2sin/I2SIn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
//| transported in 32-bit slots, so use ``bit_depth=32`` and an ``'I'`` buffer.
7070
//| :param int output_bit_depth: If set, recorded samples are bit-shifted from
7171
//| ``bit_depth`` to this width before being written to the destination buffer
72-
//| (8, 16, 24, or 32). Widening pads the new LSBs with zero; narrowing arithmetic-
72+
//| (8, 16, 24, or 32). Widening pads the new MSBs with zero; narrowing arithmetic-
7373
//| shifts the value right (sign-preserving when ``samples_signed`` is True). When
7474
//| ``None`` (the default) the destination buffer holds samples at ``bit_depth``.
7575
//| :param bool mono: True when capturing a single channel of audio, captures two channels otherwise.

0 commit comments

Comments
 (0)