Gaming Enable or Disable Record Audio for Gaming Captures in Windows 11


  • Staff
audio_wave_banner.png

This tutorial will show you how to turn on or off capture audio when recording a game for your account in Windows 11.

The Xbox Game Bar app is built into Windows 11 so you can record games to capture videos and screenshots while playing PC games.

You can press the Windows :win: + Alt + R keys to toggle the start and stop recording of your game.

You can press the Windows :win: + Alt + G keys to record and capture the last 30 seconds of you game when Record what happened is turned on.

You can adjust the following audio settings when recording gameplay:
  • You can turn on the option to also record audio when capturing a game clip.
  • You can choose whether you want to also record system and mic audio when recording a game clip.
  • You can adjust the recorded audio quality by selecting a bitrate from the dropdown menu.
  • You can adjust the system and mic audio levels while recording by moving the sliders. Set either of these sliders to 0 if you want to completely mute your mic or system audio.
Reference:


Contents

  • Option One: Turn On or Off Record Audio for Gaming Captures in Settings
  • Option Two: Turn On or Off Record Audio for Gaming Captures in Game Bar Settings
  • Option Three: Turn On or Off Record Audio for Gaming Captures using REG file




Option One

Turn On or Off Record Audio for Gaming Captures in Settings


1 Open Settings (Win+I).

2 Click/tap on Gaming on the left side, and click/tap on Captures on the right side. (see screenshot below)


Capture_audio_when_recording_a_game_Settings-1.png

3 Do step 4 (on) or step 5 (off) below for what you want.

4 Turn On Record Audio for Gaming Captures

This is the default setting.


A) Turn on Capture audio when recording a game. (see screenshot below)​

B) Click/tap on Capture audio when recording a game to expand it open.​

C) Check (on - default - game) or uncheck (off - all) Mute system and app audio when recording a game for what you want.​

Checking Mute system and app audio when recording a game will capture game audio only when recording a game clip.

Unchecking Mute system and app audio when recording a game will capture game, system, and mic audio when recording a game clip.


D) Go to step 6.​

Capture_audio_when_recording_a_game_Settings-3.png

5 Turn Off Record Audio for Gaming Captures

A) Turn off Capture audio when recording a game, and go to step 6. (see screenshot below)​

Capture_audio_when_recording_a_game_Settings-2.png

6 You can now close Settings if you like.




Option Two

Turn On or Off Record Audio for Gaming Captures in Game Bar Settings


1 Open the Xbox Game Bar (Win+G).

2 Click/tap on the Settings (gear) button on the Game Bar. (see screenshot below)

3 Click/tap on Capturing on the left side of Settings.

4 Under AUDIO TO RECORD, select (dot) Game (default), All, or None for what you want.

Game = This option is for capturing game audio only.

All = This option lets you record all sounds during a capture, such as your mic, background music, and system sounds.

None = This option blocks out all game and system audio but still records your mic.


Capture_audio_when_recording_a_game_Game_Bar.png





Option Three

Turn On or Off Record Audio for Gaming Captures using REG file


1 Do step 2 (On - game), step 3 (On - all), step 4 (Off - none) below for what you want.


 2. Turn On Capture Only Game Audio when Recording Game

This is the default setting.


A) Click/tap on the Download button below to download the .reg file below, and go to step 5 below.​

Turn_ON_capture_audio_and_mute_system_and_app_audio_when_recording_game.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\GameDVR]
"AudioCaptureEnabled"=dword:00000001
"EnablePerAppAudio"=dword:00000001


 3. Turn On Capture All Audio when Recording Game

A) Click/tap on the Download button below to download the .reg file below, and go to step 5 below.​

Turn_ON_capture_audio_and_dont_mute_system_and_app_audio_when_recording_game.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\GameDVR]
"AudioCaptureEnabled"=dword:00000001
"EnablePerAppAudio"=dword:00000000


 4. Turn Off Capture Audio when Recording Game

A) Click/tap on the Download button below to download the .reg file below, and go to step 5 below.​

Turn_OFF_capture_game_audio_when_recording_game.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\GameDVR]
"AudioCaptureEnabled"=dword:00000000
"EnablePerAppAudio"=dword:00000000

5 Save the .reg file to your desktop.

6 Double click/tap on the downloaded .reg file to merge it.

7 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

8 You can now delete the downloaded .reg file(s) if you like.


That's it,
Shawn Brink


 

Attachments

  • Turn_OFF_capture_game_audio_when_recording_game.reg
    732 bytes · Views: 59
  • Turn_ON_capture_audio_and_mute_system_and_app_audio_when_recording_game.reg
    736 bytes · Views: 63
  • Turn_ON_capture_audio_and_dont_mute_system_and_app_audio_when_recording_game.reg
    736 bytes · Views: 55
  • audio_wave.png
    audio_wave.png
    5.3 KB · Views: 30
Last edited:
Back
Top Bottom