We need to support all the standard AAC and MP3 frequencies. AAC(from 8 to 96 kHz) MP3 (16 to 48 kHz) Our data is in the audio frequency range. Let's forget about what we are inserting because it is irrelavent to what we are looking for. The issue is not whether our encoding survives the compression because it does survive any standard AAC and MP3 compression. The issue is audio degredation from decompressing and recompressing. We are trying to reduce the amount of audio degradation. Every time you compress you add more loss. At a fundumental level both AAC and MP3 both do the following. 1. The signal is converted from time-domain to frequency-domain 2. Psychoacoustic quanatization (remove or reduce content that is unperceivable to the human ear). 3. Redundancy elimination (compression) We are looking for ways to reduce the audio degredation. Since we know the audio has already been compressed step 2 is redundent and may cause further degradation. What we are looking for is the ability to adjust or remove step 2 through the AAC/MP3 creation parameters. Alternatively, Does TI know of any open source AAC/MP3 encoders that we could modify? I am assuming TI's encoder libraries are in binary format that can not be modified.