Have had the MF V-Link 192 for a couple of days, it is an order of
magnitude better in terms of resolution than the Sp/dif out from the
Touch (even after Fidelity Audio clock mod)

so congratulations to Triode for all the hard work.

However, I find the base EDO setup to be quite thin sounding and lacking
in bass.

To combat this I have added another 3  configuration file changes in my
blog http://touchtoomuch.wordpress.com/

Why they work, I don't know, but they add better balance and bass to the
music. Perhaps Triode could explain why they work.

I know Triode doesn't enjoy sound quality comments in this thread, but
it is , afterall, why we are interested in tweaking the Touch.

Have found a change you can make to allow different configuration of
alsa_buffer and periodcount through the Touch menu.

I am using 999999999 and periodcount=64, which sounds great. Think the
max buffer that has any effect is probably 500000, but I use 999999999
just in case.

open file 
/usr/share/jive/applets/EnhancedDigitalOutput/EnhancedDigitalOutputApplet.lua

search for the word buffer and add the following line or use time and
count values of yoyr own.

{ desc = "BUFFER_999 ",    time = 999999999,
count = 4 },

so it looks like the following

menu:addItem({
text = self:string("BUFFER_TUNING"),
sound = "WINDOWSHOW",
callback = function(event, menuItem)
local options = {
{ desc = "BUFFER_DEFAULT", time =  20000,
count =   2 },
{ desc = "BUFFER_LARGE",   time = 100000,
count =   4 },
{ desc = "BUFFER_SMALL",   time =   4000,
count =   2 },
{ desc = "BUFFER_RAND",    time = 100000,
count = 104 },
{ desc = "BUFFER_999 ",    time = 999999999,
count = 4 },
}

save the changes and restart the Touch and you will be able to choose
BUFFER_999 from the Touch menu as well as all the other options. 

cheers


------------------------------------------------------------------------
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
[email protected]
http://lists.slimdevices.com/mailman/listinfo/touch

Reply via email to