I want to transmit a stereo audio stream with 48K rate (which corresponds to 768 Kbit per channel at 16-bit samples) via a radio channel, and feed it to a DAC using a Cortex-M3 microcontroller. While the channel technically works at 2 Mbit, range degrades quickly with speed, and I want to optimize it to a certain degree.
Is there any lossless audio codec which can work on a microcontroller with ~8K of RAM, approx. 20 MIPS of processing power, a 32-bit hardware multiplier and no hardware divisor? I don't need a great compression ratio, but it should handle stream errors correctly and without long pauses in the playback.