ggerganov / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
35.38k stars 3.61k forks source link

update dr_wav.h to newer version to fix _MSC_VER macro issues #2449

Closed RahulVadhyar closed 3 weeks ago

RahulVadhyar commented 4 weeks ago

While using this repo in my project, I have encountered compiling issues with dr_wav.h. Specifically on linux, I have been getting undefined _MSC_VER issues. This has been fixed in the latest versions of dr_wav.h. Hence this PR updates this file to fix the issue.

ggerganov commented 4 weeks ago

Thanks, could you point me to the reference file so I can verify that it matches?

RahulVadhyar commented 3 weeks ago

Thanks, could you point me to the reference file so I can verify that it matches?

Sure, here is the link to the file:

https://github.com/mackron/dr_libs/blob/master/dr_wav.h