Skip to content

Commit

Permalink
Update testvector path and filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaxwell committed Aug 21, 2012
1 parent 582eba6 commit 8115a46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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 ==
Expand Down
4 changes: 2 additions & 2 deletions doc/build_draft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ cat opus_source.tar.gz| base64 | tr -d '\n' | fold -w 64 | \

if [[ ! -d ../opus_testvectors ]] ; then
echo "Downloading test vectors..."
wget 'http://www.opus-codec.org/testvectors/opus_testvectors-draft11.tar.gz'
tar -C .. -xvzf opus_testvectors-draft11.tar.gz
wget 'http://opus-codec.org/testvectors/opus_testvectors.tar.gz'
tar -C .. -xvzf opus_testvectors.tar.gz
fi
echo '<figure>' > testvectors_sha1
echo '<artwork>' >> testvectors_sha1
Expand Down

0 comments on commit 8115a46

Please sign in to comment.