Search found 2 matches

by loeblich
15. Jan 2015, 15:36
Forum: Problems
Topic: [Solved] Alsa softvol, multiple sounds at once
Replies: 3
Views: 3239

Re: Alsa softvol, multiple sounds at once

Tried that, it results in no sound at all (if I change it in the above config).

Found a different way to do it somewhere else. Here is the config that works for me:


pcm.!default {
type plug
slave.pcm "softvol"
}
pcm.dmixer {
type dmix
slave {
pcm "hw:1,0"
}
}
pcm.softvol {
type softvol ...
by loeblich
13. Jan 2015, 12:23
Forum: Problems
Topic: [Solved] Alsa softvol, multiple sounds at once
Replies: 3
Views: 3239

[Solved] Alsa softvol, multiple sounds at once

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 ...