Silent-Hunter
Hardcore Member
- Joined
- May 29, 2010
- Messages
- 3,485
Any chance to see the newest one? The new one has the @gif and @wiki postbots.
## capture:
# Sets the device name for OSS capture.
#capture = /dev/dsp
## capture:
# Sets the device name for OSS capture.
capture = /dev/adsp
pcm.dmixed {
type dmix
ipc_key 1234
slave {
pcm "hw:0"
buffer_size 8192
period_size 2048
#periods 128
period_time 0
buffer_time 0
rate 44100
}
}
pcm.softvol {
type softvol
slave {
pcm "dmixed"
}
control {
name "Master"
card 0
}
}
pcm.!default {
type plug
slave.pcm "softvol"
}
pcm.dsp0 {
type plug
slave {
pcm "hw:0"
}
}
ctl.dsp0 {
type plug
slave.pcm "hw:0"
}
ctl.mixer0 {
type plug
slave.pcm "hw:0"
}
pcm.imic {
type route
slave {
pcm "hw:0,1"
channels 2
}
ttable {
0.0 = 1
}
}
pcm.xmic {
type route
slave {
pcm "hw:0,1"
channels 2
}
ttable {
0.1 = 1
}
}