Firefox issue with sampleRate?
StefanoCecere opened this issue · 2 comments
StefanoCecere commented
any idea why Firefox doesn't play the sine wave (but the noise) in https://audio-dsp-playground-polyfilled.surge.sh/?
i discover that the problem is this:
time += 1 / sampleRate;
if i change it in
time += 1 / 44000;
IT WORKS! maybe the sampleRate var isn't well configured in FF?
developit commented
Hi @StefanoCecere! Thanks for the debugging - it looks like I never redeployed that demo after fixing sampleRate :) I'll update it today.
developit commented
Deployed.