Page 1 of 1

Multichannel for VLCKit

Posted: 29 May 2024 04:13
by 8kguy
Hi! I'm a developer for a music player app using VLCKit.
I noticed that VLCMediaPlayer can only play stereo in its default settings.
I have enabled support multichannel content for AVAudioSession and it works for AVAudioPlayer & AVAudioEngine, but not VLCMediaPlayer.
Is there something that I need to enable to enable support? Can't seem to find it.

Re: Multichannel for VLCKit

Posted: 30 May 2024 05:59
by fkuehne
VLCKit supports multichannel on any platform, however iOS and tvOS devices usually only have a stereo DAC. If you plugin a multichannel DAC, it will be supported. However, there is also Spatial Audio and that is only supported correctly in version 4 that is currently still under development. Early tvOS versions also supported multi-channel raw audio rendering ("passthrough") to external rendering systems, but it was removed by Apple in tvOS 12.

Re: Multichannel for VLCKit

Posted: 31 May 2024 06:50
by 8kguy
Thanks for the reply. Looking forward to V4