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 <jean-marc.valin@octasic.com>2010-07-08 23:51:49 +0400
committerJean-Marc Valin <jean-marc.valin@octasic.com>2010-07-08 23:51:49 +0400
commit78a4b582559f576f2f94340a07e5f0b04857b0e8 (patch)
treec328c830c09651da862e4146ae392b722253671a /README
parent4468c75adbefed247ae592e42549da544f468277 (diff)
Update to CELT 0.8.1
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index ac83683a..50df66c6 100644
--- a/README
+++ b/README
@@ -32,5 +32,7 @@ The arguments are:
1) The sampling rate (only 48000 supported for now)
2) The number of channels (only mono supported for now)
3) The frame size in samples (480 and 960 supported)
-4) Input PCM file (16-bit, machine endian)
-5) Output PCM file after encoding and decoding (16-bit machine endian)
+4) Number of compressed bytes per frame (80 here means 32 kb/s)
+5) Input PCM file (16-bit, machine endian)
+6) Output PCM file after encoding and decoding (16-bit machine endian)
+