Hi everyone,
I have an problem with audioIn. I’m on MacOs I can’t get the Microphone by my sketch : could not secure an AudioInput. I have try both Sound and Minim libraries without success. The microphone works well with the others applications like Skype or Adobe Audition.
Anyone has an idea? Thank you.
1 Like
Welcome to the community.
I’m not sure, but:
- Open the system settings
- Go to “Security”
- Go to “Permissions”
- Search in the left-hand list for microphone
- Unlock by the lock in the bottom-left-hand corner in the window
- Enable it for Processing
Can’t try or provide screenshots because I am on a Windows machine, but another guy had the same problem.
1 Like
Thank you very much Lightosk. I had try this, unfortunatly the problem is that Processing don’t appear in the Permission window. I would like to add Processing with the others enabled application.
Thanks again for your answer.
FYI : I’ve found the problem. Processing 3.5.4 export didn’t access the Microphone.
I have downgraded to 3.5.3 and IT WORKS again.
Hope this will help someone.
2 Likes
Helped me, thanks Fred.
@fred This helped me too. Thanks!