'README.md' ändern
This commit is contained in:
18
README.md
18
README.md
@@ -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
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user