We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
setAudioChannels (0, 2);
I will submit a PR with a fix.
iOS
16.6.1
ARM, 64-bit
No response
develop
I have not tested against the develop branch
The text was updated successfully, but these errors were encountered:
Fixes juce-framework#1294
dd4429d
https://developer.apple.com/documentation/avfaudio/avaudiosessioncategoryoptions/avaudiosessioncategoryoptionallowairplay Apple's documentation states that "You can only explicitly set this option if the audio session’s category is set to AVAudioSessionCategoryPlayAndRecord." Change the code so that it's only explicitly enabled in that specific category.
Thank you for reporting.
Fixed here: #1295 (comment)
Sorry, something went wrong.
No branches or pull requests
Detailed steps on how to reproduce the bug
setAudioChannels (0, 2);
I will submit a PR with a fix.
What is the expected behaviour?
Operating systems
iOS
What versions of the operating systems?
16.6.1
Architectures
ARM, 64-bit
Stacktrace
No response
Plug-in formats (if applicable)
No response
Plug-in host applications (DAWs) (if applicable)
No response
Testing on the
develop
branchI have not tested against the
develop
branchCode of Conduct
The text was updated successfully, but these errors were encountered: