From c59b17fadbd531cf25e446989fe061f03fd889ec Mon Sep 17 00:00:00 2001 From: structix Date: Wed, 13 Dec 2017 15:06:36 +0100 Subject: [PATCH] =?UTF-8?q?'README.md'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 645cac3..cddc3a2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # csoundbox -A soundboard to trigger sounds remotely or local with a keyboard. \ No newline at end of file +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 +``` +