<audio controls>
<source src="xxx.aac" type="audio/aac">
</audio>
I can get it to work in safari but doesn't work in chrome and firefox. any solution?
Only Safari and IE support .aac. Here is what each browser supports:
* Chrome seems to support .aac but it isn't included in the list of officially supported file extensions.
I suggest using both .ogg and .mp3 or .ogg and .aac to cover all bases.