-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Audio mix with other apps for iOS #1978
Conversation
This looks good to me @euharrison, I can see how this could be useful. Thanks for submitting it! Is there a similar property for Android we can implement? |
I guess |
Thanks that you appreciate @jenshandersson :) I added the |
Ah right, great. Can you add a line in the changelog as well @euharrison? Check other PRs to see how, basically a explanation and reference to PR |
Done ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jsusj
This PR adds a feature to control how audio from video can mix with audios from others apps in iOS.
It's uses the options AVAudioSessionCategoryOptionMixWithOthers and AVAudioSessionCategoryOptionDuckOthers
It's helps #1103 and #959. It's also highly referenced by #403.
I'm not a iOS developer so please fells free to points to me any Obj-C error.
Sample: