https://codepen.io/uxjzbmxq-the-sans/pe ... itors=1111
prewie />https://developer.chrome.com/blog/web-audio-faq
Но есть решение, которое нет на моей теме
Код: Выделить всё
var auCtx = new AudioContext();
var source = auCtx.createBufferSource();
var gain = auCtx.createGain();
var osc = auCtx.createOscillator();
var dest = auCtx.destination;
....
sh it site...
Подробнее здесь: https://stackoverflow.com/questions/797 ... w-to-solve