Skip to content
Snippets Groups Projects
Commit ccaaffa9 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

print rate used for testvectors

parent 6ba284f2
No related branches found
No related tags found
No related merge requests found
Pipeline #3169 passed
......@@ -106,7 +106,8 @@ fi
rate=`echo -e "8000\n12000\n16000\n24000\n48000" | shuf -n1`
../../../run_vectors.sh . $vectors $rate > testvectors_output.txt 2>&1
echo testvectors for $rate Hz > testvectors_output.txt
../../../run_vectors.sh . $vectors $rate >> testvectors_output.txt 2>&1
if [ $? -ne 0 ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment