tones icon indicating copy to clipboard operation
tones copied to clipboard

Sound is not playing on Safari (solution)

Open markuso opened this issue 9 years ago • 1 comments

On desktop and mobile Safari (Mac OSX and iOS), the sounds never play and after debugging it was complaining about line 22 and 34 not having the correct parameter passed to them.

I was able to solve it by changing osc.start() and osc.stop() to their proper form osc.start(0) and osc.stop(0) – it looks like on Chrome they automatically assume 0 value, but not on Safari.

markuso avatar Jun 16 '15 13:06 markuso

Hey, I came here to say the same thing. Had the same solution too. Nice job!

nickells avatar Jul 15 '15 00:07 nickells