Re: Bug#1137569: pyacoustid: autopkgtest regression on s390x
Pranav P <[email protected]> Mon, 1 Jun 2026 06:01:38 +0000
| Newsgroups | gmane.linux.debian.ports.s390 |
|---|---|
| Message-ID | <CO1PR15MB48410878826067281A7D8970A0152@CO1PR15MB4841.namprd15.prod.outlook.com> |
Hi Sebastian,=0A= =0A= I had provided a fix for this issue last year.=0A= (https://github.com/beetbox/pyacoustid/pull/88)=0A= =0A= But this was closed mentioning that audioread should be managing=0A= this internally. But what I had read from the audioread documentation=0A= was that:=0A= ```=0A= Buffers in the file can be accessed by iterating over the object returned f= rom audio_open. Each buffer is a bytes-like object (buffer, bytes, or bytea= rray) containing raw 16-bit little-endian signed integer PCM data. (Current= ly, these PCM format parameters are not configurable, but this could be add= ed to most of the backends.)=0A= ```=0A= (https://github.com/beetbox/audioread#audioread)=0A= =0A= There has been a recent PR mentioning this (and making the necessary change= s in my old=0A= Pull Request)=0A= https://github.com/beetbox/pyacoustid/pull/99=0A= =0A= Can you please take a look at this and merge this in, if you feel it is the= right fix?=0A= =0A= Thanks,=0A= Pranav=