Richard,

You need a recent cvs version of faad and the appropriate convert command.  [I 
think compling from source at audiocoding.com]

However if you are getting white noise, a quick change is to change the covert 
command to be the opposite endian
ie. mov wav * * becomes mov aif ** or visa versa...

I think I posted my old onc on the forums, but it was something like (this will only work with a compile of the sept 04 or latest cvs - see audiocoding as they changed the default pcm streaming code)

# new for aac support
mov wav * *
[faad] -w -s 44100 $FILE$
mov mp3 * *
[faad] -w -s 44100 $FILE$ | [lame] -r -x -q $QUALITY$ -b $BITRATE$ - -

Adrian
----- Original Message ----- From: "Richard Titmuss" <[EMAIL PROTECTED]>
To: "Slim Devices Discussion" <[email protected]>
Sent: Thursday, March 17, 2005 10:01 PM
Subject: [slim] AAC playback



Can someone help me get aac playback working with slimserver 6.0 on Linux. I am trying to look at a Softsqueeze bug where aac files just play back as white noise. But at the moment I find all aac files playback as white noise on both SB1 and softsqueeze.

Thanks,
Richard

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

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

Reply via email to