roarvorbis

Collection of basic clients for the RoarAudio Sound System

Install

All systems
curl cmd.cat/roarvorbis.sh
Debian Debian
apt-get install roarclients
Ubuntu
apt-get install roarclients
image/svg+xml Kali Linux
apt-get install roarclients
Windows (WSL2)
sudo apt-get update sudo apt-get install roarclients
Raspbian
apt-get install roarclients

roarclients

Collection of basic clients for the RoarAudio Sound System

This package is a collection of basic clients for the RoarAudio Sound System based on libroar. The collection includes tools for playback and recording as well as controlling and monitoring the sound system. Some tools are also very helpful for testing and debugging a RoarAudio setup or software.

roaraudio-dbg

RoarAudio sound server for audio mixing (debugging symbols)

RoarAudio is a server for audio mixing. Its main purpose is to mix audio from different clients before sending it to its outputs (for example a soundcard). It is completely network transparent (UNIX sockets, TCP/IP, DECnet) and supports many common codecs like Ogg Vorbis, Speex or FLAC. This packet consists of the following libraries: libroar: The RoarAudio main library. It contains code for talking to roard, virtual IO functions useful not only for audio applications, memory management functions like buffers, lists, stacks. libroardsp: Digital Signal Processing library. It contains code to work with PCM signals including simple filters, converters and code to work with some (realtime) codecs. libroareio: This is the RoarAudio Extended IO library. It contains code for talking to extended IO. Currently it contains code to talk to soundcards without roard. This is not meant to be used by other applications directly. libroarlight: Light Control support library. It contains code to support the usage of the light control subsystem. libroarmidi: MIDI subsystem support library. It contains code to support the usage of the MIDI subsystem. This package contains the debugging symbols for RoarAudio.