audio
audio, music and speech speech lame lame 3.100 vs ffmpeg 5.1 Use lame –abr 8 *.wav or *.mp4 codec2, c2enc, c2dec compile from https://github.com/drowe67/codec2 Compress, decompress and play a file using Codec 2 at 2400 bit/s: ./src/c2enc 2400 ../raw/hts1a.raw hts1a_c2.bit ./src/c2dec 2400 hts1a_c2.bit hts1a_c2_2400.raw playe with aplay: aplay -f S16_LE hts1a_c2_2400.raw Or using Codec 2 at 700C (700 bits/s): ./src/c2enc 700C ../raw/hts1a.raw hts1a_c2.bit ./src/c2dec 700C hts1a_c2.bit hts1a_c2_700.raw aplay -f S16_LE hts1a_c2_700....