Create tests for measuring glitches and latency #551
Labels
help wanted
An important and awaited task but we have no human resources for it yet
much-needed
This issue is needed most among other help-wanted issues
rt-tests
Real-time tests
tests
Roc already has unit and integration tests, but they, by design, have limitations:
We want to develop a new set of real-time tests:
These new tests will live in a separate repo: rt-tests.
Currently, the new repo has a build system, and a skeleton of one test that implements full loopback: writes audio stream to roc sender, obtains the stream from roc receiver, and runs a very basic check.
Now we need to develop a few actual tests:
Please refer to rt-tests repo issues for more detailed description of each test:
rt-tests repo uses C++17, cmake, and Google Test.
The text was updated successfully, but these errors were encountered: