2017-12-15 16:10:36 +01:00
2017-12-15 16:10:36 +01:00
2017-12-13 14:51:09 +01:00
2018-03-26 11:50:10 +02:00
2018-02-11 18:44:49 +01:00
2017-12-15 16:10:36 +01:00
2017-12-16 22:22:02 +01:00
2017-12-15 12:36:47 +01:00

csoundbox

A soundboard to trigger sounds remotely or local with a keyboard.

Compile & install

First install

  • libao
  • mpg123
  • libconfig

On Debian:

sudo apt-get install libao-dev
sudo apt-get install mpg123
sudo apt-get install libconfig-dev

If there's no sound: Open the file /etc/libao.conf and change

default_driver=alsa
dev=default

to

default_driver=pulse

Arguments

  • -h: Show the help screen and exit
  • -s: Start the server
  • -i : connect to a server
  • -l or without arguments: Start local
Description
A soundboard to trigger sounds remotely or local with a keyboard.
Readme 48 KiB
Languages
C 95.8%
Makefile 4.2%