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:
authorGregory Maxwell <greg@xiph.org>2012-04-30 18:22:03 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-05-10 22:44:15 +0400
commit5eeeda96d0fa0ab7d06c7fad8faca133ed95877f (patch)
treee23e36f7a37715c7932bf3e7c208ddf4b91b5bd8 /README
parentb72de4afda937eacf9b5b2b44bc5fe065dd00835 (diff)
Make opus_demo r/w little-endian PCM independent of host byte-order.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 1 insertions, 3 deletions
diff --git a/README b/README
index 5387aeac..686eb66a 100644
--- a/README
+++ b/README
@@ -1,5 +1,3 @@
-This is a prototype codec and for now it has limited functionality.
-
To build from a distribution tarball, you only need to do the following:
% ./configure
@@ -43,5 +41,5 @@ options:
-dtx : enable SILK DTX
-loss <perc> : simulate packet loss, in percent (0-100); default: 0
-input and output are 16-bit PCM files (machine endian) or opus bitstreams
+input and output are little endian signed 16-bit PCM files or opus bitstreams
with simple opus_demo propritary framing.