Page 142 of 299

Re: lekt player

Posted: Wed Jul 02, 2014 10:40 pm
by nige2000
lekt wrote:uploaded lekt.exe v2.94 abs

for all buffer sizes. user can input buffer size which he wants by edit .bat file, for example:
@echo off
Title LEKT MUSIC PLAYER
lekt.exe 160 "C:\music\abc.wav"
lekt.exe 128 "C:\music\abc.wav"
lekt.exe 144 "C:\music\abc.wav"

so then can get minimal buffer size of sound card, correctly size. try test and compare.
interesting, this testing version even better than other. haha...
balance, vibration, bass,... OK. simple algorithm. hmm... seems provocation of compiler, JC.

well come goon-heaven author of this thread coming back now !
is it looking like the lowest buffer acceptable for any dac is the best for sound quality?

Re: lekt player

Posted: Wed Jul 02, 2014 10:50 pm
by goon-heaven
lekt wrote:uploaded lekt.exe v2.94 abs
....
well come goon-heaven author of this thread coming back now !
Thanks. I'm notching more come-backs than Gary Glitter. LOL.

Lowest I can play lekt is 133. Much more listening to determine best WASAPI SQ - buffer size.

Hey JC: Explain what to do to get to 132?

Re: lekt player

Posted: Thu Jul 03, 2014 2:25 am
by lekt
lekt.exe getminsize is too old version, maybe not correctly calculate min size, will review its code.
OK, now better use v2.94 abs for determine good buffer size, and min size also (do this manually).

goon-heaven, i've never seen 133 size, always even numbers as 160/256/224/..., not odd numbers.
weird.

Re: lekt player

Posted: Thu Jul 03, 2014 2:31 am
by jesuscheung
goon-heaven wrote:
lekt wrote:uploaded lekt.exe v2.94 abs
....
well come goon-heaven author of this thread coming back now !
Thanks. I'm notching more come-backs than Gary Glitter. LOL.

Lowest I can play lekt is 133. Much more listening to determine best WASAPI SQ - buffer size.

Hey JC: Explain what to do to get to 132?
me too is 133.

testing clockrate=133/44100... vs 132/44100 with 128, 1ms, 2m buffers
132 has the magic
(i am running too many programs... i could be misjudging... 132 and 133 sounds similar. difference is in earaches)

buffer > 132 i can feel tension.
< 132 just feels right.

Re: lekt player

Posted: Thu Jul 03, 2014 2:32 am
by jesuscheung
lekt wrote:lekt.exe getminsize is too old version, maybe not correctly calculate min size, will review its code.
OK, now better use v2.94 abs for determine good buffer size, and min size also (do this manually).

goon-heaven, i've never seen 133 size, always even numbers as 160/256/224/..., not odd numbers.
weird.
until you figure it out... i am sticking to clockrate=132/44100... haha best SQ EVER

Re: lekt player

Posted: Thu Jul 03, 2014 2:49 am
by jesuscheung
how come i can play 128 with asio4all?
not with wasapi?

Re: lekt player

Posted: Thu Jul 03, 2014 2:56 am
by lekt
nige2000 wrote:is it looking like the lowest buffer acceptable for any dac is the best for sound quality?
don't remeber, i've read in MSDN, think that. do testing manually for each size, only need change clockrate in windows registry for each case or not. maybe let it 10000 always by default.

by theory transfer small pakage of data better/faster/regularly than large pakage.
for example, transfer via wifi/internet better than via USB. pakage size smaller. but how can write good application for this task, not easy. i think that.

Re: lekt player

Posted: Thu Jul 03, 2014 3:36 am
by jesuscheung
128 buffer + 132 clockrate = losses little resolution. ~zero earaches.

8ms buffer + 8ms clockrate = ~zero lost in resolution. more earaches.

not perfect. ok for now

132*1/44100=good
132*2/44100=better
132*3/44100=89796 best
132*4//44100 -> goes bad

clockrate is biggest puzzle of windows hifi

Re: lekt player

Posted: Thu Jul 03, 2014 3:49 am
by lekt
jesuscheung wrote:me too is 133.

testing clockrate=133/44100... vs 132/44100 with 128, 1ms, 2m buffers
132 has the magic
(i am running too many programs... i could be misjudging... 132 and 133 sounds similar. difference is in earaches)

buffer > 132 i can feel tension.
< 132 just feels right.
132 and 133 works for you, size 32 works and what is min size of your PCIe card?

need correctly rounded number for clockrate, JC. i use as following:
10000000 * 352 / 44100 + 0.5 = 79819.09410430839
10000000 * 160 / 44100 + 0.5 = 36281.679138322
and take five digits from left. rounded number must be more correctly.

Re: lekt player

Posted: Thu Jul 03, 2014 3:53 am
by jesuscheung
lekt wrote:
jesuscheung wrote:me too is 133.

testing clockrate=133/44100... vs 132/44100 with 128, 1ms, 2m buffers
132 has the magic
(i am running too many programs... i could be misjudging... 132 and 133 sounds similar. difference is in earaches)

buffer > 132 i can feel tension.
< 132 just feels right.
132 and 133 works for you, size 32 works and what is min size of your PCIe card?

need correctly rounded number for clockrate, JC. i use as following:
10000000 * 352 / 44100 + 0.5 = 79819.09410430839
10000000 * 160 / 44100 + 0.5 = 36281.679138322
and take five digits from left. rounded number must be more correctly.
in asio4all, the min size is 64. i can play it.

in asus native asio driver, i can select 1ms. i can play it too.

UPDATE
so far in asio4all, 128 sounds best.
64 is getting dry.
144 is getting tense.