Luke Czapla

Results 3 issues of Luke Czapla

Hi guys, it might be an issue with the code on my end, but although my BasePairParameters class works to serialize my data, it still doesn't correctly serialize the Structure...

bug

Hi, I'm working on sampling audio to audio/wav to send to this Speech-to-Text translator (it worked, finally!). I noticed that setting the sampleRate = 24000 lead to a 13 second...

Hey, I had some fun with the archive but the kernel is just this: ```C++ real3 delta = make_real3(pos2.x-pos1.x, pos2.y-pos1.y, pos2.z-pos1.z); real r = SQRT(delta.x*delta.x + delta.y*delta.y + delta.z*delta.z); float2...