[opus] [PATCH] Support for Ambisonics

Drew Allen bitllama at google.com
Mon Mar 19 22:00:44 UTC 2018


Hi Jean-Marc,

I've modified my patches for libopus and libopusenc based on your
suggestions.

Cheers,
Drew

On Mon, Mar 19, 2018 at 2:05 PM Jean-Marc Valin <jmvalin at jmvalin.ca> wrote:

> Hi Drew,
>
> I think the libopusenc patch is better, but there's still a few issues
> left:
> 1) The static MAX_PACKET_BUFFER_SIZE value is still problematic because
> if you link libopusenc with a new version of libopus that supports
> higher order projection or just more projection channels for order 3,
> then you will overflow the buffer. I think what you'd want is a
> _ope_opus_header_get_size() call that would return how large the header
> *actually* is. Then you can use that value instead of
> MAX_PACKET_BUFFER_SIZE in init_stream()
> 2) I think the remaining if()s in ope_encoder_ctl() can also be removed
> by adding another ctl() macro (like _oge_ctl()) with an extra argument.
> In the case of OPUS_MULTISTREAM_GET_ENCODER_STATE_REQUEST, you can
> simply use _oge_ctl(enc->st,
> OPUS_MULTISTREAM_GET_ENCODER_STATE(stream_id, value))
> 3) On libopus itself, why "#define OPUS_HAVE_OPUS_PROJECTION_H 9000"
> instead of just "#define OPUS_HAVE_OPUS_PROJECTION_H"?
>
> Cheers,
>
>         Jean-Marc
>
> On 03/19/2018 02:53 PM, Drew Allen wrote:
> >
> > On Mon, Mar 19, 2018 at 11:52 AM Drew Allen <bitllama at google.com
> > <mailto:bitllama at google.com>> wrote:
> >
> >     Hello all,
> >
> >     Sorry for the delay (got really sick last week).
> >
> >     Attached are updated patches for libopus, libopusenc, opusfile and
> >     opus-tools.
> >
> >     Note that the patches for libopusenc, opusfile and opus-tools are
> >     dependent on the patch for libopus.
> >
> >     Please let me know if you have any additional followup comments or
> >     questions.
> >
> >     Cheers,
> >     Drew
> >
> >
> >
> > _______________________________________________
> > opus mailing list
> > opus at xiph.org
> > http://lists.xiph.org/mailman/listinfo/opus
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/opus/attachments/20180319/30ba8fa8/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libopus-Support-for-Ambisonics.patch
Type: text/x-patch
Size: 5502 bytes
Desc: not available
URL: <http://lists.xiph.org/pipermail/opus/attachments/20180319/30ba8fa8/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libopusenc-Support-for-Ambisonics.patch
Type: text/x-patch
Size: 16506 bytes
Desc: not available
URL: <http://lists.xiph.org/pipermail/opus/attachments/20180319/30ba8fa8/attachment-0003.bin>


More information about the opus mailing list