mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
19 lines
233 B
Plaintext
19 lines
233 B
Plaintext
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 26.0
|
|
resolution 6
|
|
}
|