sono icon indicating copy to clipboard operation
sono copied to clipboard

A simple yet powerful JavaScript library for working with Web Audio

Results 12 sono issues
Sort by recently updated
recently updated
newest added

Hello, I'm getting the following error when using this code: Cannot detect data type object let sound = new Audio(); sound.src="test.mp3"; sound.addEventListener("loadeddata",()=> { var ctx=new AudioContext(); var source=ctx.createMediaElementSource(sound); this.sound =...

I have a drag and drop system to add a new sound. But the problem is I cannot apply bpm to all sound I added. Assuming the playback rate is...

Web Audio allows to set the `.loopStart` and `.loopEnd` properties on the `AudioBufferSourceNode`. Can I use them with Sono?

is there any way to get adjusted duration after change the playbackrate of audio? I have a dynamic tempo controler to change tempo for all tracks. I want to get...

Hi, I'm considering the library for a project that I may start to build soon and I wanted to know if pitch-shift or detune (in cents) is supported in order...

I love what sono does, but am looking for an audio processing library that works on a server rather than a browser. Is this something that sono can do, possibly...

help wanted
question

In Firefox (v57) I'm noticing a lot of glitches whenever volume is adjusted on a sound, including with `.fade` functions. This is with a fairly fast new MacBook Pro. The...

Hi there. Love the library - think it's my favourite way of doing web audio. But... I'm having a little trouble with 3D sound, in particular rotating the listener position,...

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...

greenkeeper

Hello, Currently, there doesn’t appear to be any advanced way of controlling oscillators. What I would like is some way of adding an ADSR envelope to a sound as well...

enhancement