20 lines
239 B
Markdown
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
|
|
```
|
|
|