'README.md' ändern

This commit is contained in:
2017-12-13 15:06:36 +01:00
parent ff4b58d515
commit c59b17fadb

View File

@@ -1,3 +1,19 @@
# csoundbox
A soundboard to trigger sounds remotely or local with a keyboard.
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
```