niugnep Posted March 14, 2017 Share Posted March 14, 2017 Is there a way to set your sound to come from your default device instead of your default communications device? Thanks. Quote Link to comment Share on other sites More sharing options...
Administrators hacst Posted April 14, 2017 Administrators Share Posted April 14, 2017 As mumble is a communication application it uses the default communication device by default. You can however configure mumble to use a fixed audio device of your choice instead. This can be done from the Configuration when the "Advanced" checkbox is checked. Quote Link to comment Share on other sites More sharing options...
XKfTDW3eGL5NJ72dMavc Posted May 2, 2017 Share Posted May 2, 2017 Mumble doesn't seem to respect the explicit Audio Output Device?At least, on my two computers (Win 10), I can't force a specific output device. It just always goes to the system default regardless of settings in Mumble. Quote Link to comment Share on other sites More sharing options...
niugnep Posted May 22, 2017 Author Share Posted May 22, 2017 Is it possible for users to change mumble to a regular application instead of a communication application? Quote Link to comment Share on other sites More sharing options...
Administrators mkrautz Posted June 4, 2017 Administrators Share Posted June 4, 2017 Mumble doesn't seem to respect the explicit Audio Output Device?At least, on my two computers (Win 10), I can't force a specific output device. It just always goes to the system default regardless of settings in Mumble. This issue seems to pop up a lot.Mumble doesn't respect the chosen output device for Text-to-Speech: we simply use Microsoft's Text-to-Speech API, and whatever default output device it uses.I've filed this issue for the problem:https://github.com/mumble-voip/mumble/issues/3116 Quote Link to comment Share on other sites More sharing options...
Administrators mkrautz Posted June 4, 2017 Administrators Share Posted June 4, 2017 Is it possible for users to change mumble to a regular application instead of a communication application? Hmm, not at the moment. But it's something we could implement... Quote Link to comment Share on other sites More sharing options...
Administrators mkrautz Posted June 4, 2017 Administrators Share Posted June 4, 2017 I've implemented this in https://github.com/mumble-voip/mumble/pull/3118 Quote Link to comment Share on other sites More sharing options...
niugnep Posted June 14, 2017 Author Share Posted June 14, 2017 How do I implement this on my application of mumble? Quote Link to comment Share on other sites More sharing options...
Administrators kissaki Posted July 4, 2017 Administrators Share Posted July 4, 2017 You can download a 1.3.0 development snapshot from our website mumble.info, which is regularly updated with our in-development next-version code base.From the linked changes this setting (wasapi/role) is not available in Mumbles gui, but you can set it in the registry where the settings are stored. Quote Link to comment Share on other sites More sharing options...
niugnep Posted July 14, 2017 Author Share Posted July 14, 2017 Um sort of confused, how do i modify my registry? Quote Link to comment Share on other sites More sharing options...
Administrators kissaki Posted July 15, 2017 Administrators Share Posted July 15, 2017 Hit Windows+R.A "Run" window should open.EnterREG ADD HKCU\Software\Mumble\Mumble\wasapi /v role /t REG_SZ /d console /fto set the role to console (as per ERole docs: "Games, system notification sounds, and voice commands.")or REG ADD HKCU\Software\Mumble\Mumble\wasapi /v role /t REG_SZ /d multimedia /fto set the role to multimedia (as per ERole docs: "Music, movies, narration, and live music recording.")To restore the default (communications role):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). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.