I'm trying to build an MTAudioProcessingTap that remixes the surround track of a video file. In order for that to work, I need to be able to convert each channel to PCM no matter what the source format is.
Do you guys know how can I identify each channel (figuring out what's left, center, surround left, etc) and attach a converter to each so it works inside my MTAudioprocessingTap?
Thank you so much. I can't find any info on this.