Changes between Version 8 and Version 9 of Sound
- Timestamp:
- 01/08/13 16:03:25 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sound
v8 v9 39 39 Getting this far ensures that sound forwarding does work on this system, albeit from a fake source instead of pulseaudio. 40 40 41 == Simple Diagnostics == 42 Things to look for: 43 * if the speaker is greyed out in the tray then sound is not enabled, check: 44 * Session Info shows sound attributes in 'Server Features' 45 * "xpra info" should show the pipeline state when a client is playing sound: 46 {{{ 47 $ xpra info | grep -i speaker 48 speaker.state=active 49 }}} 50 * {{{pavucontrol}}} both on the client and inside the xpra session (see examples below) 41 51 42 52 == Using an existing pulseaudio server ==