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
This file is not loaded if the condition following condition in the AudioProcessor constructor is met:
if (juce::RuntimePermissions::isRequired(juce::RuntimePermissions::recordAudio)
&& !juce::RuntimePermissions::isGranted(juce::RuntimePermissions::recordAudio))
The text was updated successfully, but these errors were encountered:
This file is not loaded if the condition following condition in the AudioProcessor constructor is met:
if (juce::RuntimePermissions::isRequired(juce::RuntimePermissions::recordAudio) && !juce::RuntimePermissions::isGranted(juce::RuntimePermissions::recordAudio))
The text was updated successfully, but these errors were encountered: