Page 156 of 299

Re: lekt player

Posted: Wed Jul 30, 2014 11:51 am
by lekt
forgot notice you:
make .bat file as you usually use lekt, like as:
@echo off
Title LEKT MUSIC PLAYER
lekt.exe 288 "C:\Collection-wav\02.What's Up.wav"

and play by run .bat file. and restart windows and run again, take me second info about pointers, OK.

ah, abs not bad version there, very simple code. hm...

Re: lekt player

Posted: Wed Jul 30, 2014 11:54 am
by jesuscheung
ok... wait

Re: lekt player

Posted: Wed Jul 30, 2014 11:54 am
by lekt
jesuscheung wrote:ok... maybe 64 not working....
so then 128, it's also small size, think better than 160 for you. my card 160 is minimum.

Re: lekt player

Posted: Wed Jul 30, 2014 11:58 am
by jesuscheung
1st
buffer size: 288
wasapi buffer pointer1: 0x000000F323AE6240
2nd
buffer size: 288
wasapi buffer pointer1: 0x0000008312E26240

1st
buffer size: 256
wasapi buffer pointer1: 0x0000001BD0C36240
2nd
buffer size: 256
wasapi buffer pointer1: 0x0000007B19DF6240

1st
buffer size: 160
wasapi buffer pointer1: 0x0000004317886240
2nd
buffer size: 160
wasapi buffer pointer1: 0x000000F4EF3B6240


--------
128, 64 not working

Re: lekt player

Posted: Wed Jul 30, 2014 12:13 pm
by lekt
jesuscheung wrote:d:\Program Files\lekt\2.94.1 abs test pointer>lekt.exe 160 "d:\abcde\music.wav"
buffer size: 160
wasapi buffer pointer1: 0x0000001FBE8F6230
...
jesuscheung wrote:....
1st
buffer size: 160
wasapi buffer pointer1: 0x0000004317886240
2nd
buffer size: 160
wasapi buffer pointer1: 0x000000F4EF3B6240

--------
128, 64 not working
there's in same laptop/PC ?
first case 0x0000001FBE8F6230 is multiple of 16
second case 0x0000004317886240 is multiple of 64

in my case always is multiple of 128, better with my method. OK will make for you only with multiple of 16.

try <160. maybe 132,...

Re: lekt player

Posted: Wed Jul 30, 2014 12:16 pm
by jesuscheung
wait,,,

Re: lekt player

Posted: Wed Jul 30, 2014 12:19 pm
by jesuscheung
laptop=win7 not working...

Re: lekt player

Posted: Wed Jul 30, 2014 12:22 pm
by jesuscheung
lekt wrote: ...
first case 0x0000001FBE8F6230 is multiple of 16
second case 0x0000004317886240 is multiple of 64

in my case always is multiple of 128, better with my method. OK will make for you only with multiple of 16.

try <160. maybe 132,...
that's clever!


my min buffer is 133:
buffer size: 133
wasapi buffer pointer1: 0x000000447FF16240

buffer size: 133
wasapi buffer pointer1: 0x000000470F936240

Re: lekt player

Posted: Wed Jul 30, 2014 12:24 pm
by lekt
jesuscheung wrote:...2.96.5x is goood

weight = 100% = no earaches...!!!
yes, also think weight is very correctly, 100%. all 3 frequency ranges: vibration of each reaches to its level vs others, so then we feel correct total weight and weight of each range.

Re: lekt player

Posted: Wed Jul 30, 2014 12:26 pm
by lekt
jesuscheung wrote:buffer size: 133
wasapi buffer pointer1: 0x000000470F936240
OK, 133 is smaller than 160, think will be better than.