sites

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

index.md (565B)


      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 
     16 Authors
     17 -------
     18 * William Rabbermann <willrabbermann@gmail.com>