Files
addons/snips/asoundrc
Pascal Vizeli 236594b79d WIP: Snips (#138)
* 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
2017-07-15 03:12:30 +02:00

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%%"
}
}