Apesbrain wrote: 
> Thanks for your reply and suggestion to check the player.source log. 
> There was a "streaming not supported: I,R" error which I corrected in
> the custom-convert.conf.  I think all is working now.
> 
> EDIT: I spoke too soon.  I've just noticed that playing an album of MP3
> files there is a slight "pop" between files.  Is there a setting in LAME
> --decode that might eliminate this?  My custom-convert.conf is as
> follows:
> 
> > 
Code:
--------------------
  >   > 
  > mp3 pcm * PL.AY.ER._M.AC
  >     # FBIR:{BITRATE=--abr %B}D:{RESAMPLE=--resample %D}
  >     [lame] --mp3input --decode --silent $FILE$ - | [sox] -t wav - -t wav - 
equalizer 100 2.70q +3.6
  > 
--------------------
> > 

The pop could be the wav header - you are streaming a PCM stream - so
there is no WAV header (i.e. wav header will be played as audio
sampleas) but with no header you will have problems if input is not
44.1Khz/16bit so probably use "-t raw -r 44100 -c 2 -2"

Why not use sox to transcode to Flac ? (i.e. -t flac)  - it will then
leave bitrate and sample size unchanged.


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=108435

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to