Jump to content
Sign in to follow this  
Chaos81

Muting sounds?

Recommended Posts

Forgive me if I'm missing the obvious here as I'm relatively new to X-Plane, but is there anyway to mute the sound in X-Plane using a keypress like "Q" in FSX/P3D? I'd even take them muting on a task switch. I know I can go to the sounds menu and uncheck it, but that's not the most convenient thing.

 

Thanks.

Share this post


Link to post
Share on other sites

Mike,

 

On my Win7 I have a "speaker" icon in lower right corner of the screen.

 

I can change the volume or mute it.

 

Normally, I use it to lower /adjust the volume rather than mute in FSX, P3D and XPlane10.

 

Just my preference .. rather than the Q key e.g.


Best Regards,

Vaughan Martell - PP-ASEL KDTW

Share this post


Link to post
Share on other sites

If your focus changes to another application or minimize X-Plane (in windowed mode) sounds from XP will stop?  This works for me.

Share this post


Link to post
Share on other sites

Mike,

 

On my Win7 I have a "speaker" icon in lower right corner of the screen.

 

I can change the volume or mute it.

 

Normally, I use it to lower /adjust the volume rather than mute in FSX, P3D and XPlane10.

 

Just my preference .. rather than the Q key e.g.

 

Yeah, I could do that as well. Just looking for the laziest way possible I suppose.

 

 

 

 

If your focus changes to another application or minimize X-Plane (in windowed mode) sounds from XP will stop?  This works for me.

 

Hmm, that doesn't work for me. I use windowed mode, and when I minimize or choose another program, the sounds just keep going.

 

 

 

Thanks for the replies, guys.

Share this post


Link to post
Share on other sites

I found a solution that will do what you want but you need to do a tiny bit of work to get it working :)

These batch files basically get the Process ID of the X-Plane executable that is running and mute / reset it's sound accordingly. More information can be found here http://nircmd.nirsoft.net/changeappvolume.html. This little program can do quite many things.

  • download nircmd http://nircmd.nirsoft.net
  • unzip it to c:\resetsounds or something you prefer the name is not important just remember to edit my dos batch file examples accordingly.
  • Create two small DOS batch files. You can do this easily by creating a txt file and changing the .TXT extension to .BAT.
  • In these batch files place the following

To mute sound. I called this file mutexplanesounds.bat

for /F "TOKENS=1,2,*" %%a in ('tasklist /FI "IMAGENAME eq X-Plane.exe"') do set XPLANEPID=%%b
cd C:\mutesound\nircmd
nircmd.exe changeappvolume /%XPLANEPID% -5000

To reset sound. I called this resetxplanesound.bat

 

for /F "TOKENS=1,2,*" %%a in ('tasklist /FI "IMAGENAME eq X-Plane.exe"') do set XPLANEPID=%%b
cd C:\mutesound\nircmd
nircmd.exe changeappvolume /%XPLANEPID% 5000

 

Now create a shortcut to these files which will enable you to create a windows key shortcut combination to start the batch file. Example CTR+ALT+Q to mute and CTR+ALT+R to reset the sound back to what it was.

Have fun after you have done this using key shortcut to mute the sound ;-)

Share this post


Link to post
Share on other sites

There's an even simpler way. This mutes and unmutes the sound of x-plane in one command. I have this now setup so I press a function key on my Logitech keyboard so with a press of the G2 key I can mute and unmute x-plane sound. The function key just starts mutesounds.bat and if you press it multiple times it will mute and unmute accordingly which is the option 2 parameter.

 

Thanks for asking this question :)

for /F "TOKENS=1,2,*" %%a in ('tasklist /FI "IMAGENAME eq X-Plane.exe"') do set XPLANEPID=%%b
cd C:\mutesound\nircmd
nircmd.exe muteappvolume /%XPLANEPID% 2
  • Upvote 1

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...