Quoting [EMAIL PROTECTED]:

> > 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
> >
>
> Richard,
>
> I might actually be able to help you after all you patience with me and
> SoftSqueeze.  I have AAC playback working on Fedora Core 3 (and previously
> Core2) with the following setup.
>
> Installed:
>
> faad2-2.0-2.20040923.1.fc3.rf.i386.rpm
> lame-3.96.1-2.1.fc3.rf.i386.rpm
>
> Added the following lines to my convert.conf:
>
> mov mp3 * *
> [faad] -w -f 2 $FILE$ | [lame] -x -m s -r -S -q 5 -s 44.1 - -
>
> This is working now on a Fedora Core3 box streaming over ssh to
> Softsqueeze (2.0a14) and at home directly to my Slimp3s.
>
> I was actually going to play around with getting faad to flac working to
> avoid the extra lossey conversion when using SoftSqueeze on systems on my
> home network and only do the mp3 convertions for traffic over SSH or my
> Slimp3s.  If this is something you get working before I do, let me know
> how you get on.
>
This should work.  I added flc stuff to convert.conf and tested this one out
with my slimserver-convert.conf.

mov flc * *
        [faad] -w -f 2 $FILE$ | [flac] -cs --compression-level-0 -

however, I didn't try this with softsqueeze.  I'm not sure flac is supported o
that just yet.

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

Reply via email to