search for: 30ba8fa8

Displaying 2 results from an estimated 2 matches for "30ba8fa8".

2018 Mar 19
0
[PATCH] Support for Ambisonics
..._________________________________ > > 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&g...
2018 Mar 19
3
[PATCH] Support for Ambisonics
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