I'm looking for any information how to open vaw file with java.
Thanks in advance for any help.

Recommended Answers

All 4 Replies

Never heard of a vaw file?

If you mean raw, then it can't be much more than using an File object, FileOutputStream, BufferedReader, DataInputStream, or something along those lines.

sorry, I mean wav file.

sorry, I mean wav file.

My guess is that you would want to look into the javax.sound packages. Not positive they will do what you want though.

Regards,

Nate

I think it is the sound package and you create an AudioClip object and call the .play() method on it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.