[issue30077] Support Apple AIFF-C pseudo compression in aifc.py

2021-08-13 Thread Toby Thurston
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

[issue30077] Support Apple AIFF-C pseudo compression in aifc.py

2017-04-16 Thread Toby Thurston
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 native

[issue30077] Support Apple AIFF-C pseudo compression in aifc.py

2017-04-15 Thread Toby Thurston
Changes by Toby Thurston <thurs...@eml.cc>: -- pull_requests: +1287 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30077> ___ _

[issue30077] Support Apple AIFF-C pseudo compression in aifc.py

2017-04-15 Thread Toby Thurston
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