Thorden wrote: 
> No sound I'm afraid.
> Any idea where I should look for the alsa parameters? 
> 
> 

The alsa parameters can be given as a squeezelite command line option -
squeezelite help says the following.

Code:
--------------------
    
  -a <b>:<p>:<f>:<m>    Specify ALSA params to open output device, b = buffer 
time in ms or size in bytes, p = period count or size in bytes, f sample format 
(16|24|24_3|32), m = use mmap (0|1)
  
--------------------


so for buffer size 88200,period count 1298 16bit sample it would be -a
88200:1298:16:

I don't know what mmap does so since only two options try both "-a
88200:1298:16:0" and "-a 88200:1298:16:1" like the following


Code:
--------------------
    
  LD_LIBRARY_PATH=/volume1/@appstore/AudioStation/lib 
/volume1/@appstore/SqueezeCenter/Cache/InstalledPlugins/Plugins/LocalPlayer/Bin/squeezelite-x86-64
 -d output=debug -a 88200:1298:16:0 -o hw:0,0
  
--------------------


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

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

Reply via email to