philippe_44 wrote: > This works fine with local files, but with stream, there is something > wrong with sampling rate when it is not 44.1: LMS always tells the > player that PCM rate is 44100 and obviously it is not. I've tried to > force --resample 44100 on the command line but no luck.
To ensure a non 44.1 sample rate input is played correctly - you need to inform the player and that means you need to use a format which has header such as WAV and Flac. The alternative is usually to create your own "protocol" and invoke a special plugin handler. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=104902 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
