A "Run" window should open.
Enter
- Code: Select all
REG ADD HKCU\Software\Mumble\Mumble\wasapi /v role /t REG_SZ /d console /f
to set the role to console (as per ERole docs: "Games, system notification sounds, and voice commands.")
or
- Code: Select all
REG ADD HKCU\Software\Mumble\Mumble\wasapi /v role /t REG_SZ /d multimedia /f
to set the role to multimedia (as per ERole docs: "Music, movies, narration, and live music recording.")
To restore the default (communications role):
- Code: Select all
REG DELETE HKCU\Software\Mumble\Mumble\wasapi /v role /f
To apply the changes make sure to restart Mumble (or the WASAPI instance by going into settings and pressing ok - should also work).