Baronvonkarp wrote: 
> What is PM? I am not so technical ;-) I have looked for several things,
> but I did not find the way to adjust the buffers etc...

I have seen it used in online forums as a way of notifying posters that
a personal message (PM) has been sent and that they can pick it up in
their inbox. First time I have used this method of notification and
obviously there is a knack to using it.

change the values where you see PeriodCount=2 to PeriodCount=4 and
alsaPlaybackPeriodCount=2 to alsaPlaybackPeriodCount=4, also change the
buffer to 100000 as below.

cheers

2. change entry in file
/usr/share/jive/applets/EnhancedDigitalOutputMeta.lua to

function defaultSettings(self)
return {
playbackDevice = "default",
bufferTime = 100000,
periodCount = 4,
autoKernelUpdate = true,
embeddedTTHack = false,
cpuIdleFullspeed = false,
firstUse = true
}
end



3. change entry in file
/etc/squeezeplay/userpath/settings/EnhancedDigitalOutput.lua to

settings = {autoKernelUpdate=false,bufferTime=100000,playback
Device="TXRX",sampleSize=24,embeddedTTHack=false,c
puIdleFullspeed=false,periodCount=4,firstUse=false ,}

4. copy and paste don't try typing the values in case of mistakes

change entry in file /usr/share/jive/applets/SqueezeboxFab4Meta.lua to


function defaultSettings(meta)
return {
alsaPlaybackDevice = "TXRX",
alsaPlaybackBufferTime = 100000,
alsaPlaybackPeriodCount = 4,
--JIVE2alsaEffectsDevice = "plughw:2,0",
--JIVE2alsaEffectsBufferTime = 100000,
--JIVE2alsaEffectsPeriodCount = 2,
alsaSampleSize = 24,
}
end

and also change the following entry

-- fix buffer time
settings.alsaPlaybackBufferTime = 100000
--JIVE2settings.--JIVE2alsaEffectsBufferTime = 100000



5.change entry in file
/etc/squeezeplay/userpath/settings/SqueezeboxFab4.lua to

settings = {brightnessControl="manual",alsaPlaybackPeriodCoun
t=4,brightness=1,alsaPlaybackDevice="TXRX",alsaPla
ybackBufferTime=100000,alsaSampleSize=24,cleanRebo
ot=false,brightnessMinimal=1,}


------------------------------------------------------------------------
SBGK's Profile: http://forums.slimdevices.com/member.php?userid=52003
View this thread: http://forums.slimdevices.com/showthread.php?t=94512

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

Reply via email to