lekt player
-
- Posts: 2491
- Joined: Mon Oct 07, 2013 11:09 pm
Re: lekt player
Win10 more nuances lesser earaches. Latest lekt won't work though. Older lekt maybe all things better on win10. Latest lekt still win
- goon-heaven
- Posts: 312
- Joined: Sun Sep 15, 2013 9:38 pm
Re: lekt player
I would like to try Server 2016 Preview - I assume that will have same audio infrastructure as Win10?lekt wrote:welcome thread's owner, goon-heaven. waiting for your testing in win10 soon. what do you think, maybe we will go to win10 and try new sound?
v3.41.1 dupz and v3.41.2 align32 both are good, they have best SQ of lekt. dupz more clarity but lesser air.
think need refference to v3.34.2 256 sub and v3.39 256 lea. these 2 versions have very good nuances that dupz and align32 haven't. sub: good sound depth and stage, lea have specialy style/tempo/focus so i feel more emotion, very strong vocal.
I am away for next couple of weeks, but then should be able to get on with setting up new OS.
Also will restart testing with well-recorded music, rather than the lo-fi summer dance/sing-along music that still permeates my skull :)
-
- Posts: 2491
- Joined: Mon Oct 07, 2013 11:09 pm
Re: lekt player
goon you need to come back for more testing! hehegoon-heaven wrote: ....I would like to try Server 2016 Preview - I assume that will have same audio infrastructure as Win10?
I am away for next couple of weeks, but then should be able to get on with setting up new OS.
Also will restart testing with well-recorded music, rather than the lo-fi summer dance/sing-along music that still permeates my skull :)
as soon as i connect to internet, win10 does "things" by itself! it loves to update my graphic driver into BSOD... out of control man
and i am getting message like "you need to update OneDrive"...
AIRPLANE mode makes everything better
anyway,
----------------
win10 + older lekt = more details, more bass quantity, softer bass, better treble, better focus, better vocal. note weight feels the same. bass nuances feels very different.
win8.1+align32/dupz/lea > win10+older lekt
- goon-heaven
- Posts: 312
- Joined: Sun Sep 15, 2013 9:38 pm
Re: lekt player
Yes. That is the issue... Win10 is NOT your servant, but a marketplace brought nearer your wallet with the sole intention of emptying it.jesuscheung wrote: as soon as i connect to internet, win10 does "things" by itself! it loves to update my graphic driver into BSOD... out of control man
and i am getting message like "you need to update OneDrive"...
AIRPLANE mode makes everything better
Re: lekt player
people said win10 Pro can ~ resolve problem with automatic update. don't like this feature, windows changes almost things that's good tweaked, and need redo. i've update windows on 3 - 6 months once, usually in this time MS can replace with newer and better kernel's files.
-
- Posts: 2491
- Joined: Mon Oct 07, 2013 11:09 pm
Re: lekt player
"Machines on the LTSB will receive only security and hot fixes, and no new features, for ten years."lekt wrote:people said win10 Pro can ~ resolve problem with automatic update. don't like this feature, windows changes almost things that's good tweaked, and need redo. i've update windows on 3 - 6 months once, usually in this time MS can replace with newer and better kernel's files.
think win10 LTSB is the way to go
think win10 pro version will be trouble, auto install new features for next 10 years ??!! hehe
Re: lekt player
jesuscheung wrote:"Machines on the LTSB will receive only security and hot fixes, and no new features, for ten years."lekt wrote:people said win10 Pro can ~ resolve problem with automatic update. don't like this feature, windows changes almost things that's good tweaked, and need redo. i've update windows on 3 - 6 months once, usually in this time MS can replace with newer and better kernel's files.
think win10 LTSB is the way to go
think win10 pro version will be trouble, auto install new features for next 10 years ??!! hehe
Win10 might be OK if your budget is set low (better the win 8 for sure)
But it is not better then win server2012 r2
Now with server 2016 coming out that could be interesting to test and see
Re: lekt player
has learn more wasapi core, access to audiokse.dll (audioses.dll only first layer, like as shell) , rewriten its functions. here's code very complex, still not found how to replace wasapi buffer with user buffer to directly transfer data.
uploaded:
v3.42 256 kse
v3.42.1 256 gvar
sound better coz bypass many no-needed checking code of audiokse.dll's functions.
try them.
uploaded:
v3.42 256 kse
v3.42.1 256 gvar
sound better coz bypass many no-needed checking code of audiokse.dll's functions.
try them.
Re: lekt player
"still not found how to replace wasapi buffer with user buffer to directly transfer data."lekt wrote:has learn more wasapi core, access to audiokse.dll (audioses.dll only first layer, like as shell) , rewriten its functions. here's code very complex, still not found how to replace wasapi buffer with user buffer to directly transfer data.
uploaded:
v3.42 256 kse
v3.42.1 256 gvar
sound better coz bypass many no-needed checking code of audiokse.dll's functions.
try them.
is it something to do with kernel memory not being addressable fro user mode ?
Re: lekt player
yes, i'm probably wrong, sbgk.sbgk wrote:is it something to do with kernel memory not being addressable fro user mode ?
but think audio core copies data from buffer (which we recieve it by GetBuffer function) to xxx-buffer. i don't try write data to this xxx-buffer (maybe it's sound card device buffer?), only replace with my buffer pointer, and core will make this copying, not me. still can't bypass 2 functions (and maybe next layer more..) of audiokse.dll, very long code. need learn kernel mode.