run_latency_test.sh script executes latency application with higher priority

This commit is contained in:
Andrea Bondavalli 2021-12-06 12:13:19 +01:00
parent 7def2411c0
commit 8cf3be1c8a

View File

@ -131,7 +131,7 @@ sleep 30
echo "Running 10 secs latency test"
cd test
./latency -P hw:RAVENNA -C hw:RAVENNA -f $SAMPLE_FORMAT -r $SAMPLE_RATE -c $CHANNELS -M 128 -m 128 -s $DURATION
sudo nice -n -10 ./latency -P hw:RAVENNA -C hw:RAVENNA -f $SAMPLE_FORMAT -r $SAMPLE_RATE -c $CHANNELS -M 128 -m 128 -s $DURATION
cd ..
echo "Terminating processes ..."