-
Notifications
You must be signed in to change notification settings - Fork 247
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
[Bug]: Doesn't trigger microphone permission on macOS #1086
Comments
Interesting. Thanks for reporting this. I haven't tried recording audio (or using the microphone) in Wave yet so we haven't run across this. It should be possible, like you said, to get that permission from the OS. Once we have a test case to work on we should be able to figure it out. |
You are welcome. That's the least I can contribute to. Hope I can catchup with the 0.8 and 0.9 releases. I missed the 0.7 UI but 0.8 more productive and it wasn't auto update IIRC, so I'll watch here. |
Hey @CallMeLaNN is this still an issue for you? |
@esimkowitz Yup, its working. Mac ask for mic and I can hear myself. |
Current Behavior
I was running
pyaudio
to record voice but it doesn't work and .wav produced have empty bytes. I thought my installation or pyaudio issue but now I realize the terminal issue. I can record audio with default Terminal app.Latest Wave app doesn't trigger microphone permission just like Terminal when using
pyaudio.open(input=True,...)
.Instead of I give a pyaudio script, you can try
sox
.Expected Behavior
Prompt the mic permission and have audio stream recorded
Steps To Reproduce
brew install sox
sox -d -t wav - | play -
After step 2, you should be prompted for the mic permission.
The you should hear yourself as you say with some echo for speaker.
Note: Use
tccutil reset Microphone
to let apps to ask for the permission again.Wave Version
0.8.12
OS
macOS 12.6
Architecture
arm64
Anything else?
No response
Questionnaire
The text was updated successfully, but these errors were encountered: