snakers4 / silero-vad

Silero VAD: pre-trained enterprise-grade Voice Activity Detector
MIT License
3.37k stars 353 forks source link

Compile silero-vad-onnx.cpp with MSVC 2022 #458

Closed skyer9 closed 1 month ago

skyer9 commented 1 month ago

to compile silero-vad-onnx.cpp with MSVC 2022 in VSCode, i needed to add code below.

#pragma comment(lib, "onnxruntime.lib")

for information to someone who do what i did.

snakers4 commented 1 month ago

Maybe it is worth adding it to readme in the examples folder?

skyer9 commented 1 month ago

Yes, it made me spend too many time.

snakers4 commented 1 month ago

Can you please add a PR?

skyer9 commented 1 month ago

sorry. i started using MSVC today, before i always used gcc.

in MSVC, using pragma is very common.

sorry.