Hi,
The raw data for I2S format is very large. If uncompressed, 16 bit single channel 44.1KHz occupies 88.2KB storage and would be impractically to store even just a minute of raw audio in flash storage.
We don’t have much knowledge with audio compression/decompression. If just using the na?ve Huffman coding which is easy to implement, how large a compression ratio could be achieved?
If using MP3 on end products, is it possible (easy, practical in regard to effort) to implement decoding algorithm from scratch? And would any of the MP3 owner’s intellectual property be violated?
In the midway between simplest Huffman encoding and MP3, could TI experts recommend popular encoding/decoding algorithms for audio data? How do users of TI converters typically handle them?
Paul