Whisper icon indicating copy to clipboard operation
Whisper copied to clipboard

Missing shaderData-Debug.inl and shaderData-Release.inl?

Open beedazzel opened this issue 2 years ago • 2 comments

Hi, I was very excited when I came across your project. I've never done anything that uses GPU shader acceleration. I tried to download & build the code in a bid to make a dll, but VS is complaining that it can't find shaderData-Debug.inl or shaderData-Release.inl I can see that they're included in the .gitignore. I'm confused how everyone else is managing to compile the code without these files. Am I doing something wrong, or do I need these files?

beedazzel avatar Mar 16 '23 12:03 beedazzel

@beedazzel These source files are generated by a custom tool, as a result of step 4 of the build instructions.

Const-me avatar Mar 16 '23 13:03 Const-me

Now that we've got something that will take audio & produce text, the very next thing we're planning on doing is learning to read! Thanks for this & for the speedy response.

beedazzel avatar Mar 16 '23 16:03 beedazzel