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-tx - real-time audio receiver over IP

Description

trx-tx transmits real-time audio over IP from 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-tx -h 239.0.0.1

                                                                                                       TRX-TX(1)

Name

       trx-tx - real-time audio receiver over IP

Notes

       The  Debian package has renamed the upstream binary tx to trx-tx 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

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

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

       -fN   Set the frame size. Default is 960 samples. The allowed frame sizes are defined by the Opus codec.
              For example at 48000Hz, the permitted values are 120, 240, 480 or 960.

       -bN   Set the approximate bitrate. Default is 128.

       -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-tx [-dDEV] [-mMS] [-hADDR] [-pPORT] [-jMS] [-rRATE] [-cN] [-vN] [-v FILE]

See Also