-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getLineIn() not working on Big Sur with Processing 3 and Minim 2.2.2 #114
Comments
Most likely related to something changing in Big Sur's handling of audio things, might require a Java update, not sure. I can't test Big Sur on my ancient Macbook unfortunately. You could try adding a |
Would also recommend searching the Processing forum to see if other folks have had trouble with audio on Big Sur and if they were able to fix it. |
The debug line gave me:
|
Well, that looks like it's successfully getting an input, but it may not be the one you are expecting. I'd recommend running the |
I did as you asked with the example, and got this message when clicking the button for the onboard mic:
|
Ok, so it could be that the onboard mic doesn't support the default format. I'd recommend checking your system settings to see how audio for the mic is configured (ie sample rate, bit-depth) and then modify |
I was getting this same error and was able to correct it with the arguments @ddf mentioned above with a slight modification. The built in Macbook Pro microphone is mono, but only works with a bit depth of 8 or 16. |
As per the title.
Installed Processing 3 and Minim 2.2.2, and tried the following code
And nothing happens.
The text was updated successfully, but these errors were encountered: