lekt player

Anything to do with computer audio, hardware, software etc.
User avatar
goon-heaven
Posts: 312
Joined: Sun Sep 15, 2013 9:38 pm

Re: lekt player

Post by goon-heaven »

lekt wrote:uploaded v2.95 256

more vibration, softer bass.
this algorithm only good for buffer size wich is binary number 2^n, not benefit for size 160, 132...
size 64 will be best. is your sound card plays with 64?
Yes, with kernel streaming, and at 32. Not tried ASIO. Min buffer with WASAPI is 133.
lekt
Posts: 1102
Joined: Thu Oct 10, 2013 4:52 am

Re: lekt player

Post by lekt »

hmm... inherits code of v2.91.x which didn't play for you, but i removed few non compatible things. very prefer this sound...

wasapi buffer size:
size by frames: number of frames (for 16/44100 one frame = 4 bytes)
size by bytes: = size by frames x 4

usually we called buffer size by frames size. don't know asio4all size, what is it.
jesuscheung
Posts: 2491
Joined: Mon Oct 07, 2013 11:09 pm

Re: lekt player

Post by jesuscheung »

lekt wrote:hmm... inherits code of v2.91.x which didn't play for you, but i removed few non compatible things. very prefer this sound...

wasapi buffer size:
size by frames: number of frames (for 16/44100 one frame = 4 bytes)
size by bytes: = size by frames x 4

usually we called buffer size by frames size. don't know asio4all size, what is it.
??? lost me here...
lekt
Posts: 1102
Joined: Thu Oct 10, 2013 4:52 am

Re: lekt player

Post by lekt »

jesuscheung wrote:i installed ms C++ 2013 12.0.21005 onto my laptop. enough?
library is the same as for v2.93, v2.94. weird.
msvcr120.dll for x64.
will review. im listening, perfect emotion.
lekt
Posts: 1102
Joined: Thu Oct 10, 2013 4:52 am

Re: lekt player

Post by lekt »

my OS installed Visual C++ Redistributable Packages for Visual Studio 2013 for x64 and for x86 also. maybe something of .dll not enough for you.
jesuscheung
Posts: 2491
Joined: Mon Oct 07, 2013 11:09 pm

Re: lekt player

Post by jesuscheung »

lekt wrote: ....
will review. im listening, perfect emotion.
!!!! can't wait...
jesuscheung
Posts: 2491
Joined: Mon Oct 07, 2013 11:09 pm

Re: lekt player

Post by jesuscheung »

lekt wrote:my OS installed Visual C++ Redistributable Packages for Visual Studio 2013 for x64 and for x86 also. maybe something of .dll not enough for you.
check control panel -> "Program and Features"
can you list C++ have you installed, please?
jesuscheung
Posts: 2491
Joined: Mon Oct 07, 2013 11:09 pm

Re: lekt player

Post by jesuscheung »

lekt wrote:
jesuscheung wrote:i installed ms C++ 2013 12.0.21005 onto my laptop. enough?
library is the same as for v2.93, v2.94. weird.
msvcr120.dll for x64.
will review. im listening, perfect emotion.
ok.. 2.93 not working on laptop. song is skipped!

be back... dinner
lekt
Posts: 1102
Joined: Thu Oct 10, 2013 4:52 am

Re: lekt player

Post by lekt »

jesuscheung wrote:check control panel -> "Program and Features"
can you list C++ have you installed, please?
my list on Program and Features:
Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.60610
Microsoft Visual C++ 2012 Redistributable (x86) - 11.0.60610
Microsoft Visual C++ 2013 Redistributable (x64) - 12.0.21005

Stud_PE info: only msvcr120.dll from C (and kernel32.dll, avrt.dll, ole32.dll from windows).
i suspect your RAM 8GB, my RAM 4GB. OS makes memory address maping for 8GB by other way.

uploaded v2.95 256 test pointer into TEST_SOUNDCARD folder

could you run and copy info, tell me what addresses. maybe reason in this.
need insert timeout for .bat file:
lekt.exe --file "C:\abc.wav"
timeout 200
User avatar
goon-heaven
Posts: 312
Joined: Sun Sep 15, 2013 9:38 pm

Re: lekt player

Post by goon-heaven »

pointer of wasapi data buffer 1:
24279408512
pointer of wasapi data buffer 2:
24279409536
pointer of app data memory:
24303697920
Post Reply