We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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))
The text was updated successfully, but these errors were encountered:
AudioContext must be initiated via a user gesture.
Sorry, something went wrong.
No branches or pull requests
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))
The text was updated successfully, but these errors were encountered: