summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-04-30 10:22:03 -0400
committerGregory Maxwell <greg@xiph.org>2012-04-30 10:56:28 -0400
commitb7034ec262515c659b3b5660b1edcb31bf679274 (patch)
tree202ea05ff3e474bb87ebff52653378b06f2c7c86 /README
parent217cdae98e44699648a215ebb527c4c3f4f171ac (diff)
downloadopus-b7034ec262515c659b3b5660b1edcb31bf679274.tar.gz
Make opus_demo r/w little-endian PCM independent of host byte-order.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 16b9b1cb..81e590a9 100644
--- a/README
+++ b/README
@@ -74,7 +74,7 @@ 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 proprietary framing.
== Testing ==