audiocogs/aurora.js

No sound on Mac OS sierra with flac file

Opened this issue · 1 comments

drs-m commented

I want to play a flac file in Chrome on Mac OS Sierra. I downloaded and included aurora.js and flac.js. Upon debugging with the developer tools I noticed that this.device in Player#play is null.

This is my code:

var player = AV.Player.fromURL('sound.flac');

function playPlayer() {
player.play();
}