Displaying 3 results from an estimated 3 matches for "use_permut".
Did you mean:
use_permute
2018 Sep 16
1
[PATCH] Support for Ambisonics
...family 2 and 3 rather than 254
> and 253?
>
> The patch also appears to break encoding of surround files and
> non-Ambisonic files with more than 8 channels. It will attempt to use
> mapping family 0 but that is only valid for mono and stereo.
>
> In this patch, an additional use_permute argument is added to a number
> of functions that indicates whether to perform channel permutation.
> It would be preferable to simply add this as a field in the oe_enc_opt
> structure, which is already an argument and already contains other
> options like this. When I brought this up...
2018 Jul 30
2
Fwd: [PATCH] Support for Ambisonics
Friendly ping for the opus-tools patch...
---------- Forwarded message ---------
From: Drew Allen <bitllama at google.com>
Date: Mon, Mar 19, 2018 at 2:53 PM
Subject: Re: [PATCH] Support for Ambisonics
To: opus at xiph.org <opus at xiph.org>
On Mon, Mar 19, 2018 at 11:52 AM Drew Allen <bitllama at google.com> wrote:
> Hello all,
>
> Sorry for the delay (got really
2018 Sep 06
0
[PATCH] Support for Ambisonics
...usenc; could you update it to use family 2 and 3 rather than 254
and 253?
The patch also appears to break encoding of surround files and
non-Ambisonic files with more than 8 channels. It will attempt to use
mapping family 0 but that is only valid for mono and stereo.
In this patch, an additional use_permute argument is added to a number
of functions that indicates whether to perform channel permutation.
It would be preferable to simply add this as a field in the oe_enc_opt
structure, which is already an argument and already contains other
options like this. When I brought this up in the past you mad...