Changes between Version 36 and Version 37 of Sound
- Timestamp:
- 01/11/17 15:24:33 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sound
v36 v37 3 3 = Sound = 4 4 5 Sound support has been stable since version 0.14, later versions add support for more codecs and better process isolation.5 Unless you disable sound forwarding, you can start or stop it from the system tray at any time. 6 6 If you are having issues with sound forwarding, please see [/wiki/Sound/Debugging]. 7 7 8 Unless you disable sound forwarding, you can start or stop it from the system tray at any time. 9 10 The client and server will negotiate which codec to use. The most widely tested and supported codecs are [http://www.vorbis.com/ vorbis], [https://xiph.org/flac/ flac] and mp3. 11 12 As of version 0.16, we use gstreamer 1.x by default if it is available, earlier versions used version 0.10. 8 The client and server will negotiate which codec to use. The most widely tested and supported codecs are [http://opus-codec.org/ opus], [http://www.vorbis.com/ vorbis], [https://xiph.org/flac/ flac] and mp3. 13 9 14 10 [[BR]] 15 11 Unlike screen updates which are discrete events, sound compression processes the operating system's sound data stream and so this is a continuous process which will take up a little bit of CPU and bandwidth. 16 12 17 If you want to turn off speaker forwarding, set {{{speaker = off}}} in your system wide {{{xpra.conf}}} (to disable it globally) or in the per-user configurationfile.13 If you want to turn off speaker forwarding, set {{{speaker = off}}} in your system wide {{{xpra.conf}}} (to disable it globally) or in the per-user [/wiki/Configuration configuration] file. 18 14 }}} 15 16 [[BR]] 19 17 20 18 {{{#!div class="box"