Sound settings macro

LF a macro to swap fast game sound output .
One macro for
Speakers (sound blaster z) ----> Speakers (realtek high definition audio)
and one macro for
Speakers (realtek high definition audio) ----> Speakers (sound blaster z)

i useally listen to wow via the home cinema i got but when i go to discord and equip my headset then i want to also hear wow in headset but cba all the time to do the change via the menu so i am looking for this macros to swap faster.

Edit.

i found this macro in case someone else needs . 0 is the default audio device.

/run if GetCVar (“Sound_OutputDriverIndex”) == “1” then SetCVar(“Sound_OutputDriverIndex”, “2”) else SetCVar(“Sound_OutputDriverIndex”, “1”) end; Sound_GameSystem_RestartSoundSystem()

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.