I have an mp3 file as byte array. How to turn it back to a sound and play using javascript?
Thanks
As far as I know this is decidedly non trivial.
2 seems inefficient, 3 requires browser specific support. So, use 1. I havent tried it, but check out http://www.bitsnbites.eu/?p=1. You should expect this to be way less efficient than native code.