Оказывается в браузерах сломали воспроизведение аудио из javascript.
то есть
var player=document.getElementById('player');
player.play();
перестало работать. Выдает ошибку
The play method is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
Можно ли это как-то починить?