mirror of
https://github.com/xiph/opus.git
synced 2025-05-22 03:18:30 +00:00
draft wip
This commit is contained in:
parent
9fb5cee6ae
commit
fa3ef8dcda
2 changed files with 24 additions and 0 deletions
|
@ -33,6 +33,7 @@ cp -a "${toplevel}"/celt_sources.mk "${destdir}"/
|
||||||
cp -a "${toplevel}"/silk_sources.mk "${destdir}"/
|
cp -a "${toplevel}"/silk_sources.mk "${destdir}"/
|
||||||
cp -a "${toplevel}"/README.draft "${destdir}"/README
|
cp -a "${toplevel}"/README.draft "${destdir}"/README
|
||||||
cp -a "${toplevel}"/COPYING "${destdir}"/COPYING
|
cp -a "${toplevel}"/COPYING "${destdir}"/COPYING
|
||||||
|
cp -a "${toplevel}"/tests/run_vectors.sh "${destdir}"/
|
||||||
|
|
||||||
tar czf opus_source.tar.gz "${destdir}"
|
tar czf opus_source.tar.gz "${destdir}"
|
||||||
echo building base64 version
|
echo building base64 version
|
||||||
|
|
|
@ -6570,6 +6570,15 @@ or
|
||||||
</list>
|
</list>
|
||||||
</t>
|
</t>
|
||||||
|
|
||||||
|
<t>
|
||||||
|
On POSIX environments, the run_vectors.sh script can be used to verify all test
|
||||||
|
vectors. This can be done with
|
||||||
|
<list>
|
||||||
|
<t>run_vectors.sh <exec path> <vector path></t>
|
||||||
|
</list>
|
||||||
|
where <exec path> is the directory where the opus_demo and opus_compare executables
|
||||||
|
are built and <vector path></t> is the directory containing the test vectors.
|
||||||
|
</t>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section title="Opus Custom">
|
<section title="Opus Custom">
|
||||||
|
@ -6939,6 +6948,20 @@ draft. They are available from the Opus codec website at
|
||||||
<eref target="http://opus-codec.org/testvectors/"/> and will also be made available
|
<eref target="http://opus-codec.org/testvectors/"/> and will also be made available
|
||||||
in IETF meeting proceedings.
|
in IETF meeting proceedings.
|
||||||
</t>
|
</t>
|
||||||
|
|
||||||
|
<t>
|
||||||
|
The SHA1 hash of the files in the test vector package are
|
||||||
|
<figure align="center">
|
||||||
|
<artwork align="center"><![CDATA[
|
||||||
|
77c5f8b92fb496c47e9485a19ac5b92ec5a36210 test1_mono.bit
|
||||||
|
7b56c26f4a3d093893b5b7859ed779dcbcf3fbc0 test1_mono.fixed
|
||||||
|
2c03ce5db251ff05a27fdc1ac122e6a0a65feb85 test1_mono.float
|
||||||
|
77c5f8b92fb496c47e9485a19ac5b92ec5a36210 test1_stereo.bit
|
||||||
|
03ebd981b41971042a747bc9a531a013c0211f6a test1_stereo.fixed
|
||||||
|
c38c5fd614c79ee71410fdf7720944be2ee274f5 test1_stereo.float
|
||||||
|
]]></artwork>
|
||||||
|
</figure>
|
||||||
|
</t>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue