gnuradio-for-mac-without-macports icon indicating copy to clipboard operation
gnuradio-for-mac-without-macports copied to clipboard

Audio Source doesn't work

Open warnes opened this issue 4 years ago • 2 comments

With OSX's new privacy controls the Audio_Source returns a stream of 0's. See https://github.com/gnuradio/gnuradio/issues/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)

warnes avatar May 28 '20 19:05 warnes

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

GlenLangston avatar Sep 14 '20 18:09 GlenLangston

I posted the solution to this here: https://github.com/gnuradio/gnuradio/issues/3415#issuecomment-867842473

NeuroForLunch avatar Jun 24 '21 18:06 NeuroForLunch