Add ALSA sound mixing config

This commit is contained in:
Dejvino 2020-12-14 17:25:16 +01:00
parent 9a42b49824
commit 4208bc54c7

View File

@ -60,6 +60,12 @@ gpio mode $PIN_PASOUND output
``` ```
### PA System ### PA System
#### Enabling mixed sound output
```bash
cat ~/.asoundrc
pcm.!default plug:dmix
```
#### Text to Speech #### Text to Speech
```bash ```bash
## Festival ## Festival