Skip to content
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

Audio Source doesn't work #98

Open
warnes opened this issue May 28, 2020 · 2 comments
Open

Audio Source doesn't work #98

warnes opened this issue May 28, 2020 · 2 comments

Comments

@warnes
Copy link

warnes commented May 28, 2020

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)

@GlenLangston
Copy link

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

@NeuroForLunch
Copy link

I posted the solution to this here: gnuradio/gnuradio#3415 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants