logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

muroard - minimalist sound server for the RoarAudio protocol

Audio Options

-R--rateRATE
              Set server sample rate.

       -C--chansCHANNELS
              Set server number of channels channels.

Description

       muRoarD  is  a  sound  server supporting the RoarAudio protocol.  It is designed to mix the audio data of
       multiple applications together to send it as a single stream to the soundcard.

       muRoarD is a minimalist version of such a sound server.  It does only implement the very minimum part the
       the protocol but is very much smaller than the original roard.

Driver Options

-O--odeviceDEV
              Set output device (sound card).  The possible values of this depend on the used driver.

History

       The  first  official  version  of  muRoarD (0.1beta0) was released on Wed Mar 03 2010 24:26 CET. For more
       information please see the file ChangeLog.

RoarAudio                                          March 2010                                         muroard(1)

Misc Options

-h--help
              Print a short help and exit.

       --version
              Print version information of the daemon and exit.

       --daemon
              Bring the server into background after init.

              On win32 this hides the console window. This only works if used within a Shortcut.

       --autostandby
              Start in autostandby mode.

       --no-autostandby
              Do not start in autostandby mode.

       --standby
              Start in standby mode.

       --no-standby
              Do not start in standby mode.

Name

       muroard - minimalist sound server for the RoarAudio protocol

Network Options

--no-listen
              Disable listen socket.  This may be used for example to implement the server type '+fork'  but  is
              absolutely useless for normal users.

       --client-fhFH
              Add a client via FH.  See --no-listen.

       --bindADDR
              Set path/hostname of listen socket.  This may be a /path/to/sock for UNIX Sockets or a hostname or
              address for TCP/IP.

              Please do not use IP Addresses directly if not needed.  Use hostnames.

              On win32 there is no support for UNIX sockets. Only IP is supported.

       --portPORT
              Set port of listen socket.  This only applys for TCP/IP sockets and is ignored for UNIX Sockets.

       -u--unix
              Use UNIX Domain listen socket.

              This is not supported on win32.

       -t--tcp
              Use TCP/IP listen socket.

       -n--decnet
              Use DECnet listen socket.

See Also

muroarstream(1), RoarAudio(7).

Sources Options

-SDEV Set the file or device for the new source.

       -sCCHANS
              Sets the number of channels for the source. This is the same as '-sO channels=XXX' for roard.

       -sBBITS
              Sets the number of bits for the source. This is the same as '-sO bits=XXX' for roard.

       -sECODEC
              Sets codec for the source. This is the same as '-sO codec=XXX' for roard.

       -sDDIR
              Sets direction of the source: in (source) or out (dump).

Synopsis

       muroard [OPTIONS]...

See Also