mirror of
https://github.com/xiph/opus.git
synced 2025-06-02 08:37:43 +00:00
More minor gen-art part 2 edits.
Includes the addition of a band-layout table.
This commit is contained in:
parent
e249b0b205
commit
53e6782ea5
2 changed files with 46 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue