Re: [slim] SLIMP3 and Internet Radio Resampling

2007-12-28 Thread Adam_F
Just got this working - in the end, mplayer was not needed as lame can handle the whole process. All that is needed are these lines added to convert.conf: mp3 mp3 slimp3 * [lame] --mp3input --resample 44100 --silent -q $QUALITY$ --abr $BITRATE$ - - Adam. -- Adam_F

Re: [slim] SLIMP3 and Internet Radio Resampling

2007-12-24 Thread bpa
The AACplus template is an unusual way of using mplayer as the stream is being handled by SC and that is why the dmeuxer is used unlike AlienBBC or WMA streams. Using the demuxer means that any station info in ICY format will appear. If you don't use the demuxer then you will have to change the

Re: [slim] SLIMP3 and Internet Radio Resampling

2007-12-24 Thread Adam_F
Thanks - this is not going to be as easy a problem to solve as I thought. In the end I tried the command without the -ac and -demuxer parameters. Some Shoutcast streams play fine with this, but when I try to play others (or any Live365 streams at all) nothing happens, except for a message from Vis

Re: [slim] SLIMP3 and Internet Radio Resampling

2007-12-24 Thread bpa
-ac fadd - says to use mpeg4 - AAC decoding. Trying playing the stream on a command line with mplayer. Use "-v -v" options and find what ac is being used and then put that in the conf file. -- bpa bpa's Profile: http://fo

Re: [slim] SLIMP3 and Internet Radio Resampling

2007-12-24 Thread Adam_F
Hi, I tried to base it on the approach used for handling AAC+, so I replaced: mp3 mp3 * * - ... with: mp3 mp3 * * [mplayer] -ac faad -demuxer mp3 -really-quiet -vc null -vo null -cache 64 -af volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=#PIPE# $FILE$ | [la

Re: [slim] SLIMP3 and Internet Radio Resampling

2007-12-24 Thread bpa
It should be possible with mplayer & lame. What commands did you try ? -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=41353 ___

[slim] SLIMP3 and Internet Radio Resampling

2007-12-24 Thread Adam_F
Hi, A Live365 station I listen to sometimes recently starting streaming with a sampling rate of 16 KHz. My SB3 has no problem playing this stream, but my SLIMP3 cannot handle it. Is there any way to configure SS so that all MP3 streams are re-encoded to 44 Khz ? I have tried to construct a suita