Toby Thurston added the comment:
Hey! thanks for letting me know, glad it got there in the end. T.
On Fri, 13 Aug 2021, at 12:33, Łukasz Langa wrote:
>
> Łukasz Langa added the comment:
>
> Thanks for reporting and the initial patch, Toby. And thanks for
> pushing this ac
New submission from Toby Thurston:
aifc.py fails to open AIFF files containing the compression type "sowt" in the
COMM chunk with an "unsupported compression type" error.
This compression type is an Apple specific extension that signals that the data
is not actually comp
Changes by Toby Thurston :
--
pull_requests: +1287
___
Python tracker
<http://bugs.python.org/issue30077>
___
___
Python-bugs-list mailing list
Unsubscribe:
Toby Thurston added the comment:
I think it's probably better as a no-op. Currently in my patch I just put
return data
You could do
return data[::-1]
to reverse the sample, so that it came out as big endian, but if you leave it
as a no-op then the data is returned in the n