If you have (or are planning to) install AlienBBC - it already has the
necessary entries for WMA as well as RealAudio.

Otherwise - create a file called custom-convert.conf and save in the
same directory as SC's convert.conf & types.conf files.  This
configuration assumes that Centos  can support fd devices  beyond 3 -
some distro do not support the /dev/fd device (and this is not a floppy
disk device).

After creating file and making sure permissions and ownership is the
same as the convert.conf file. Restart SC.  Check the
Settings/Advanced/Filetypes to see if the Windows media types are
enabled and refer to mplayer.

The custom-convert.conf file should have the following lines:

Code:
--------------------
    
  wma wav * *
        [mplayer] -really-quiet -vc null -vo null -cache 64 -af 
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=/dev/fd/4 
$FILE$ 4>&1 1>/dev/null
  
  wma mp3 * *
        [mplayer] -really-quiet -vc null -vo null -cache 64 -af 
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=/dev/fd/4 
$FILE$ 4>&1 1>/dev/null
  | [lame] --silent -r -x -q $QUALITY$ -b $BITRATE$ - -
  
  wma flc * *
        [mplayer] -really-quiet -vc null -vo null -cache 64 -af 
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=/dev/fd/4 
$FILE$ 4>&1 1>/dev/null
  | [flac] -cs --totally-silent --endian=little --channels=2 --sign=signed 
--bps=16 --sample-rate=44100 --compression-level-0 -
  
--------------------


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

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

Reply via email to