Hi all,
First off i’m not sure if this is even possible, I’ve tried myself but had no success. Basically what i want to do is have a script to change the output device of each of my players. Currently my setup is like this.
Player 0_0 = Soundcard 1
Player 0_1 = Soundcard 2
Player 0_2 = Soundcard 3
What i want is a script that when run it will change the players to run their output on the same sound card like
Player 0_0 = Soundcard 1
Player 0_1 = Soundcard 1
Player 0_2 = Soundcard 1
From v4.1 you can use Instance.GetDeviceConfig.SetSingleAssignment to change the playback device for a particular players. The three parameters that you pass correspond to the section name, key and value of the devices.ini file:
[quote=“Torben, post:2, topic:8835”]From v4.1 you can use Instance.GetDeviceConfig.SetSingleAssignment to change the playback device for a particular players. The three parameters that you pass correspond to the section name, key and value of the devices.ini file: