From: <hum...@us...> - 2012-05-23 17:15:02
|
> Lame is an MP3 encoder, not a decoder. The MP3 decoder used by SoX is > mad. You'll need to build sox with support for mad, and you'll need to > come up with a libmad DLL. > > Some Lame DLLs include a copy of mpglib so that the DLL provides both > encoding and decoding support. SoX doesn't currently support using > mpglib for decoding. I thought lame_enc.dll is the encoder library, as distributed with lame.exe. Is libmp3lame the same with a different filename? Anyways, now I succeeded. libsox can read MP3s. Thanks! |