We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With OSX's new privacy controls the Audio_Source returns a stream of 0's. See gnuradio/gnuradio#3415.
I think the solution is to add
<key>NSMicrophoneUsageDescription</key> <string>GNU radio wants to use your microphone.</string>
to Info.plist (see https://forums.developer.apple.com/thread/61521)
Info.plist
The text was updated successfully, but these errors were encountered:
Hi I tried this solution, but editing the Info.plist file. It did not work for me. Not the xml has a hierarchy is a location for these strings? THanks
Sorry, something went wrong.
I posted the solution to this here: gnuradio/gnuradio#3415 (comment)
No branches or pull requests
With OSX's new privacy controls the Audio_Source returns a stream of 0's. See gnuradio/gnuradio#3415.
I think the solution is to add
to
Info.plist
(see https://forums.developer.apple.com/thread/61521)The text was updated successfully, but these errors were encountered: