We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3709fa commit ef4b32fCopy full SHA for ef4b32f
1 file changed
shared-bindings/audioi2sin/I2SIn.c
@@ -69,7 +69,7 @@
69
//| transported in 32-bit slots, so use ``bit_depth=32`` and an ``'I'`` buffer.
70
//| :param int output_bit_depth: If set, recorded samples are bit-shifted from
71
//| ``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-
+//| (8, 16, 24, or 32). Widening pads the new MSBs with zero; narrowing arithmetic-
73
//| shifts the value right (sign-preserving when ``samples_signed`` is True). When
74
//| ``None`` (the default) the destination buffer holds samples at ``bit_depth``.
75
//| :param bool mono: True when capturing a single channel of audio, captures two channels otherwise.
0 commit comments