Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for OPUS_GET_EXPERT_FRAME_DURATION #20

Open
maestroIgor opened this issue Jun 30, 2020 · 0 comments
Open

Support for OPUS_GET_EXPERT_FRAME_DURATION #20

maestroIgor opened this issue Jun 30, 2020 · 0 comments

Comments

@maestroIgor
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant