I have a MOV file with two audio channels. I'd like to play both simultaneously using AVKit
s VideoPlayer
(or really any other SwiftUI compatible view component). Looking over the docs on VideoPlayer there aren't mentions of multiple streams.
How could I create a player that allows me to play multiple audio streams at once, and select which ones I want playing?