<div>That helped a lot, thanks!</div><div><br><div class="gmail_quote"><div>On Wed, 14 Dec 2016 at 4:58 AM Martin Panter <<a href="mailto:vadmium%2Bpy@gmail.com">vadmium+py@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 13 December 2016 at 13:37, MRAB <<a href="mailto:python@mrabarnett.plus.com" class="gmail_msg" target="_blank">python@mrabarnett.plus.com</a>> wrote:<br class="gmail_msg"><br>> On 2016-12-13 11:31, KH Luke Kim wrote:<br class="gmail_msg"><br>>><br class="gmail_msg"><br>>> Hello,<br class="gmail_msg"><br>>> recently there had been some issues in audioread and librosa that 3-byte<br class="gmail_msg"><br>>> samples can be loaded in Python 3 but 2.<br class="gmail_msg"><br>>><br class="gmail_msg"><br>>> The documentation says that the audioop.lin2lin function in Python 3<br class="gmail_msg"><br>>> support 1-, 2-, 3-, 4-byte samples but only 1-, 2-, 4-byte samples in<br class="gmail_msg"><br>>> Python 2.<br class="gmail_msg"><br>>><br class="gmail_msg"><br>>> I wonder why 3-byte support is not implemented in Python 2. If there is<br class="gmail_msg"><br>>> any previous thread or history regarding this issue, could you refer it<br class="gmail_msg"><br>>> to me?<br class="gmail_msg"><br>>><br class="gmail_msg"><br>> The Python docs say that support for 3-byte (24-bit) samples was added in<br class="gmail_msg"><br>> Python 3.4, so anyone using a version before that one is out of luck!<br class="gmail_msg"><br><br class="gmail_msg"><br>The 3.4 reference leads you to What’s New, which leads to discussion<br class="gmail_msg"><br>in the bug tracker:<br class="gmail_msg"><br><a href="https://docs.python.org/3/whatsnew/3.4.html#audioop" rel="noreferrer" class="gmail_msg" target="_blank">https://docs.python.org/3/whatsnew/3.4.html#audioop</a><br class="gmail_msg"><br><a href="https://bugs.python.org/issue12866" rel="noreferrer" class="gmail_msg" target="_blank">https://bugs.python.org/issue12866</a><br class="gmail_msg"><br></blockquote></div></div>