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-10-18 20:50:49 +0400
committerJean-Marc Valin <jean-marc.valin@octasic.com>2010-10-18 20:50:49 +0400
commit05dd36a1b36670b1eb9d8f510ad1aa82944ac091 (patch)
tree663b8f3a073c15467b33c43febd565f91291e147 /README
parent4e777532ee8acccf62cdf62d8efc4c3f4c6a3104 (diff)
API renamed to Opus
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index b75ef84a..589d119e 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_harmony executable in
+Once you have compiled the codec, there will be a test_opus executable in
the src/ directory. This can be in the following way:
-% ./test_harmony 48000 1 960 80 input.sw output.sw
+% ./test_opus 48000 1 960 80 input.sw output.sw
The arguments are:
1) The sampling rate (only 48000 supported for now)