-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Labels
TPAC 2022Issues to discuss in upcoming TPAC meetingIssues to discuss in upcoming TPAC meetingextensionInterface changes that extend without breaking.Interface changes that extend without breaking.
Description
VideoEncoderConfig has latencyMode (#269).
AudioEncoder has similar concerns around latency (realtime) vs quality. For example, Chrome's opus encoder currently uses 60ms buffers (framesize) to maximize quality. This is in keeping with our default philosophy of "don't constrain features/quality unless the user asks for it". But we should offer realtime users a way to choose a lower-latency value.
An alternative would be to specify a more granular knob for just framesize. Or do both.
Metadata
Metadata
Assignees
Labels
TPAC 2022Issues to discuss in upcoming TPAC meetingIssues to discuss in upcoming TPAC meetingextensionInterface changes that extend without breaking.Interface changes that extend without breaking.