kipeta;674248 Wrote: 
> in Linux you can choose the audio device and other parameters through
> setting file:
> ~/.squeezeplay/userpath/settings/DesktopJive.lua
> 
> I have following content in it:
> settings =
> {mac="xx:xx:xx:xx:xx:xx",uuid="xxxxxxxxxxxxxxxxxxxx"",alsaSampleSize=24,alsaPlaybackDevice="plughw:2
> ,0",alsaEffectsDevice="plughw:0,0",alsaPlaybackBuf
> ferTime=50000,alsaPlaybackPeriodCount=3}
> 
> I have verified that above settings really give 24bit at least to my
> USB Audiophilleo1 device.

Thank you very much for this gem of information, I do want to add that
your line results in a high CPU load.
Top shows a load of 30%.

When I modify your line to this, I have a normal CPU load of 1%:
settings =
{mac="xx:xx:xx:xx:xx:xx",uuid="yyy",alsaSampleSize=24,alsaPlaybackDevice="plughw:1,0",}


-- 
wilbert-vb
------------------------------------------------------------------------
wilbert-vb's Profile: http://forums.slimdevices.com/member.php?userid=43887
View this thread: http://forums.slimdevices.com/showthread.php?t=91423

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

Reply via email to