Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
apps:xfce4-mixer:start [2020/09/02 02:53] – created kevinbowenapps:xfce4-mixer:start [2024/12/04 07:14] (current) – grammar improvement kevinbowen
Line 3: Line 3:
 ====== xfce4-mixer ====== ====== xfce4-mixer ======
  
 +  * **[[#Keyboard Shortcuts|Keyboard Shortcuts]]**
   * **[[#Xfconf Configuration|Xfconf Configuration]]**   * **[[#Xfconf Configuration|Xfconf Configuration]]**
   * **[[#Debugging|Debugging]]**   * **[[#Debugging|Debugging]]**
Line 13: Line 14:
  
 This package contains a volume control application based on GStreamer written This package contains a volume control application based on GStreamer written
-to conceptually fit into the Xfce desktop environment. It also includes a plugin for the Xfce panel.+to conceptually fit into the Xfce desktop environment. It also includes a plugin for the Xfce panel. Along with OSS and ALSA, it also upports PulseAudio and Sndio. 
 + 
 +The Xfce panel plugin presents itself with a nice speaker icon. Clicking onto the icon, the volume can be changed: 
 + 
 +<figure "xfce4-mixer Speaker Icon"> 
 +{{:apps:xfce4-mixer:volume.png|xfce4-mixer Speaker Icon}} 
 +</figure> 
 + 
 +There's also the well-known context menu, providing muting functionality, running the mixer application or opening the properties dialog: 
 + 
 +<figure "xfce4-mixer Context Menu"> 
 +{{:apps:xfce4-mixer:menu.png|xfce4-mixer Context Menu Window}} 
 +</figure> 
 + 
 +For the plugin and volume settings to work, you have to have the correct sound card and channel selected in the plugin's properties dialog: 
 + 
 +<figure "xfce4-mixer Sound Card and Channel Dialog"> 
 +{{:apps:xfce4-mixer:settings.png |xfce4-mixer Sound Card and Channel Dialog Window}} 
 +</figure> 
 + 
 +In addition, it provides a simple-to-use mixer application. Of course, everything is fully translated into many different languages: 
 + 
 +<figure "xfce4-mixer Application"> 
 +{{:apps:xfce4-mixer:alsa.png?600|xfce4-mixer Application Window}}  
 +</figure> 
 + 
 +The mixer works smoothly not only with the well-known ALSA setup, but also with PulseAudio: 
 + 
 +<figure "xfce4-mixer using PulseAudio"> 
 +{{:apps:xfce4-mixer:mixer.png?600|xfce4-mixer using PulseAudio}} 
 +</figure>
  
 ---- ----
Line 31: Line 62:
 channel: channel:
  
-/window-width               width of the main window (integer) +  * ''/window-width''               width of the main window (integer) 
-/window-height              height of the main window width (integer) +  * ''/window-height''              height of the main window width (integer) 
-/sound-card                 selected sound card (string) +  * ''/sound-card''                 selected sound card (string) 
-/sound-cards/             visible controls of a particular sound card (array +  * ''/sound-cards/*''              visible controls of a particular sound card (array of strings)
-                            of strings)+
  
 The panel plugin supports the following properties: The panel plugin supports the following properties:
  
-sound-card                  selected sound card (string) +  * ''sound-card''                  selected sound card (string) 
-track                       selected track (sting+  * ''track''                       selected track (string
-command                     command which can be run from the plugin menu +  * ''command''                     command which can be run from the plugin menu (string) 
-                            (string) +  * ''enable-keyboard-shortcuts''   enables or disables keyboard shortcuts (boolean)
-enable-keyboard-shortcuts   enables or disables keyboard shortcuts (boolean)+
  
 ---- ----
Line 51: Line 80:
 Both the mixer application and the panel plugin have a builtin debugging mode Both the mixer application and the panel plugin have a builtin debugging mode
 which will print additional diagnostic output useful for bug reports. For which will print additional diagnostic output useful for bug reports. For
-xfce4-mixer it can be activated by specifying the --debug command line option,+xfce4-mixer it can be activated by specifying the ''<nowiki>--</nowiki>debug'' command line option,
 diagnostic messages will be printed to stderr. For the panel plugin, please diagnostic messages will be printed to stderr. For the panel plugin, please
 follow the instructions at http://docs.xfce.org/xfce/xfce4-panel/debugging and follow the instructions at http://docs.xfce.org/xfce/xfce4-panel/debugging and
-set the PANEL_DEBUG environment variable to "xfce4-mixer-plugin,gdb", the+set the ''PANEL_DEBUG'' environment variable to ''xfce4-mixer-plugin,gdb'', the
 diagnostic output will be printed to stderr and backtraces will appear in the diagnostic output will be printed to stderr and backtraces will appear in the
 log file corresponding to the plugin. log file corresponding to the plugin.
Line 63: Line 92:
  
  
-  * No sound card detected: if this happens you're probably missing a +  * No sound card detected: if this happensyou're probably missing a GStreamer plugin for your sound system. If you get this message on a Debian or Ubuntu system and you're using ALSA then installing gstreamer0.10-alsa should fix it. On OpenBSD installing gst-plugins-good might help.
-    GStreamer plugin for your sound system. If you get this message on a Debian +
-    or Ubuntu system and you're using ALSA then installing gstreamer0.10-alsa +
-    should fix it. On OpenBSD installing gst-plugins-good might help.+
  
 ---- ----
  
 ===== Latest Release ===== ===== Latest Release =====
-==== 4.11.0 (20140409)==== +{{rss>https://archive.xfce.org/feeds/project/xfce4-mixer 1 date 2h}} 
-[[https://archive.xfce.org/src/apps/xfce4-mixer/4.11/xfce4-mixer-4.11.0.tar.bz2|xfce4-terminal-0.8.9.tar.bz2]] + 
-    * **[[https://archive.xfce.org/src/apps/xfce4-mixer/4.11/xfce4-mixer-4.11.0.tar.bz2?sha1|SHA1 hash]]** +[[https://gitlab.xfce.org/apps/xfce4-mixer/-/blob/master/NEWS|Read the CHANGELOG]]
-    * **[[https://archive.xfce.org/src/apps/xfce4-mixer/4.11/xfce4-mixer-4.11.0.tar.bz2?sha256|SHA256 hash]]**+
  
-[[https://archive.xfce.org/src/apps/xfce4-mixer/|Previous Versions]]+  * **[[https://archive.xfce.org/src/apps/xfce4-mixer/|Download current release]]** (older versions of this component are also available here)
  
 +[[|Back to Top]]
 ---- ----
 ===== Source Code Repository ===== ===== Source Code Repository =====
Line 85: Line 111:
  
 ===== Reporting Bugs ===== ===== Reporting Bugs =====
-  * **[[:apps:xfce4-mixer:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs+  * **[[:apps:xfce4-mixer:bugs|Reporting Bugs]]** -- List of currently open bugs and instructions on how to submit new bug reports
  
  
 [[|Back To Top]] [[|Back To Top]]
 ---- ----
-[[ :start:|Return to Main Xfce documentation page]]+[[ :start:|Return to Xfce Main Documentation Page]]