>From the output of the first squeezeslave command, you can see that the portaudio library only sees /dev/dsp0. If the device in not listed at startup, you cannot force ss to use it.
My archlinux system only shows /dev/dsp0 using the oss alsa module as well, but on windows I see many devices, which I can choose with the -o cli option. C:\Program Files\Squeezeslave>squeezeslave -r 15 -s -o 2 Output devices: 0: Primary Sound Driver 1: Realtek HD Audio output 2: Logitech USB Headset 3: Primary Sound Capture Driver 4: Realtek HD Audio Input 5: Logitech USB Headset PortAudio on DirectSound - Latency = 5376 frames, 121 msec You'll need to find a way to make /dev/dsp6 available through the alsa oss module to be able to use it with ss. Ralphy -- ralphy ------------------------------------------------------------------------ ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484 View this thread: http://forums.slimdevices.com/showthread.php?t=53754 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
