forked from roc-streaming/roc-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[api] roc-streaminggh-688: Refine dynamic latency configuration
Latency parameters: - target_latency (0 = adaptive, >0 = fixed) - latency_tolerance for adaptive mode only: - start_target_latency - min_target_latency - max_target_latency On receiver, you always need to set latency parameters, if profile is INTACT or not. Receiver always checks latency tolerance violations and always needs starting value for the latency. On sender, if profile is INTACT, all latency parameters should be zero. Otherwise, all latency parameters should match same parameters on receiver. Other changes: - fixes in adapters - deduce_defaults updated to new rules - latency tuner updated to new rules - add panics to latency tuner - comments are updated
- Loading branch information
Showing
9 changed files
with
326 additions
and
349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.