hi all,
i've been happily using slimserver for years now, up until i played a stream on my laptop which was hooked up to my fancy-pants speakers. my music sounded horrible: there was all of this static and white noise, especially during quiet sections of music.
at first, i attributed this to the nature of streaming music at ~30-40kbps; however, it occurred to me that when i stream music in itunes on the laptop (from another computer), the music sounds almost like the CD.
i'd love to hear any potential solutions or advice!
oh, and my setup:
*slimserver 6.2.1 (i know, i know, i should upgrade ...)
*player quality set to 0
*i believe the decoding is being done by LAME
*server is a debian box
*stream is being played on itunes
thanks again!
- lawrence
Results 1 to 9 of 9
Thread: why does my stream sound so bad?
-
2006-07-15, 19:20 #1Junior Member
- Join Date
- Sep 2005
- Posts
- 23
why does my stream sound so bad?
-
2006-07-15, 19:26 #2
Why would you stream at 40kbps? It would only do that if you either had 40kbps files or if for some reason you used bitrate limiting...
I assume you're using stream.mp3: again, unless you transcode, that is returning exactly what is in a given mp3 so it really sounds like you are transcoding to 40kbps for some reason.
-
2006-07-15, 19:28 #3Junior Member
- Join Date
- Sep 2005
- Posts
- 23
my apologies, i meant the stream is passing at ~40KB/s (= 320 kbps)!
Originally Posted by snarlydwarf
-
2006-07-15, 19:34 #4
What format is the original? You said:
But LAME is an encoder: it takes pcm data (ie, "WAV") and converts to mp3. Is the file MP3? Or is it something else being transcoded to mp3?i believe the decoding is being done by LAME
-
2006-07-15, 19:38 #5Senior Member
- Join Date
- Apr 2005
- Location
- Colorado
- Posts
- 10,073
Are you talking about connecting to SlimServer's stream.mp3 and playing that back through the laptop? How were you listening before hooking up the laptop to your sound system?
Originally Posted by stinkpot
-
2006-07-15, 21:28 #6Junior Member
- Join Date
- Sep 2005
- Posts
- 23
sorry, i'm not too up on mp3 encoding/decoding.
Originally Posted by snarlydwarf
that's a good point though - i just realized that the problem appears to be localized to playback of apple aac files.
slimserver says it uses faad/lame to decode the aac files and stream them to mp3.
if this helps, i've found this line that i added a long time ago to my convert.conf file:
mov mp3 * *
[faad] -w -f 2 $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ -b $BITRATE$ -r - -
-
2006-07-15, 21:29 #7Junior Member
- Join Date
- Sep 2005
- Posts
- 23
the laptop has a copy of the song stored on its hard drive.
Originally Posted by JJZolx
-
2006-07-15, 21:52 #8Junior Member
- Join Date
- Sep 2005
- Posts
- 23
hmm, maybe this is what's going on ...
http://forums.slimdevices.com/showthread.php?t=18219
-
2006-07-15, 22:44 #9Junior Member
- Join Date
- Sep 2005
- Posts
- 23
problem solved
indeed, it was a faad problem!
i followed the great walkthrough here:
http://forums.slimdevices.com/showth...t=18219&page=8
and added a "-x" to my convert.conf aac entry:
mov mp3 * *
[faad] -w -f 2 $FILE$ | [lame] --resample 44100 -x --silent -q $QUALITY$ -b $BITRATE$ -r - -
and voila, beautiful music. hooray!
thanks guys.

Reply With Quote
