mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 20:35:55 +00:00
18 lines
195 B
Cheetah
18 lines
195 B
Cheetah
pcm.!default {
|
|
type asym
|
|
capture.pcm "mic"
|
|
playback.pcm "speaker"
|
|
}
|
|
pcm.mic {
|
|
type plug
|
|
slave {
|
|
pcm "hw:$input"
|
|
}
|
|
}
|
|
pcm.speaker {
|
|
type plug
|
|
slave {
|
|
pcm "hw:$output"
|
|
}
|
|
}
|