Talk:Softvol
From the ALSA wiki
Revision as of 21:13, 14 February 2007 by Ingomueller.net (Talk | contribs)
Ingomueller.net 08:13, 15 February 2007 (EST): In the next few days, I want to add an explanation of most the official plugin definition:
pcm.name {
type softvol # Soft Volume conversion PCM
slave STR # Slave name
# or
slave { # Slave definition
pcm STR # Slave PCM name
# or
pcm { } # Slave PCM definition
[format STR] # Slave format
}
control {
name STR # control element id string
[card STR] # control card index
[iface STR] # interface of the element
[index INT] # index of the element
[device INT] # device number of the element
[subdevice INT] # subdevice number of the element
[count INT] # control channels 1 or 2 (default: 2)
}
[min_dB REAL] # minimal dB value (default: -51.0)
[resolution INT] # resolution (default: 256)
}