Program explanation

This commit is contained in:
Mark Hills 2012-07-27 13:01:05 +01:00
parent 3eafcaa33e
commit 43f31b8e17
1 changed files with 18 additions and 14 deletions

28
README
View File

@ -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> (C) Copyright 2012 Mark Hills <mark@xwax.org>
This program is free software; you can redistribute it and/or modify See the COPYING file for licensing terms.
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 This software is distributed from the following URL:
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 http://www.pogo.org.uk/~mark/trx/
version 2 along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA trx is a simple toolset for broadcasting live audio. It is based on
02110-1301, USA. 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.