Try forcing squeezelite to use the mpg codec instead of mad for mp3 by
added -e mad to the command line.

Do the problem mp3 files play with the mpg decoder?

You can confirm which codec squeezelite is using  by adding -d
decode=debug


Code:
--------------------
    squeezelite -e mad -d decode=debug
  
  [07:48:13.880702] decode_init:153 init decode
  [07:48:13.886864] register_ff:795 using ffmpeg to decode alc
  [07:48:13.886923] register_ff:779 using ffmpeg to decode wma,wmap,wmal
  [07:48:13.886954] register_faad:641 using faad to decode aac
  [07:48:13.886992] register_vorbis:334 using vorbis to decode ogg
  [07:48:13.887007] register_flac:294 using flac to decode flc
  [07:48:13.887023] register_pcm:433 using pcm to decode aif,pcm
  [07:48:13.890558] register_mpg:275 *using mpg to decode mp3*
  [07:48:13.890604] decode_init:187 include codecs:  exclude codecs: mad
  [07:48:13.899337] decode_flush:229 decode flush
  [07:48:13.899585] decode_flush:229 decode flush
  [07:48:25.054487] decode_close:214 close decode
  
--------------------



Code:
--------------------
    squeezelite -d decode=debug
  
  [07:48:29.102363] decode_init:153 init decode
  [07:48:29.102667] register_ff:795 using ffmpeg to decode alc
  [07:48:29.102714] register_ff:779 using ffmpeg to decode wma,wmap,wmal
  [07:48:29.102740] register_faad:641 using faad to decode aac
  [07:48:29.102763] register_vorbis:334 using vorbis to decode ogg
  [07:48:29.102789] register_flac:294 using flac to decode flc
  [07:48:29.102811] register_pcm:433 using pcm to decode aif,pcm
  [07:48:29.102842] register_mad:413 *using mad to decode mp3*
  [07:48:29.102861] decode_init:187 include codecs:  exclude codecs: 
  [07:48:29.105156] decode_flush:229 decode flush
  [07:48:29.105380] decode_flush:229 decode flush
  [07:48:32.174520] decode_close:214 close decode
--------------------



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to