[GH-ISSUE #763] [Feature Request] Multiple audio sources #687

Closed
opened 2026-03-03 15:35:34 +03:00 by kerem · 1 comment
Owner

Originally created by @Doenes on GitHub (Aug 18, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/763

Describe the issue

I think it would be great to make it possible to have two audios play simultaneously in multitask without them stopping each other from playing. (Example: Two YouTube’s simultaneously)

Instructions to reproduce

Open two apps that play music (example: Spotify and YouTube) and one will always pause

What version of LiveContainer and iOS are you using?

main/28cc43d

Other

I think there is a tweak for this but i haven’t managed to make it work

Originally created by @Doenes on GitHub (Aug 18, 2025). Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/763 ### Describe the issue I think it would be great to make it possible to have two audios play simultaneously in multitask without them stopping each other from playing. (Example: Two YouTube’s simultaneously) ### Instructions to reproduce Open two apps that play music (example: Spotify and YouTube) and one will always pause ### What version of LiveContainer and iOS are you using? main/28cc43d ### Other I think there is a tweak for this but i haven’t managed to make it work
kerem 2026-03-03 15:35:34 +03:00
Author
Owner

@khanhduytran0 commented on GitHub (Aug 18, 2025):

#265 8.1
What you’re probably looking for is AVAudioSessionCategoryOptionMixWithOthers

<!-- gh-comment-id:3196335980 --> @khanhduytran0 commented on GitHub (Aug 18, 2025): #265 8.1 What you’re probably looking for is [`AVAudioSessionCategoryOptionMixWithOthers`](https://developer.apple.com/documentation/avfaudio/avaudiosession/categoryoptions-swift.struct/mixwithothers?language=objc)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LiveContainer#687
No description provided.