Page 68 of 299

Re: lekt player

Posted: Thu Dec 26, 2013 5:44 am
by jesuscheung
like 2.55 soundstage better.

Re: lekt player

Posted: Thu Dec 26, 2013 5:46 am
by jesuscheung
2.55 has good depth image. 2.55.2 less.

Re: lekt player

Posted: Thu Dec 26, 2013 5:56 am
by jesuscheung
2.55.2 has simple soundstage. also great.

not sure what is correct. headphone not good enough.

2.55 is first time i like 3D soundstage. shocked! first time 3D feels natural.

other software player 3D either only sounds ok. or unnatural

Re: lekt player

Posted: Thu Dec 26, 2013 6:11 am
by lekt
jesuscheung wrote:2.55.2 has simple soundstage. also great.

not sure what is correct. headphone not good enough.

2.55 is first time i like 3D soundstage. shocked! first time 3D feels natural.

other software player 3D either only sounds ok. or unnatural
i feel v2.55 sound more like vinyl, treble not in high frequency as CD. v2.55.2 sound more like CDplayer, treble in high frequency, sound have more width/heigh. need more test.

Re: lekt player

Posted: Thu Dec 26, 2013 6:17 am
by jesuscheung
vinyl treble is better! many people love vinyl for this.

Re: lekt player

Posted: Thu Dec 26, 2013 6:23 am
by jesuscheung
2.55 + my OS + perfect bios = no motivation to tweak.

just enjoy music!

maybe going to spend 20mins everyday to code a audiophile script. so, you can use it.

Re: lekt player

Posted: Thu Dec 26, 2013 6:33 am
by lekt
jesuscheung wrote:2.55 + my OS + perfect bios = no motivation to tweak.

just enjoy music!

maybe going to spend 20mins everyday to code a audiophile script. so, you can use it.
OK, think need script set priority. i tried set in .bat file but only high priority works, realtime does'nt work. think does'nt need set in code, let's user choose for use by your tool.

Re: lekt player

Posted: Thu Dec 26, 2013 7:12 am
by jesuscheung
uploaded SetPriority.exe
https://drive.google.com/#folders/0B9ZK ... ERHWTJXYjA

usage:
SetPriority.exe lekt low
//try to set all processes to low priority except for lekt.exe

SetPriority.exe lekt restore
//restore all processes to normal priority. dwn, winlogon, wininit will restore to high. lekt.exe priority unchanges.

priority can be
realtime, high, abovenormal, normal, belownormal, low

may help SQ. maybe not. hehe

Re: lekt player

Posted: Thu Dec 26, 2013 7:33 am
by jesuscheung
don't think changing affinity/priority helps.

if processes have work to do, all this does is delay the work. work still needs to be done!

CPU=0% most of the time. CPU has too much free time anyway.

better tweak is to tell process NOT to work, or reduce its work.

change priority/affinity is just a quick hack. not proper. evil tweaks.

same as changing priority of IRQ, interrupt. better + worse.

better tweak is reducing the number of IRQ. e.g. disable usb. disable PCIe. etc

Re: lekt player

Posted: Thu Dec 26, 2013 7:42 am
by lekt
SetPriority works OK. but i think other method: set lekt.exe abovenormal/high/realtime, let's other processes normal work as they are, does'nt touch them. maybe your method better, keep lekt.exe in normal but others to low. there's we love playing in normal priority. sometime when windows is bad i will set lekt.exe to high or realtime, hehe... thx.