Resolve "Multichannel binaural rendering: Default LFE gain not applied"
Related to #81 (closed)
The check if bin_lfe_gain is not None has been removed.
This changes the default behaviour of not rendering LFE to binaural unless a gain is specified.
Now, LFE will always be rendered to binaural with either the default value (if no gain was specified) or the provided gain value. To disable this rendering and obtain the old behaviour, a gain of 0 (linear) must be explicitly specified.
Edited by Archit Tamarapu