User Tools

Site Tools


linux:slack_4desktop

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
linux:slack_4desktop [2025/01/12 11:04] azmanlinux:slack_4desktop [2025/01/12 11:05] (current) azman
Line 39: Line 39:
         card <card/slot#>         card <card/slot#>
    }</file>    }</file>
 +
 +===== Low volume when using ALSA =====
 +
 +As seen [[https://alien.slackbook.org/blog/adding-an-alsa-software-pre-amp-to-fix-low-sound-levels/|here]]... 
 +
 +Check ''asound.conf'' in etc: <code>
 +  pcm.!default {
 +      type plug
 +      slave.pcm "softvol"
 +  }
 +
 +  pcm.softvol {
 +      type softvol
 +      slave {
 +          pcm "dmix"
 +      }
 +      control {
 +          name "Pre-Amp"
 +          card 0
 +      }
 +      min_dB -5.0
 +      max_dB 20.0
 +      resolution 6
 +  }
 +</code>
 +Sometimes need ''type'' in ''pcm.!default'' to be ''hw''
  
linux/slack_4desktop.1736651071.txt.gz · Last modified: by azman