More minor gen-art part 2 edits.

Includes the addition of a band-layout table.
This commit is contained in:
Timothy B. Terriberry 2012-05-15 13:45:40 -07:00 committed by Jean-Marc Valin
parent e249b0b205
commit 53e6782ea5
2 changed files with 46 additions and 6 deletions

View file

@ -50,6 +50,11 @@ cat opus_source.tar.gz| base64 | tr -d '\n' | fold -w 64 | \
#echo '</artwork>' >> opus_compare_escaped.c
#echo '</figure>' >> opus_compare_escaped.c
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
fi
echo '<figure>' > testvectors_sha1
echo '<artwork>' >> testvectors_sha1
echo '<![CDATA[' >> testvectors_sha1