Here is the Alt file mate

I just noticed that the icon for the alt file was already a wordpad
icon - could this be the problem???


# AlienBBC - windows version
#
# Alternative with no -bandwidth option

# Default for mplayer pre7 or later
rtsp wav * *
        [mplayer] -really-quiet -vc null -vo null -cache 128 -af
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=#PIPE#
$FILE$
rtsp mp3 * *
        [mplayer] -really-quiet -vc null -vo null -cache 128 -af
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=#PIPE#
$FILE$ | [lame] --silent -r -x -q $QUALITY$ -b $BITRATE$ - -
rtsp flc * *
        [mplayer] -really-quiet -vc null -vo null -cache 128 -af
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=#PIPE#
$FILE$ | [flac] -cs --totally-silent --endian=little --channels=2
--sign=signed --bps=16 --sample-rate=44100 --compression-level-0 -

# Alternative for mplayer up to pre6
#rtsp wav * *
#       [mplayer] -really-quiet -vo null -cache 128 -af resample=44100:0:1
-ao pcm -nowaveheader -aofile #PIPE# $FILE$
#rtsp mp3 * *
#       [mplayer] -really-quiet -vo null -cache 128 -af resample=44100:0:1
-ao pcm -nowaveheader -aofile #PIPE# $FILE$ | [lame] --silent -r -x -q
$QUALITY$ -b $BITRATE$ - -
#rtsp flc * *
#       [mplayer] -really-quiet -vo null -cache 128 -af resample=44100:0:1
-ao pcm -nowaveheader -aofile #PIPE# $FILE$ | [flac] -cs
--totally-silent --endian=little --channels=2 --sign=signed --bps=16
--sample-rate=44100 --compression-level-0 -

#
# Edit the above lines for the following options:
# - To enable socketwrapper debug mode change #PIPE# to #DEBUGPIPE#
#
# To boost volume, change resample=44100:0:1 to
volume=x:sc,resample=44100:0:1, where x is a number e.g. 8


-- 
dicy
------------------------------------------------------------------------
dicy's Profile: http://forums.slimdevices.com/member.php?userid=10110
View this thread: http://forums.slimdevices.com/showthread.php?t=32608

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

Reply via email to