Documentation
¶
Overview ¶
Command autx transmits audio over the network via RTP. It reads raw audio from the standard input and transmits it to the provided address every 30 milliseconds. Audio must be single-channel (mono), signed 16-bit linear PCM data in big-endian byte order. The sample rate must be 22.05KHz.
Its usage is:
autx address
Address is in addr:port format.
Example ¶
Transmit audio from the file "test.pcm" to 2001:db8::1 port 9999:
autx [2001:db8::1]:9999 < test.pcm
Click to show internal directories.
Click to hide internal directories.