MP3 codec for WAV files
Posted
by Don Reba
on Stack Overflow
See other posts from Stack Overflow
or by Don Reba
Published on 2010-03-11T15:59:53Z
Indexed on
2010/03/12
22:07 UTC
Read the original article
Hit count: 216
Wav files support different encodings, including mp3. Is there a C/C++ library that would produce mp3-encoded wav files from uncompressed wav? If not, what would be the best place to start to implement one?
© Stack Overflow or respective owner