You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #11365 the user has the option to reject the access to microphone and line-in. Once it has been rejected Mixxx will receive silence instead without any other error message.
To improve this situation we could probably detect the rejected the permission with AVFoundation and if they try to use the microphone anyway, point them to the system settings (perhaps even deep-link to it) where they can change the permission.
Feature Description
As discussed in #11365 the user has the option to reject the access to microphone and line-in. Once it has been rejected Mixxx will receive silence instead without any other error message.
To improve this situation we could probably detect the rejected the permission with AVFoundation and if they try to use the microphone anyway, point them to the system settings (perhaps even deep-link to it) where they can change the permission.
For the implementation we may backport parts of the new QT 6.5 permissions API
https://www.qt.io/blog/permission-apis-in-qt-6.5
https://github.com/qt/qtbase/blob/e7b8b7bfbe6fbcf2ecaccc4c47c09bd34ee26d8c/src/corelib/platform/darwin/qdarwinpermissionplugin.mm
The text was updated successfully, but these errors were encountered: