search for: exp_lbr_tune

Displaying 3 results from an estimated 3 matches for "exp_lbr_tune".

2016 Jul 20
0
Many changes landing in master
Hi, I have just landed all of the changes on the exp_lbr_tune branch into master. I already did a lot of testing on the exp_lbr_tune branch, but considering there are more than 60 commits landing at once, it's still possible that something will break for some setups. Please give master a try and report any problems or regressions with it. Among improveme...
2016 Jun 10
1
[PATCH] Add static bitrate allocation and force CELT-only for ambisonics encoding
This patch adds a static bitrate allocation for ambisonics encoded with the multistream API. We allocate 4 bits to the mono channel (channel index 0) for every 3 bits allocated to other channels. The allocation is static because it does not depend on the input audio. This patch also forces the underlying encoders to use CELT only for ambisonics. -- Thanks, Michael Graczyk -------------- next
2016 May 25
1
[PATCH] Add Functions to Create Ambisonic Multistream Encoder
Alright, I've made the changes to the enum and flag usage. I'm don't see the difference with respect to "disabling blocks of code", since the compiler should completely elide the blocks that are conditioned on a constant 0. If there were compiler errors in the experimental code there could be a difference, but I'm hoping that is not the case on any platform! Either way I