2015-12-29, 17:06
My audio replay chain comprises a Linux PC running kodi outputting via optical to a standard 2-channel DAC which does not support any form of Dolby/DTS input. My complete audio replay chain is 2 channel analogue after the DAC and I don't want to replace the amp chain in any way.
I have setup kodi to downmix to 2 channels - which it does admirably - except it drops the LFE channel completely - which is the correct default thing to do. HOWEVER... if I had an external amp decoding the Dolby/DTS and didn't have a subwoofer attached, I'd be able to manage the bass signal and send the LFE into the 2 channel front speakers via the bass management feature. Given that I can't get at the LFE channel once kodi has downmixed to stereo, I'm pretty convinced that the bass management needs to be done by kodi itself. As ActiveAE runs on top of ffmpeg, I think all that is needed is setting the downmix coefficient using the appropriately.
Thoughts?
I have setup kodi to downmix to 2 channels - which it does admirably - except it drops the LFE channel completely - which is the correct default thing to do. HOWEVER... if I had an external amp decoding the Dolby/DTS and didn't have a subwoofer attached, I'd be able to manage the bass signal and send the LFE into the 2 channel front speakers via the bass management feature. Given that I can't get at the LFE channel once kodi has downmixed to stereo, I'm pretty convinced that the bass management needs to be done by kodi itself. As ActiveAE runs on top of ffmpeg, I think all that is needed is setting the downmix coefficient using the
Code:
lfe_mix_level
Thoughts?