From 05dd36a1b36670b1eb9d8f510ad1aa82944ac091 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Mon, 18 Oct 2010 12:50:49 -0400 Subject: API renamed to Opus --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') 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) -- cgit v1.2.1