Files
csoundbox/README.md
2017-12-13 15:06:36 +01:00

20 lines
239 B
Markdown

# csoundbox
A soundboard to trigger sounds remotely or local with a keyboard.
First install
* libao
* mpg123
Fix sound:
Open the file `/etc/libao.conf` and change
```
default_driver=alsa
dev=default
```
to
```
default_driver=pulse
```