pizzicato icon indicating copy to clipboard operation
pizzicato copied to clipboard

Library to simplify the way you create and manipulate sounds with the Web Audio API.

Results 79 pizzicato issues
Sort by recently updated
recently updated
newest added

Hi there, there is a way to connect pizzicato to an existing html audio element as i did with tuna.js? please check my conclusion how to connect an effect to...

Add a negative sound wave generator, e.g. when playing back sound from mic, it inverts it to cancel surrounding noise. Also maybe optimize it a little to not be as...

Bumps [copy-props](https://github.com/gulpjs/copy-props) from 2.0.4 to 2.0.5. Release notes Sourced from copy-props's releases. 2.0.5 Fix Avoids prototype pollution (#7) Doc Update license years. Transfer ownership to Gulp Team (#6) Build Update...

dependencies

Can I instantiate a Pizzicato.Sound by giving it an already loaded sound file? For instance, imagine either of the following scenarios: - Load a ZIP into app which contains some...

Most of the time, when starting my application (yes, there is some randomness involved) , I'm getting this message as the 1st line in browser _console_: ![console](https://user-images.githubusercontent.com/1078403/58670003-876bb900-8335-11e9-9f9d-eed5b6d4d2af.jpg) ``` Pizzicato.min.js:44 The...

Needs investigation

Hi , i am new to prizzicato.js , and now i am learning about it , but i found that i cannot load up any sound from a file ,...

Is it possible to change the volume of a loaded sound file while it is playing? it is done on every example on the example page For example: var lowPassFilter...

Adding the ability to initialize via the HTML audio element.

Bumps [karma](https://github.com/karma-runner/karma) from 1.7.0 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

This PR uses the HTML5 biquad filter to add a Three-Band Equalizer to Pizzacato. The three band equalizer provides low, mid, and high band frequency ranges. Bands are configured using...