Hello,
I have a situation, i have data and source sound format. For example, if i wand to process .MP3 file then format of the data like bitRate, sample rate, channels etc. have in the one object (You can consider that object as like simple object containing getter/setter for all properties). And, all related data in another object/file (Like in byte array). I have both format and data separate not in same file like normal .MP3 file.
Know i want to convert that data in to PCM format so that i can play using the javax.sound… package classes…
If any one have idea then its most welcome.
Any help would be appreciated…
Thanks In Advance