We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
Is there a way to use getLevel() separately on each channel of the (supposed) stereo stream from p5.AudioIn() ? I want to use the right and left level as "controler datas" for a game.
In Processing, with Minim I can choose the channel like this:
inputL = in.left.level()
inputR =in.right.level()
But it's not working in p5.js.
Any idea ?
Thank you.