NAME
muroarstream - Simple RoarAudio client
SYNOPSIS
muroarstream [OPTIONS]
DESCRIPTION
muroarstream is a simple client for the RoarAudio sound system. It is
based on muRoar (libmuroar).
OPTIONS
--help Display a brief help.
--server SERVER
Sets the server to SERVER. Default is to auto detect the
server. (see below)
-R --rate RATE
Sets the sample rate. This defaults to 44100Hz.
-C --channels CHANS
Sets the number of channels. this defaults to 2 channels
(stereo).
-B --bits BITS
Sets the number of bits per sample. The default is 16bit per
sample.
--wave Use Waveform subsystem (default).
--midi Use MIDI subsystem.
--light
Use Light Control subsystem.
AUTO DETECTION
The server will be auto located if no server name is given. First it
will look for the environment variable $ROAR_SERVER. If this variable
is non existing libmuroar will do the auto location based on a list of
possible server locations. This list contains the global UNIX socket
address, the user’s private socket address and an entry for localhost
using TCP/IP.
The UNIX socket addresses are only compiled in if UNIX socket support
is detected.
SEE ALSO
roarcat(1), RoarAudio(7).