Joep

Results 3 comments of Joep

I am looking for the same sollution; controlling content from users without them controlling content from other users. When are you planning to share Bozon V3? Or is the current...

This might help [https://github.com/swevans/unmute](https://github.com/swevans/unmute) ``` var setPhoneUnmute = false; function touchStarted() { if (setPhoneUnmute == false && getAudioContext.state !== 'running') { setPhoneUnmute = true; unmute(getAudioContext()); } } ```

> how do you get this fix for the ringbuffer.length()? also having this appear in my projects. I guess with the next release of the p5 sound library.