Winamp, force mono output

29 09 2006

In the options menu open the preference windows (press Ctrl + P), on the left pane scroll down to DSP/Effect and select on the right pane Nullsoft Signal Processing Studio.

Click on the Configure Active Plugin button, click New, give a name to the preset , check Enable Processing and in the field Per Sample (or sample pair) write:

If you need both channels on the right side

spl1=(spl0+spl1)/2;
spl0=0;

If you need both channels on the left side

spl0=(spl1+spl0)/2;
spl1=1;


Save and close


winamp_ references
Winamp Preferences.

winamp_ references
Nullsoft Signal Processing Studio
  • Facebook
  • Twitter
  • Google Bookmarks
  • Reddit
  • Digg
  • Orkut
  • StumbleUpon
  • Yahoo Messenger
  • Delicious
  • Share/Bookmark

Actions

Informations

6 responses to “Winamp, force mono output”

29 08 2008
Drew (07:51:18) :

Thanks man, this is the only useful information on the subject I have found so far.

Reply

17 10 2008
Paul (05:01:39) :

If you want the same signal through both channels set it to this:

spl0=(spl0+spl1)/2;
spl1=spl0;

Reply

22 04 2009
rob guest (21:25:18) :

that’s a great help, thanks!

Reply

25 04 2009
Sminster Dome (15:36:43) :

I don’t know about you guys, but the code did not work for me. Doing a little experimenting-&-testing I came up with a revised version of it, and it definitely works in my case.

(first, remember that “spl0″ & “spl1″ are: “SPL0″ & “SPL1″…NOT: “SP10″ & “SP11″–the LETTER ‘l’ is often confused with the NUMBER ‘1′…[but the zero is always a zero])

ENTER THE FOLLOWING–character-by-character with no spaces & always ending each line with a semicolon:

spl0=spl0;
spl1=spl1;
mono=((spl0+spl1)/2);
spl1=mono;
spl0=mono;

Reply

15 06 2009
Jason (12:07:07) :

Great stuff mate. Worked like a charm and the images made it bullet proof!

Reply

4 08 2009
Jon (19:50:36) :

Try this:

Winamp : Preferences : Playback : Force Mono

Reply

Leave a comment

You can use these tags : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>




Rodney's Adsense-Deluxe Add ons plugged in.