Audio for both TV and Wii U gamepad

Hi.
I’m setting up FMod on Wii U.
How to I set a sound for both the TV and gamepad?
I found how to set it only for the gamepad by doing
attachChannelGroupToPort(FMOD_WIIU_PORT_TYPE_DRC, FMOD_PORT_INDEX_NONE, group);

but how about both?

Thanks
David

Hi David,

Set the passThru parameter to true e.g. :

attachChannelGroupToPort(FMOD_WIIU_PORT_TYPE_DRC, FMOD_PORT_INDEX_NONE, group, true);

Cheers

1 Like

thanks, life-saver. And now I see it, it was an oversight not finding that extra parameter. Couldn’t find that info in docs either.
Once again, thank you for the help