Hi all
Some automotive audio format, especially when transported over TDM links, use 24bit audio samples (signed integer) but in 32bit word
So, a samples 0xAABBCC, will be packed in 0x00AABBCC (it is quite uncommon that is packed as 0xAABBCC00 but it is worth to consider it)
Unfortunately Audacity cannot manage this format, the 24bit expect that the samples are packed 24bit in 24bit, so the result that this format cannot be opened
Is it possible to add it?
Bye