[Solved] Alsa softvol, multiple sounds at once
Posted: 13. Jan 2015, 12:23
Hello, I just started with salix some time ago and I have some issues that I couldn't fix yet.
Alsa is not that loud with the laptop speaker so I'm trying to add a preamp with the softvol plugin.
This works but makes it impossible to play multiple sounds at once (which works with an empty adound.conf).
Here is my asound.conf
I tried changing some things but I haven't been able to get it to work
Best regards
Alsa is not that loud with the laptop speaker so I'm trying to add a preamp with the softvol plugin.
This works but makes it impossible to play multiple sounds at once (which works with an empty adound.conf).
Here is my asound.conf
Code: Select all
pcm.!default {
type plug
slave.pcm "softvol"
}
pcm.softvol {
type softvol
slave {
# pcm "dmix"
pcm "hw:1,0"
}
control {
name "Pre-Amp"
card 1
}
min_dB -5.0
max_dB 10.0
resolution 10
}
Best regards