Hello. I plan on using FMOD for unity to work on a local multiplayer game that will utilize controller audio, and I was wondering if it would be possible to have each DualSense output it’s own separate audio stream.
Hi,
Thank you for sharing the information.
Yes, it is possible to output separate audio streams to individual DualSense controllers.
Please have a look at this Unity Port example script, which can serve as a reference for assigning ports to DualSense controller speakers.
You will need to identify each DualSense controller and assign the corresponding Ports to them through the mixer. For example:
Hope this helps, let me know if you have any questions.