I have extracted the data chunk from an WAV file which I want to play in java. The data is in a byte array. Is there any java API that could do this. Also I have sample rate of the file from the from format chunk.
Asked
Active
Viewed 82 times
0
-
Have a look at this question, http://stackoverflow.com/questions/6045384/playing-mp3-and-wav-in-java – Suvarna Pattayil Sep 12 '13 at 08:22
-
And this one, http://stackoverflow.com/questions/2416935/how-to-play-wav-files-with-java – Suvarna Pattayil Sep 12 '13 at 08:23