Hi
I’m writing a little application that takes an encrypted MP3 file, decrypts it and plays it.
I read the file in to a byte [], decrypt it successfully. I am however having trouble playing it from a byte array.
To play from a file seems to be quite straight forward, simply use javax.media.Player, no real problem. I can’t seem to find a simple way to play it from and byte [].
Any help would be much appreciated.
Cheers