Displaying 2 results from an estimated 2 matches for "opus_head_projection_parse".
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
...gt; Friendly ping for supporting ambisonics in opus-tools & opusfile
>
> Please LMK any ?s you might have.
Sorry for the long delay on the review. The high-level design looks a
lot better. I have a number of comments on the implementation details.
I didn't really like the way that opus_head_projection_parse() turned
out. I was originally thinking something more generic/future proof that
could also be used for any other channel mapping families that want to
define a custom channel mapping table. The way this is implemented in
the patch you sent, it duplicates a lot of code from opus_head_parse(),...