alemangui / pizzicato

Library to simplify the way you create and manipulate sounds with the Web Audio API.
https://alemangui.github.io/pizzicato/
MIT License
1.66k stars 130 forks source link

Pizzicato.js does not start at all (demo page neither) #182

Open BarnabasSzabolcs opened 7 months ago

BarnabasSzabolcs commented 7 months ago

Hi, it looks like Pizzicato.js would be a great library but not even the demo works in Firefox and Chrome on Mac (I didn't test other browsers).

The console says:

An AudioContext was prevented from starting automatically. It must be created or resumed after a user gesture on the page.

And even if I put the entire code into a click callback, nothing happens...

(MacOS Sonoma 14.1.1 (23B81))