sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (711B)


      1 alsa-master
      2 ===========
      3 
      4 Description
      5 -----------
      6 This patch adds a function to find the audio state (in percentage or as MUTE) 
      7 of the Master ALSA device using a pipe stream to the command-line mixer for 
      8 ALSA, amixer. It is simple and does not add additional compilation flags or 
      9 require use of a /dev/mixer file. The output string will include the % char 
     10 if the Master interface is on.
     11 
     12 Download
     13 --------
     14 * [slstatus-alsa-master-20230420-84a2f11.diff](slstatus-alsa-master-20230420-84a2f11.diff)
     15 * [slstatus-alsa-master-20250324-f68f492.diff](slstatus-alsa-master-20250324-f68f492.diff)
     16 
     17 Authors
     18 -------
     19 * William Rabbermann <willrabbermann@gmail.com>
     20 * gildasio <gildasiojunior@riseup.net) (update to 1.0)