You need to test to check whether the output device definitely works on
your system.
On your system you have a "CARD" which is Streamer and a "DEVICE" which
is 0

Use the "aplay" command which plays a WAV file. Try the following
command with your own WAV file instead of "testfile.wav" - it must have
the wav extension and should be CD quality (i.e. 44.1kHz 16 bit)

Code:
--------------------
    
  aplay -D default:CARD=Streamer,DEV=0  testfile.wav
  
--------------------


If that doesn't work try other output devices listed


Code:
--------------------
    
  aplay -D sysdefault:CARD=Streamer,DEV=0  testfile.wav
  
--------------------


or 

Code:
--------------------
    
  aplay -D front:CARD=Streamer,DEV=0  testfile.wav
  
--------------------


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=97766

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to