sampling_rate: 44100;
filter_length: 64,128;
show_progress: true;

## COEFFS ##

coeff "straight path" {
        filename: "lc2ls200.txt";
};

coeff "cross path" {
        filename: "lc2rs200.txt";
};

input "left", "right" {
        device: "alsa" { device: "hw:0"; };
        sample: "S24_LE";
	channels: 26/24,25;
};

output "left", "right" {
        device: "alsa" { device: "hw:0"; };
        sample: "S24_LE";
	channels: 26/24,25;
	dither: true;
};

filter "left speaker straight path" {
        from_inputs: "left";
        to_outputs: "left";
	coeff: "straight path";
};

filter "left speaker cross path" {
        from_inputs: "right";
        to_outputs: "left";
	coeff: "cross path";
};

filter "right speaker straight path" {
        from_inputs: "right";
        to_outputs: "right";
	coeff: "straight path";
};

filter "right speaker cross path" {
        from_inputs: "left";
        to_outputs: "right";
	coeff: "cross path";
};

