wav to mp3

A

analogueboy

Does anyone know of a library that I could use to convert wav files to mp3?
I want o create a small app to take the text from a url and read the
contents (using freetts) into an mp3 file.

TIA
 
K

Knute Johnson

analogueboy said:
Does anyone know of a library that I could use to convert wav files to mp3?

See www.tritonus.org they have some extensions to Java Sound that will
allow you to do that.
I want o create a small app to take the text from a url and read the
contents (using freetts) into an mp3 file.

It's not clear what you want to do. Does the URL point to an MP3 file?
 
R

Roedy Green

Does anyone know of a library that I could use to convert wav files to mp3?
I want o create a small app to take the text from a url and read the
contents (using freetts) into an mp3 file.

You can exec to same native utility that does it if you can't find a
Java library.
 
A

Andrew Thompson

ak said:
...
URL points to wav file and his app should save it as mp3

That would be painful. Having to download
a WAV only to _then_ compress it into an
MP3. The optimal solution (WRT bandwidth)
would be to convert it to MP3 on the server side.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,015
Latest member
AmbrosePal

Latest Threads

Top