Open
Description
Currently libsndfile uses the AIFF-C compressionType '23ni' for the little-endian 32-bit integer format, and this is reasonably well-supported. However, it uses '42n1' (not '42ni') for little-endian 24-bit integer format, and as far as I know this is unique to libsndfile. It doesn't currently support little-endian floating point LPCM formats in AIFF-C at all.
The AIFF-C compressionTypes 'in24', 'in32', 'fl32', and 'fl64', already supported by libsndfile for big-endian carriage LPCM, can also be used in an interoperable way for little-endian carriage, provided that the 'COMM' chunk is accompanied by a 'wave' chunk with contents that indicate endianness. This is a request to add support for that.
Metadata
Metadata
Assignees
Labels
No labels