I need an OpenSource API in Java, which can encode *.wav and *.au formats to MP3 and vice-versa.
I have evaluated Java Sound API and LameOnJ, but they do not meet m
Use the Process API to invoke SoX
SoX comes with source or as precompiled binaries for Windows and Mac.