Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/celt-0.7.0.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@usherbrooke.ca>2008-07-24 16:49:34 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-07-24 16:49:34 +0400
commit5c0d486fe13d4767f0df747b51fd14df8fd0cdac (patch)
treebc113cd00f5310d91943eeddcc410ab9b0e7d9ee /README
parent1d27ef8b2cf039650d09b7656f2f98d716036d93 (diff)
Better bit allocation for all frame sizes that are not equal to 256.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 33ee0d5..8727817 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ To compile:
% make
To test the encoder:
-% testcelt <rate> <channels> <frame size> <overlap> <bytes per packet> input.sw output.sw
+% testcelt <rate> <channels> <frame size> <bytes per packet> input.sw output.sw
where input.sw is a 16-bit (machine endian) audio file sampled at
44.1 kHz or 48 kHz. The output file is already decompressed.