Displaying 2 results from an estimated 2 matches for "oggopuslink".
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
...headers
up front, and the matrix that gets stored will simply be the last one
parsed, which will overwrite all of the others (and if they have
different channel/stream counts, we could potentially use data from a
mix of matrices of different sizes). The proper place to put this data
is in the OggOpusLink structure, since there is one of these per link in
a chained file. Since files can have a nearly unlimited number of links,
and this matrix can be somewhat large, it probably makes sense to
dynamically allocate it instead of using a fixed-size buffer, especially
since most files probably won...