3 Commits

Author SHA1 Message Date
Andrea Bondavalli
9e11a0660a Added buffer size parameter to run_latency_test.sh script 2021-12-07 10:06:24 +01:00
Andrea Bondavalli
8cf3be1c8a run_latency_test.sh script executes latency application with higher priority 2021-12-06 12:13:19 +01:00
Andrea Bondavalli
9725a73cfb Added tool to measure the end to end latency in loopback configuration to investigate #53
The script run_latency_test.sh can be used to run the test.
The latency utility measures the end to end latency by adding timestamps in the stream at playback time and checking the timestamps when the packets are received on the capture device.
The average measured end to end latency is printed at the end of the test.
The latency utility is based on a modified version of the original ALSA latency tool.
2021-12-05 11:07:06 +01:00