Skip to content

function mixdown_stereo(Left &&, Right &&, const f64x2x2 &) dsp_extra

template <typename Left, typename Right,
          typename Result = expression_function<stereo_matrix, expression_pack<Left, Right>>>
Result mixdown_stereo(Left&& left, Right&& right, const f64x2x2& matrix)

Returns template expression that returns the vector of length 2 containing mix of the left and right channels

Defined at dsp/mixdown.hpp:76