Skip to content

Support for OPUS_GET_EXPERT_FRAME_DURATION #20

@maestroIgor

Description

@maestroIgor

I tried to get frame duration by calling ope_encoder_ctl, but this call ended up with an errorCode=OPE_UNIMPLEMENTED (-15). But as far as I can see this operation was long ago implemented in libopus. Why it is not available in libopusenc?

Code example:

  opus_int32 frameSize;
  int errorCode = ope_encoder_ctl(encoder_, OPUS_GET_EXPERT_FRAME_DURATION(&frameSize));

Libs versions:
libopus - v1.3.1
libopusenc - master (commit 6e0a98c)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions