Changes between Version 37 and Version 38 of Sound
- Timestamp:
- 01/31/18 04:37:13 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sound
v37 v38 1 1 {{{#!div class="box" 2 [[Image(http ://xpra.org/icons/sound.png)]]2 [[Image(https://xpra.org/icons/sound.png)]] 3 3 = Sound = 4 4 … … 19 19 = Controls = 20 20 21 The main controls are found in the configuration file or on the command line, documented in the [http ://xpra.org/manual.html manual]:21 The main controls are found in the configuration file or on the command line, documented in the [https://xpra.org/manual.html manual]: 22 22 * {{{speaker=on|off|disabled}}} / {{{microphone=on|off|disabled}}}: sound input and output forwarding support: ''on'' will start the forwarding as soon as the connection is established, ''off'' will require the user to enable it via the menu, disabled will prevent it from being used and the menu entry will be disabled 23 23 * {{{speaker-codec=CODEC}}} / {{{microphone-codec=CODEC}}}: Specify the codec(s) to use for sound output (speaker) or input (microphone). This parameter can be specified multiple times and the order in which the codecs are specified defines the preferred codec order. Use the special value ’help’ to get a list of options. When unspecified, all the available codecs are allowed and the first one is used.