Skip to content

AudioEncoderConfig.latencyMode (or similar) #371

@chcunningham

Description

@chcunningham

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

No one assigned

    Labels

    TPAC 2022Issues to discuss in upcoming TPAC meetingextensionInterface changes that extend without breaking.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions