From 5eeeda96d0fa0ab7d06c7fad8faca133ed95877f Mon Sep 17 00:00:00 2001 From: Gregory Maxwell Date: Mon, 30 Apr 2012 10:22:03 -0400 Subject: Make opus_demo r/w little-endian PCM independent of host byte-order. --- README | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'README') 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 : 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. -- cgit v1.2.1 From 56de780e2aedc6ebde2118cca714577d0bf38db4 Mon Sep 17 00:00:00 2001 From: Kat Walsh Date: Tue, 15 May 2012 17:50:40 -0400 Subject: draft copyediting --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 686eb66a..edbac572 100644 --- a/README +++ b/README @@ -41,5 +41,5 @@ options: -dtx : enable SILK DTX -loss : simulate packet loss, in percent (0-100); default: 0 -input and output are little endian signed 16-bit PCM files or opus bitstreams -with simple opus_demo propritary framing. +input and output are little-endian signed 16-bit PCM files or opus bitstreams +with simple opus_demo proprietary framing. -- cgit v1.2.1