I also had problems playing aac's with straight faad.  My solution was
to use mplayer (which I also use to play my oggs and flacs - I have an
SB1).

Here is the code in my 'slimserver-convert.conf' file for aac's:

Code:
--------------------
    
  mov mp3 * *
  [mplayer] -novideo -ao pcm:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null | $lame$ 
--silent -q $QUALITY$ -b $BITRATE$ - -
  
  mov wav * *
  [mplayer] -novideo -ao pcm:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null
  
--------------------

Obvoiusly, you'll need to have mplayer installed.  Mplayer still uses
faad to play the files, but, for some reason this way works...


-- 
mlmurray
------------------------------------------------------------------------
mlmurray's Profile: http://forums.slimdevices.com/member.php?userid=1910
View this thread: http://forums.slimdevices.com/showthread.php?t=24369

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

Reply via email to