Displaying 3 results from an estimated 3 matches for "allocation_mode_ambison".
2016 May 06
5
[PATCH] Add Functions to Create Ambisonic Multistream Encoder
Here is the modified patch. I added a flag to configure.ac which is set to
0 to disable ambisonics, and 1 to enable it. Right now the implementation
simply creates a surround encoder with N uncoupled streams.
Thanks,
Michael Graczyk
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 May 20
0
[PATCH] Add Functions to Create Ambisonic Multistream Encoder
On May 20, 2016 18:32, "Jean-Marc Valin" <jmvalin at jmvalin.ca> wrote:
>
> Is it intended that this patch never sets ALLOCATION_MODE_AMBISONICS?
> I'm having a hard time figuring out what it does in its current state.
That was intended. I wanted to "reserve" the number 2 in this enum to make
it clear that 2 would mean ambisonics in the future.
> Also, I think the ambisonics function should be completely disabled
>...
2016 May 21
2
[PATCH] Add Functions to Create Ambisonic Multistream Encoder
...r (or did I miss something?).
Cheers,
Jean-Marc
On 05/20/2016 07:36 PM, Michael Graczyk wrote:
>
> On May 20, 2016 18:32, "Jean-Marc Valin" <jmvalin at jmvalin.ca
> <mailto:jmvalin at jmvalin.ca>> wrote:
>>
>> Is it intended that this patch never sets ALLOCATION_MODE_AMBISONICS?
>> I'm having a hard time figuring out what it does in its current state.
> That was intended. I wanted to "reserve" the number 2 in this enum to
> make it clear that 2 would mean ambisonics in the future.
>
>> Also, I think the ambisonics function should be...