Displaying 3 results from an estimated 3 matches for "experimental_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
...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
> (hidden behind EXPERIMENTAL_AMBISONICS/--enable-experimental-ambisonics
> flags) until there's actually an approved spec to avoid problems in the
> future.
I believe I did that already. It should be the case that without that flag,
this patch is a noop. Did I miss something?
>As for the mapping family to use, I'm no...
2016 May 21
2
[PATCH] Add Functions to Create Ambisonic Multistream Encoder
...uring 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
>> (hidden behind EXPERIMENTAL_AMBISONICS/--enable-experimental-ambisonics
>> flags) until there's actually an approved spec to avoid problems in the
>> future.
> I believe I did that already. It should be the case that without that
> flag, this patch is a noop. Did I miss something?
>
>>As for the mappin...