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

trx-rx - real-time audio receiver over IP

Description

trx-rx receives real-time audio over IP and plays it out to an ALSA audio device.

Example

       To receive audio being sent to the local interface with the IP address 239.0.0.1 use the following:

              trx-rx -h 239.0.0.1

                                                                                                       TRX-RX(1)

Name

       trx-rx - real-time audio receiver over IP

Notes

       The  Debian package has renamed the upstream binary rx to trx-rx as it is less generic and less likely to
       collide with other packaged binaries.

Options

-dDEV The alsa device name. Default is 'default'

       -mMS  Set the buffer time. Default is 16 milliseconds

       -hADDR
              Set the IP address to listen on. Default is ::

       -pPORT
              Set the UDP port to listen on. Default is 1350

       -jMS  Set the jitter buffer length. Default is 16 milliseconds.

       -rRATE
              Set the sample rate. Default is 48000Hz.

       -cN   Set the number of channels. Default is 2.

       -vN   Set the verbosity level. Higher N implies more verbosity. Default is 1.

       -DFILE
              Run the receiver as a daemon, writing the process ID to FILE.

Synopsis

trx-rx [-dDEV] [-mMS] [-hADDR] [-pPORT] [-jMS] [-rRATE] [-cN] [-vN] [-v FILE]

See Also