> From messing around with FreeCNC's aud code to get it to play TS auds, I've come across a few problems:
> The ID occasionally is 0x2000DEAF or 0x2010DEAF (apart from this, these frames decode fine)
My chunk ID is 0x0000deaf. But I don't check that. Did you check the XCC source code?
> The main problem though is after a while the sizes being read are very wrong (not 512 bytes). If I force it to read 512 bytes and decode to 2048 bytes (which seems to be the norm for auds) the sound gets very distorted. "madrap.aud" seems to be affected by this the earliest.
> Have you had this problem with XCC (or something similar) ?
Haven't noticed it.