This worked for me and I’m using WP 3.3.1…
open the javascript file:
/wp-content/plugins/wpaudio-mp3-player/wpaudio.min.js
Search for href$=.mp3
add quotation marks before and after .mp3
so it looks like this:
href$=”.mp3″
Save file, and it should work.
Hope this helps