Hi

I must say that my Audiophile USB (by now ;-) works quite well (with the 
slight exception that I cannot watch any movies with sound over the 
audiophile since there seems to be a problem somehow between my setup and 
mplayer...do not know if that is a real bug, or just me... ;-) 

The thing with the Audiophile USB is that, out of whatever reason, the 
audiophile needs the sound samples in big endian. But since most players will 
try to open a little endian stream on the audiophile, alsa first needs to 
convert it  (and you have to tell it  that it should).

Put this into your .asoundrc ...

pcm.audiophile{
        type plug
        slave {
                pcm {
                        type hw
                        card 1
                }
        }
}

...and then call alsaplayer like this
alsaplayer --verbose -d audiophile *.mp3

At least that did the trick for me.

Sincerely

Jan Krämer



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to