GWBasic / soft_matrix

Upmixes stereo to surround sound
MIT License
4 stars 1 forks source link

Everything mixed to center in 5.1 mode #84

Closed GWBasic closed 10 months ago

GWBasic commented 10 months ago

When dematrixing to 5.1, everything is mixed into the center channel.

Source: image

Result, (dematrixed with default) image

GWBasic commented 10 months ago

It appears that the left_to_right pan is getting set to 0 in averaging. It is always 0 in panner_and_writer.rs.

I need to inspect the panning averager to make sure that it's not locked to 0.