Output the voice to a specific speaker for installation 7.2

Hello, I would like to output the voice to a specific speaker for a 7.2 installation. the instalation is in 7.1, but, only the voices come out on another independent speaker (more specific, all the sound comes out on the speakers of the sound card and with Wwise we can choose a different output on the computer which is took it out “” Speakers "from the computer

is it possible to reproduce this behavior on Fmod?

cordially

You should be able to choose your output device by using the Core API’s system::setOutput().

https://www.fmod.com/resources/documentation-api?version=2.02&page=core-api-system.html#system_setoutput

If you are referring to outputting a specific sound or event to a specific speaker, you might need to use the mix matrix on that sound/event’s channel group:

https://www.fmod.com/resources/documentation-api?version=2.02&page=core-api-channelcontrol.html#channelcontrol_setmixmatrix