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>
|
(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 software is distributed from the following URL:
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful, but
|
http://www.pogo.org.uk/~mark/trx/
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
trx is a simple toolset for broadcasting live audio. It is based on
|
||||||
General Public License version 2 for more details.
|
the Opus codec <http://www.opus-codec.org/> and sends and receives
|
||||||
|
encoded audio over IP networks.
|
||||||
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
|
It can be used for point-to-point audio links or multicast,
|
||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
eg. private transmitter links or audio distribution. In contrast to
|
||||||
02110-1301, USA.
|
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