Go to file
Mark Hills 591a498725 Be more specific when setting buffer time
We don't want the max buffer time, but we want the nearest buffer
time that is below the value provided by the user.
2014-03-21 18:43:52 +00:00
.gitignore Initial import 2009-09-06 15:42:11 +01:00
COPYING GPLv2 2012-07-27 12:50:03 +01:00
Makefile dist rule 2012-09-22 11:53:36 +01:00
README Program explanation 2012-07-28 12:59:37 +01:00
defaults.h Listening on IPv4 and IPv6 addresses 2012-07-27 12:20:38 +01:00
device.c Be more specific when setting buffer time 2014-03-21 18:43:52 +00:00
device.h GPLv2 2012-07-27 12:50:03 +01:00
notice.h Help message 2012-07-27 12:46:03 +01:00
rx.c Use constants for clarity 2014-03-21 18:43:52 +00:00
sched.c GPLv2 2012-07-27 12:50:03 +01:00
sched.h GPLv2 2012-07-27 12:50:03 +01:00
tx.c Be less verbose 2014-03-21 18:43:51 +00:00

README

trx: Realtime audio over IP

(C) Copyright 2012 Mark Hills <mark@xwax.org>

See the COPYING file for licensing terms.

This software is distributed from the following URL:

  http://www.pogo.org.uk/~mark/trx/

trx is a simple toolset for broadcasting live audio. It is based on
the Opus codec <http://www.opus-codec.org/> and sends and receives
encoded audio over IP networks.

It can be used for point-to-point audio links or multicast,
eg. private transmitter links or audio distribution. In contrast to
traditional streaming, high quality wideband audio (such as music) can
be sent with low-latency and fast recovery from dropouts.

With quality audio hardware and wired ethernet, a total latency of no
more than a few milliseconds is possible.