search for: op_eimpl

Displaying 2 results from an estimated 2 matches for "op_eimpl".

2018 Apr 10
2
[PATCH] opus-tools/opusfile: Support for Ambisonics
Friendly ping for supporting ambisonics in opus-tools & opusfile Please LMK any ?s you might have. Cheers, Drew -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20180410/fd4a3709/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name:
2018 May 25
0
[PATCH] opus-tools/opusfile: Support for Ambisonics
...hem optional, so we can implement opus_head_parse() simply by calling opus_head_parse_ext() and passing NULL for them (eliminating all of the duplicate code and work). Open question: Should opus_head_parse_ext() with NULL for the matrix and/or matrix size parameters succeed, or return an error (OP_EIMPL?) to let the application know that there is missing data they're not getting by using the old API (i.e., so they know they won't be able to decode that stream correctly)? If we do continue to return success, we should probably fill in the existing mapping[] array in OpusHead with someth...