Page 257 of 299

Re: lekt player

Posted: Thu Nov 12, 2015 3:19 am
by jesuscheung
lekt wrote:
jesuscheung wrote:----
remember to disk cleanup when win10 decides to update itself. focus, clarity better.
how to cleanup, JC? OS's drive used space everyday grows.
great news from you that windows 10 update make sound always better. maybe i will do this with my win10 pro. my setting now is disable automatic update.
press win key -> type "disk cleanup"

Re: lekt player

Posted: Sat Nov 14, 2015 10:06 am
by jesuscheung
machine is taking over the world... windows update itself again to BUILD 10586

big update... took 30mins (did MS ask my permission!)

SQ better, or worse?! (no wait... MS reinstalled all useless apps for me, and more...)

bad news for lekt player, all versions don't work anymore...

after installing vc++ 2012, 2013, 2015... older versions working again

versions from 3.0 masm above not work


-----

even my audio driver is auto updated from realtek, to dell audio driver
need retest its SQ

----
ok... at first, windows upgrade make SQ much worse....

after uninstall apps, and disk cleanup 14.9GB, (WTF)
SQ better than previous build

----
NO WAIT, SQ seems different...

-----
ok... realtek audio driver defaulted format to 16, 44100
now it is 24, 48000 with dell audio driver

need to change it back...

Re: lekt player

Posted: Sat Nov 14, 2015 5:02 pm
by jesuscheung
am trying to get back the older win10 so lekt player will work
but MS website already updated win10....
SHIT...

btw, windows 10 home single language edition has the best sound!

Re: lekt player

Posted: Sat Nov 14, 2015 5:30 pm
by lekt
win10 home can not disable automatic update, hehe... will update later, get new kernel dll file set and will try.

uploaded:
v3.44.2 256 norel2
v3.46 256

norel2 fixed one bug in norel, sound better, soft/free.

v3.46 uses new method for render loop, no GetBuffer, no ReleaseBuffer, but run one function which extracted from Kse layer, i don't know what is it. this function's pointer i've look up from many kernel dll files, almost audio core dll files, but not found. seems it contained in xxx.sys file. try v3.46 with PCI sound card, hope it works.

Re: lekt player

Posted: Sat Nov 14, 2015 9:07 pm
by lekt
uploaded v3.45.2 256 ses2

optimized code of v3.45 256 ses, keep tricks only on audioses.dll's layer. i think it works for goon-heaven's PCI sound card.
sound better, more refine, good air.

Re: lekt player

Posted: Sat Nov 14, 2015 9:36 pm
by goon-heaven
v3.45.2 256 ses2: Yes, that sounds better, less in your face than ses, more space - new favorite. Thank you!

Unfortunately, both v3.44.2 256 norel2 and v3.46 256 run but without any sound output.

Re: lekt player

Posted: Sun Nov 15, 2015 3:55 am
by jesuscheung
lekt wrote:win10 home can not disable automatic update, hehe... will update later, get new kernel dll file set and will try.
...
just learn to set "Metered connection=on", windows won't update
but SQ lesser little bit, -0.01%
(or disable services, SQ lesser too... -0.02%)

----
maybe i shall block windows update from my wifi router



-------
in the latest windows build, MS edge + youtube/html5 > all browsers, i think. (SQ 10x times better than shitty IE)

Re: lekt player

Posted: Sun Nov 15, 2015 5:29 am
by lekt
uploaded v3.45.3 256

use code of v3.45.2 256 ses2, made tricks for function CoInitializeEx and function MMDeviceEnumerator->Release()
try it, sound more clean. think it will work for you.

Re: lekt player

Posted: Mon Nov 16, 2015 3:14 am
by jesuscheung
lekt wrote:uploaded v3.45.3 256

use code of v3.45.2 256 ses2, made tricks for function CoInitializeEx and function MMDeviceEnumerator->Release()
try it, sound more clean. think it will work for you.
no sound! cmd opens and disappears

in latest windows built, why need to install vc++ for older lekt? something changed

Re: lekt player

Posted: Mon Nov 16, 2015 4:17 am
by lekt
JC, v3.45.2 256 ses2 , v3.46 256 works after windows update?

old lekt used vc++ library functions for printing in cmd window, readfile,... so need msvcr100/110 and maybe more depending version. i don't know why they can't work in new vc++ in win10, think coz compiled by old msvcrt.lib.