9 Commits

Author SHA1 Message Date
Andrea Bondavalli
0dd3b9bf70 Set of changes to the daemon to support additional sample rates and to enhance the test suites to verify with 192Khz and 384Khz
The build script has been modified to checkout the driver branch aes67-daemon-issue11 with fixes to support sample rates higher than 192Khz.
These changes fix #124 and #122
2023-04-19 12:49:47 +02:00
Andrea Bondavalli
4232a3ddd0 Adapted platform and latency tests to support a 64 channels configuration.
This configuration was succesfully tested on a Mini PC with Intel Celeron N4000.
2022-12-20 21:24:40 +01:00
Andrea Bondavalli
b43b26c3df Added setting of Real Time Scheduler Throttling kernel parameter according to findings related to #79 2022-11-25 09:17:28 +01:00
Andrea Bondavalli
c68d53c9bc Added documentation about effects of CPU scaling events on daemon streams and patched daemon test scripts to disable CPU scaling 2022-11-17 21:51:05 +01:00
Andrea Bondavalli
1c11e7d212 Fix for issue #84 2022-05-25 17:34:22 +02:00
Andrea Bondavalli
750fce6029 Fixes to run_latency_sh script and latency test application 2021-12-08 17:31:09 +01:00
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