summaryrefslogtreecommitdiff
path: root/README.draft
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-04-30 10:22:03 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-05-10 14:44:15 -0400
commit5eeeda96d0fa0ab7d06c7fad8faca133ed95877f (patch)
treee23e36f7a37715c7932bf3e7c208ddf4b91b5bd8 /README.draft
parentb72de4afda937eacf9b5b2b44bc5fe065dd00835 (diff)
downloadopus-5eeeda96d0fa0ab7d06c7fad8faca133ed95877f.tar.gz
Make opus_demo r/w little-endian PCM independent of host byte-order.
Diffstat (limited to 'README.draft')
-rw-r--r--README.draft2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.draft b/README.draft
index 8128e0b2..6723e8e9 100644
--- a/README.draft
+++ b/README.draft
@@ -45,5 +45,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.