bpa - I'm not sure about that, when I run SC on windows, I can listen on
the Duet controller, which means it must be transcoding the XM Stream
(mms/wma) to one of the controller's native protocols (mp3, flac). And
it works. But not on linux.

I tried the following lines in custom-convert.conf

wma flc controller *
        # R:{PATH=%F}
        [mplayer.sh] -v -vc null -vo null -cache 128 -af
volume=0,resample=44100:0:1,channels=2 -ao
pcm:nowaveheader:file=/dev/fd/3 $PATH$ | [flac] -cs --totally-silent
--endian=little --channels=2 --sign=signed --bps=16 --sample-rate=44100
--compression-level-0 - -

I see the transcoderHelper in the log build a command line that
includes the full mms path. (perhaps the R: and PATH enable this). But
no audio. Sometimes a squeeling sound. What am I missing?


-- 
wharfrat
------------------------------------------------------------------------
wharfrat's Profile: http://forums.slimdevices.com/member.php?userid=29248
View this thread: http://forums.slimdevices.com/showthread.php?t=63259

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

Reply via email to