Changes between Version 26 and Version 27 of Sound
- Timestamp:
- 09/06/14 05:35:13 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sound
v26 v27 9 9 10 10 {{{#!div class="box" 11 == Status and Platform Quir cks ==11 == Status and Platform Quirks == 12 12 Sound support has been stable for a while now, but the only codecs that are widely used are '''mp3''' and '''wavpack'''. 13 13 14 14 [[BR]] 15 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. 15 16 17 If you want to turn it off globally, set {{{speaker = no}}} in your system wide {{{xpra.conf}}} or in the per-user configuration file. 18 }}} 19 20 {{{#!div class="box" 21 == Development == 16 22 Useful development documentation: 17 23 * [http://harmattan-dev.nokia.com/docs/library/html/gstreamer0.10-doc/gstreamer-plugins-0.10/gstreamer-plugins-queue.html queue] element