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

I am looking to use beet.js for a musical project. But I like the effects pizzicato and am wondering if its possible to use pizzicato with an audiocontext that is...

do we have a orientation and coords setter for spatial audio?

Hello, I need to be able to play tiny wav files one after the other(with BPM sync). At the moment I coded; ``` var sound = []; this.samples.forEach((item, i) =>...

I am getting the error `Error decoding audio file` when trying to play an audio file as follows ```js const mp3 = '../../assets/sounds/to-the-point.mp3' // win, android, blackberry const m4r =...

Hi Pizzicato team, We'd like to find a way to mix real time live audio feeds that are arriving via streaming. Is there a way to associate mixer inputs with...

This adds a secondary identifier for checking that an object is an OscillatorNode, to be compatible with how WebKit (Safari) changed their object identifiers. I ran the tests and they...

I've hit an issue where I can't change the frequency of a `Sound` after creating it in Safari. Works just fine in other browsers that I've tested so far (FF...

Hello, I just went through the documentation and the examples (very well written! THANKS!) and I couldn't find a way to compile mixed sounds into a .wav to be sent...

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies