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();
}
fabslab commented
That's not a URL.
…On 3/02/2017 6:09 AM, "Darius" ***@***.***> wrote:
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();
}
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#178>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABPhaAE4qPwR3L9KB8mRunuWr4kv-diVks5rYzUDgaJpZM4L2XW2>
.