Displaying 3 results from an estimated 3 matches for "unergonomic".
Did you mean:
ergonomic
2018 Mar 07
1
[PATCH] Support for Ambisonics and Projection API.
...tended" mapping data. I.e., we could create an opus_head_parse_ext()
> that takes an extra buffer to return the extended mapping data into. Since
> it looks like you're not parsing this matrix anyway, but returning it as a
> chunk of binary data, hopefully this wouldn't be too unergonomic. The limit
> on the caller's buffer size could be the limit imposed by the size of an
> Ogg page. That should be future-proof.
>
> I'm not sure if it would make sense to have the existing opus_head_parse()
> work for the ambisonics mapping families, or just fail cleanly with...
2018 Mar 06
3
[PATCH] Support for Ambisonics and Projection API.
Hello all,
Attached are patches for libopusenc, opusfile and opus-tools in order to
provide support for Ambisonics and the Projection API for encoding/decoding
channel mapping 253 and 254.
Please feel free to ask any questions or give any feedback you might have.
:)
Cheers,
Drew
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2018 Mar 07
0
[PATCH] Support for Ambisonics and Projection API.
...or "extended" mapping data. I.e., we could create an
opus_head_parse_ext() that takes an extra buffer to return the extended
mapping data into. Since it looks like you're not parsing this matrix
anyway, but returning it as a chunk of binary data, hopefully this
wouldn't be too unergonomic. The limit on the caller's buffer size could
be the limit imposed by the size of an Ogg page. That should be
future-proof.
I'm not sure if it would make sense to have the existing
opus_head_parse() work for the ambisonics mapping families, or just fail
cleanly with an error. I'm no...