'README.md' ändern
This commit is contained in:
16
README.md
16
README.md
@@ -1,3 +1,19 @@
|
|||||||
# csoundbox
|
# 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
|
||||||
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user