Paul Canning
Paul Canning
@kevinstadler the code was literally the audioin example from the sound library. ``` /** * Grab audio from the microphone input and draw a circle whose size * is determined...
Your code didn't work. "Cannot make a static reference to the non-static method inputDevice(int) from the type Sound"
Code runs, still doesn't work. Tried all IDs to be sure.
I have not yet tried any other sound libraries. I would have hoped that the official one worked out-of-the-box
Unfortunately, you cannot manually add apps to the list, and Processing is not in the list to start with.
I'm using v3, as that is the version available to download from the website (stated in my opening post). I really don't want to use a kludge to get this...
@kevinstadler downloaded, replaced the app, opened it up, used the example code, still nothing. No prompt about asking for microphone permissions. No app listed in the security options.
As before, I've not tried a different sound library, as I just wanted to use the official one. Until it is actually fixed, I'm not going to bother looking into...
@kevinstadler so i took a bit of time to try Minim, using both Processing 4 and 3, and the getLineIn() which should listen to the mic, does not work either.
Any updates on this?