en-US citrix user

Client audio settings

Citrix Workspace App

Supported on: All Citrix Workspace supported platforms

Description

This option controls how the sound from the remote application or desktop is directed to the client machine. Select 'Enable Audio' to disable client audio mapping. This does not affect the client to server audio data, which is controlled through the "Remoting client devices" policy. The audio quality between client and server can be set from the Sound Quality drop-down menu. The available options are High, Low and Medium. The lowest and highest port number ranges must be between - 16384 to 65535 Troubleshooting: The server audio options take precedence over these settings, so selecting high quality from the client might not result in a high quality audio being used. The server cannot increase the quality of the audio selected by the client.

Registry

HKCU Software\Policies\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Audio

More options available

Options

Enable audio
ClientAudio boolean - default: 1
Sound quality
AudioBandwidthLimit enum
  • High -> 0- (default)
  • Medium -> 1-
  • Low -> 2-
Enable Real-Time Transport
EnableRtpAudio boolean
Lowest Port Number
RtpAudioLowestPort decimal - range 16384-65535 - default: 16500
Highest Port Number
RtpAudioHighestPort decimal - range 16384-65535 - default: 16509
Allow Real-Time Transport through NetScaler Gateway
EnableUDPThroughGateway boolean

REG Builder

BETA

Configure the state and elements to generate .reg, PowerShell, Intune, and SCCM outputs.

These exports replicate the policy's registry effect. Editing the registry directly is not the same as applying the GPO through the management console (no gpupdate, no central reporting). Test before production; HKLM changes require administrator rights.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Client audio settings
; State: Enabled
; Supported on: All Citrix Workspace supported platforms

[HKEY_CURRENT_USER\Software\Policies\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Audio]
"ClientAudio"=dword:00000001
"AudioBandwidthLimit"="0-"
"EnableRtpAudio"=dword:00000000
"RtpAudioLowestPort"=dword:00004074
"RtpAudioHighestPort"=dword:0000407d
"EnableUDPThroughGateway"=dword:00000000