I’m considering trying to make an HTML5 audio player to playback MP3, OGG and WAV files in the browser. Now, currently I don’t have a lot of time to experiment and test, but I’m just wondering if anybody would be able to give me some kind of idea on the feasibility of this? My main concern is that it is meant to load external audio files at runtime, as opposed to simply getting them with Assets. I’m not exactly sure how one would go about loading a file and then playing it in this way.
So yeah, does anybody know much about this? As I said I’m currently too busy to actually try out anything, but it would be good to know the state of these things and maybe be pointed in the right direction once I can start working on this.