foxsam wrote: 
> 
> 
> What can I do to fix this so these mp3 files play?

The unable to get period size error is usually caused by pulseaudio or
permissions.  Confirm your user is in the audio group?


Code:
--------------------
    $id -a
  
  uid=1000(ralphy) gid=1000(ralphy) 
groups=1000(ralphy),10(wheel),63(*audio*),100(users)
  
--------------------


Run squeezelite -l to get a list of output devices available, then add
-o to the squeezelite command line for the sysdefault device, changing
sysdefault to hw.

For example


Code:
--------------------
    $ squeezelite -l
  
  Output devices:
  null                           - Discard all samples (playback) or generate 
zero samples (capture)
  pulse                          - PulseAudio Sound Server
  default                        - Default ALSA Output (currently PulseAudio 
Sound Server)
  *sysdefault*:CARD=Intel          - HDA Intel, STAC9228 Analog - Default Audio 
Device
  front:CARD=Intel,DEV=0         - HDA Intel, STAC9228 Analog - Front speakers
  surround21:CARD=Intel,DEV=0    - HDA Intel, STAC9228 Analog - 2.1 Surround 
output to Front and Subwoofer speakers
  surround40:CARD=Intel,DEV=0    - HDA Intel, STAC9228 Analog - 4.0 Surround 
output to Front and Rear speakers
  surround41:CARD=Intel,DEV=0    - HDA Intel, STAC9228 Analog - 4.1 Surround 
output to Front, Rear and Subwoofer speakers
  surround50:CARD=Intel,DEV=0    - HDA Intel, STAC9228 Analog - 5.0 Surround 
output to Front, Center and Rear speakers
  surround51:CARD=Intel,DEV=0    - HDA Intel, STAC9228 Analog - 5.1 Surround 
output to Front, Center, Rear and Subwoofer speakers
  surround71:CARD=Intel,DEV=0    - HDA Intel, STAC9228 Analog - 7.1 Surround 
output to Front, Center, Side, Rear and Woofer speakers
  hdmi:CARD=Intel,DEV=0          - HDA Intel, HDMI 0 - HDMI Audio Output
  hdmi:CARD=Intel,DEV=1          - HDA Intel, STAC9228 Digital - HDMI Audio 
Output
  
--------------------



Code:
--------------------
    $ squeezelite -o *hw*:CARD=Intel -d decode=debug
  
  [07:40:10.689256] decode_init:153 init decode
  [07:40:10.689554] register_dsd:908 using dsd to decode dsf,dff
  [07:40:10.689577] register_faad:641 using faad to decode aac
  [07:40:10.689597] register_vorbis:334 using vorbis to decode ogg
  [07:40:10.689613] register_flac:294 using flac to decode flc
  [07:40:10.689629] register_pcm:433 using pcm to decode aif,pcm
  [07:40:10.689649] register_mad:413 using mad to decode mp3
  [07:40:10.689662] decode_init:187 include codecs:  exclude codecs: 
  [07:40:10.694605] decode_flush:229 decode flush
  [07:40:25.508453] decode_flush:229 decode flush
  [07:40:25.537407] codec_open:257 codec open: 'm'
  [07:40:25.705546] mad_decode:243 setting track_start
  [07:40:25.705619] mad_decode:272 gapless: skipping 529 frames at start
  [07:40:49.539237] decode_flush:229 decode flush
  
--------------------



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