HTML5 presents the Audio tag for embedding sounds in web pages. However, support for different formats varies. IE, Chrome and Safari will accept MP3 files, while Opera and older versions of Firefox require WAV or OGG files. I do not have access to multiple formats for each of my sound files, and at this point I am tempted to try to run file conversions on each request requiring a different format. Is there a way of playing sounds irrespective of format, preferably without using Flash?
0
votes
1 Answers
0
votes
How important is it that you support older browsers? I just tested the latest version of Opera and it plays MP3s fine. QuickTime can play MP3s as well, if they happen to have that installed. You could use that as a fallback instead of Flash. Other than that... there are apps out there to mass convert files from MP3s to other formats.