Hi,
I would like to convert a file format from wav to vox. Is java able to do that? I understand that it doesnt support vox. What other language does?
Printable View
Hi,
I would like to convert a file format from wav to vox. Is java able to do that? I understand that it doesnt support vox. What other language does?
Er, a bit OT, but why would you want to do that in Java rather than using a standard utility to do it? There are tons of programs that convert between nearly all known formats. Why reinvent the wheel?
If you need to control it from Java, just use System.exec()