Hacker News new | ask | show | jobs
by zokier 3316 days ago
Background music does not work for me (Fx/Win10). Devtools console says "Unsupported sample rate : 48000"
1 comments

I wrote about this in my audio article [1]. Ideally, browsers will implement support for a configurable `sampleRate` in the `AudioContext` constructor.

There is a tracking issue [2] for Chrome but I wasn't able to find one for Firefox.

[1] : http://www.rossis.red/wasm.html#audio [2] : https://crbug.com/432248