Awesome news: finally we have linux version of stereo tool
Now I have question maybe someone will help me... Is it possible to pipe audio signal from sc_trans (Shoutcast auto dj) to stereo tool and then pipe it to sc_serv?
Normally shoutcast works this way on my dedicated server: sc_trans -> sc_serv
I would like to insert stereo tool between them to process signal before sending it to sc_serv, is it possible?

If it's possible maybe someone could give me command
Right now my radio command lines are:
START OF MAIN SERVER
nohup /root/shoutcast/sc_serv /root/shoutcast/sc_serv.conf > /dev/null 2>&1 &
START OF AUTO DJ
nohup /root/shoutcast/autodj/sc_t /root/shoutcast/autodj/sc_t.conf > /dev/null 2>&1 &
sc_t is renamed sc_trans