tariwiencke

Results 1 comments of tariwiencke

I found a way, that worked for me: ``` var mic; function setup() { mic = new p5.AudioIn(); console.log(mic.getSources()); mic.start(function () { mic.setSource(2); }); ``` Set parameter of `setSource()` to...