-
Notifications
You must be signed in to change notification settings - Fork 4
Report input/output latency #42
Copy link
Copy link
Open
Labels
apiIssues regarding the general API designIssues regarding the general API designfeatureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Metadata
Metadata
Assignees
Labels
apiIssues regarding the general API designIssues regarding the general API designfeatureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Projects
Status
Todo
Problem Statement
In order to give users the ability to do full latency compensation, it is crucial that we give them the reported input/output latencies, if provided by the driver.
This is especially important with #22 that will bring its own latency when resampling.
Proposed Solution
Add a
latency: Option<Timestamp>toAudioInputandAudioOutputexposing the reported latency informationAlternative Solutions
Checklist