GNOME Bugzilla – Bug 771263
opusenc: add low-delay value to the audio-type property
Last modified: 2016-09-20 15:31:57 UTC
Created attachment 335321 [details] [review] Patch that adds low-delay value to the audio-type enum Currently opusenc accepts 2 values to the audio-type property: generic and voice that map to OPUS_APPLICATION_AUDIO and OPUS_APPLICATION_VOIP. It seems that Opus encoder accepts third value, OPUS_APPLICATION_RESTRICTED_LOWDELAY that is currently not mapped in opusenc. The attached patch adds this third value to the audio-type enum.
Comment on attachment 335321 [details] [review] Patch that adds low-delay value to the audio-type enum actually, I see tpm may want this done differently from a comment in https://bugzilla.gnome.org/show_bug.cgi?id=771261, back to unreviewed
Let's merge the bugs and discuss in bug #771261 then. *** This bug has been marked as a duplicate of bug 771261 ***