I need to convert wav
files of different formats into a specific format (Wave, A-LAW, 8000 Hz, 64 kbps, mono
) in java.
Anyone know of a library or some source code example to do this?
Any thought on the same are appreciated.
I need to convert wav
files of different formats into a specific format (Wave, A-LAW, 8000 Hz, 64 kbps, mono
) in java.
Anyone know of a library or some source code example to do this?
Any thought on the same are appreciated.
Refer to Conversion of Audio Format It is similar to your issue suggesting looking at the AudioSystem
API.
You can use : JAVE (Java Audio Video Encoder). You can check it over there http://freecode.com/projects/jave