-
Notifications
You must be signed in to change notification settings - Fork 903
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
Cannot use SoundCard on MacOS Big Sur using DMG #864
Comments
Apparently this is due to the app not asking for microphone permission and I can't find a way to manually grant it. I bypassed this problem by using
and now audio works but there's another problem: it won't let me set the default frequency below 100k. I can type in a lower frequency but when I press okay and reopen settings, its back to 100k. |
Closed due to inactivity |
The issue still remains |
Actually this duplicates with #865. I just checked the soundcard backend limits and a center frequency of 0 (although that doesn't make sense) is possible, therefore the 100k "Bug" should only be a cosmetic issue. |
Thank you. Is the best experience with URH on windows or linux? |
It was developed under linux and made compatible (as far as possible) with Windows and MAC. |
Just gathering some useful information to fix this issue. Based on the apple docs, one need to add the property So it would probably be good to add some properties to that Info.plist around here, to fix the DMG-Release: urh/data/pyinstaller_helper.py Lines 60 to 66 in a9cb440
For launching urh directly from the MacOS terminal, the terminal itself should need to be whitelisted.
I also found this thread from the QT forum to be relevant:
This python sub-function might also be interesting for generating useful content of a Info.plist. |
Expected Behavior
SoundCard sampling to work
Actual Behavior
Platform Specifications
The text was updated successfully, but these errors were encountered: