Help - Search - Members - Calendar
Full Version: how does the "convert 5.1 to stereo" dsp work?
Hydrogenaudio Forums > Hosted Forums > foobar2000 > General - (fb2k)
Xenion
what does it do with the center and the rear channels ?
kode54
left = front_left + front_center * sqrt(1/2) + back_left * sqrt(1/2) + lfe
right = front_right + front_center * sqrt(1/2) + back_right * sqrt(1/2) + lfe

See: SDK, foo_dsp_standard\dsp_standard.cpp, class dsp_51_downmix, where 6ch order is front_left, front_right, front_center, lfe, back_left, back_right.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.