I'm working on a game in which I would like to simulate surround sound (non Dolby encoded audio). I have mono sound effect files that I would like to play on a specific speaker (front left/right, surround left/right, etc) or blend between multiple speakers. Is this possible using any of the various audio frameworks available in tvOS?
How to play audio on a specific speaker in a surround sound setup?
OpenAL allows 3D positioning of audio sources. Not sure if it works for 5.1 surround, but it's not too complicated to set up OpenAL to test it, there should be sample code online if you google it.