Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2012-05-16 08:36:19 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-05-16 08:36:19 +0400
commit7143b2d0ff61690b698cc8a8b0e61852ba74d984 (patch)
tree555760e534303eca2e5d06dff4abb73470d2912d /README
parentdac1b4fc92b0581874af28f84f013b8618ec315c (diff)
parent88f22f2d17e882c55729a9bef46a3cf07b3f29d6 (diff)
Merge branch 'tmp_draft'
Conflicts: README
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 1 insertions, 3 deletions
diff --git a/README b/README
index 81e590a9..3d4d94b3 100644
--- a/README
+++ b/README
@@ -1,4 +1,3 @@
-
Opus is a codec for interactive speech and audio transmission over the Internet.
Opus can handle a wide range of interactive audio applications, including
@@ -31,7 +30,6 @@ Opus-tools can be found at:
http://git.xiph.org/?p=users/greg/opus-tools.git
== Compiling libopus ==
-
To build from a distribution tarball, you only need to do the following:
% ./configure
@@ -74,7 +72,7 @@ options:
-dtx : enable SILK DTX
-loss <perc> : simulate packet loss, in percent (0-100); default: 0
-input and output are little endian signed 16-bit PCM files or opus bitstreams
+input and output are little-endian signed 16-bit PCM files or opus bitstreams
with simple opus_demo proprietary framing.
== Testing ==