mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 13:44:20 +01:00
* Initial commit snips * Update config.json * Update config.json * Update run.sh * Create mosquitto.conf * Update mosquitto.conf * Update run.sh * Update Dockerfile * Update run.sh * Update run.sh * finish it * fix spell * fix lint * Update config.json * Update config.json * Update run.sh * fix link * Update config.json * fix copy * map share into * fix unzip * fix run * fix port * fix shell
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%%"
|
|
}
|
|
}
|