mirror of
http://www.pogo.org.uk/~mark/trx.git
synced 2024-11-21 18:05:06 +01:00
Program explanation
This commit is contained in:
parent
3eafcaa33e
commit
43f31b8e17
32
README
32
README
@ -1,17 +1,21 @@
|
||||
trx: Transmit and receive audio over IP in real-time
|
||||
trx: Realtime audio over IP
|
||||
|
||||
(C) Copyright 2012 Mark Hills <mark@xwax.org>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License version 2, as
|
||||
published by the Free Software Foundation.
|
||||
|
||||
This program is distributed in the hope that it will be useful, but
|
||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
General Public License version 2 for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
version 2 along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
02110-1301, USA.
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user