On 11 Apr 2001, Guillaume Cottenceau wrote:

> Andrej Borsenkow <[EMAIL PROTECTED]> writes:
>
> > bor@localhost% soundwrapper xmms
> >
> > ��������!
> >
> > ����������! �� ������ ����� ����� �������� ��� � XMMS!!!
> > ���������� �������� http://www.xmms.org/bugs � ��������� �����
> >
> > (Translated - Terminated! Congratulations! You hit a serious bug in
> > XMMS!!! Please visit bla bla bla).
> >
> > Starting xmms on command line alone, without soundwrapper, works.
>
> does it run through artsdsp or esddsp?
>

artsdsp gives the same result
esddsp works, but so does plain xmms (I have xmms-arts so I presume it
goes via arts anyway)

BTW, cat =soundwrapper

#!/bin/sh

if [ `/sbin/pidof artsd` ] ; then
        artsdsp "$@"
else
        if [ `/sbin/pidof esd` ]; then
                esddsp "$@"
        else
                "$@"
        fi
fi

-andrej


Reply via email to