I have written a simple stereo enhancer. I have used the following way.<br>     left_output = A * left_input - B * right_input + C * delayed right_input<br>i have set A = 0.8, B = 0.3, C = 0.3  ..  subtracted right_input to suppress mono a bit and enhanced stereo by a little delaying effect(20 ms)<br>
It has a little widening effect. I have attached the file.<br>Please tell me how can i improve it.<br clear="all"><br>-- <br><div>Thanks<br>Sukrit Sangwan</div>
<br>