Audio not working on Android phone

I am trying to create a simple game for children using Meteor.
Using audio in JavaScript file, mp3 file plays in Chrome browser but not on an Android phone (it even crashes).

How to fix that?

Have a look at buzz http://buzz.jaysalvat.com/documentation/sound/ - they have a table which displays what type of files play on each type of browser.

Thank you for response. Buzz solution above didn’t work for me but the below has resolved the problem.