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@usherbrooke.ca>2010-10-10 05:13:22 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2010-10-10 05:13:22 +0400
commit38f4e9ffcb31183ab168479d0f729bf65c83fdb2 (patch)
treef773678f793f8d2af9a14f3d633faf78b75f2cb8 /README
parenta7455ca26f725255857942ad7fbb88322ab16ee4 (diff)
Renamed to Harmony
Also a CELT update
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 50df66c6..b75ef84a 100644
--- a/README
+++ b/README
@@ -23,10 +23,10 @@ To build from the git repository, the following steps are necessary
% make
-Once you have compiled the codec, there will be a test_hybrid executable in
+Once you have compiled the codec, there will be a test_harmony executable in
the src/ directory. This can be in the following way:
-% ./test_hybrid 48000 1 960 80 input.sw output.sw
+% ./test_harmony 48000 1 960 80 input.sw output.sw
The arguments are:
1) The sampling rate (only 48000 supported for now)