From 8115a46b7dd79215872d335349b7fc2b8449072f Mon Sep 17 00:00:00 2001 From: Gregory Maxwell Date: Tue, 21 Aug 2012 17:56:51 -0400 Subject: Update testvector path and filename. --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index fe0bc429..ea68fe30 100644 --- a/README +++ b/README @@ -102,12 +102,12 @@ To run the integrated tests: There is also collection of standard test vectors which are not included in this package for size reasons but can be obtained from: -http://opus-codec.org/testvectors/opus_testvectors-draft11.tar.gz +http://opus-codec.org/testvectors/opus_testvectors.tar.gz To run compare the code to these test vectors: -% curl -O http://opus-codec.org/testvectors/opus_testvectors-draft11.tar.gz -% tar -zxf opus_testvectors-draft11.tar.gz +% curl -O http://opus-codec.org/testvectors/opus_testvectors.tar.gz +% tar -zxf opus_testvectors.tar.gz % ./tests/run_vectors.sh ./ opus_testvectors 48000 == Portability notes == -- cgit v1.2.1