mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
18 lines
200 B
Plaintext
18 lines
200 B
Plaintext
pcm.!default {
|
|
type asym
|
|
capture.pcm "mic"
|
|
playback.pcm "speaker"
|
|
}
|
|
pcm.mic {
|
|
type plug
|
|
slave {
|
|
pcm "hw:%%MIC%%"
|
|
}
|
|
}
|
|
pcm.speaker {
|
|
type plug
|
|
slave {
|
|
pcm "hw:%%SPEAKER%%"
|
|
}
|
|
}
|