I don't have a Windows Slimserver running at the moment so this is what
I expect but not tested. 

To use faad2 instead of mplayer.

1. Download a Windows version for faad2 ( probably from here
http://www.rarewares.org/aac-decoders.php ) and copy into same
sub-directory of your Squeezecenter Bin directory as mplayer.exe

2. Change the mov123 lines for mp3 and flc as follows (taken from wiki
AAC entry). You can add the "mov wav" lines as well.  If the executable
in installed in step 1 is called faad2.exe then change the faad to
faad2.

Code:
--------------------
    
  # Transcoding for AAC files.
  mov flc * *
  [faad] -w -f 2 $FILE$ | [flac] -cs --totally-silent --compression-level-0 
--endian little --sign signed --channels 2 --bps 16 --sample-rate 44100 -
  
  mov mp3 * *
  [faad] -w -f 2 $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ -b 
$BITRATE$ -x -r - -
  
  mov wav * *
  [faad] -w -f 2 $FILE$
  
--------------------


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

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to