whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

Tutorial for Visual studio code on Windows11

Open MonicaArnaud opened this issue 3 years ago • 2 comments
trafficstars

Hi, maybe it is a little stupid to ask, I used to run python files instead of C++, I would appreciate if someone could teach me how to run the scripts on the visual studio code on Windows 11. I tried to Terminal > Run Build task, but it shows the following errors. Please help. Thank you!

sppech2textError

MonicaArnaud avatar Oct 31 '22 06:10 MonicaArnaud

@MonicaArnaud I set up mine using CMake with the CMake and CMake Tools extensions on VSCode (https://code.visualstudio.com/docs/cpp/cmake-linux)

chidiwilliams avatar Nov 03 '22 08:11 chidiwilliams

@MonicaArnaud I set up mine using CMake with the CMake and CMake Tools extensions on VSCode (https://code.visualstudio.com/docs/cpp/cmake-linux)

Hi, I installed both the CMake and CMake Tools extensions, but it didn't work, same error. Thank you anyway.

Do you know how to run this app on the browser? It seems someone run it on Chrome. Thanks

MonicaArnaud avatar Nov 04 '22 06:11 MonicaArnaud

@MonicaArnaud

Try following the steps here:

https://github.com/ggerganov/whisper.cpp/actions/runs/3517978497/workflow#L117-L144

Or directly download the latest executable from here (at the bottom):

https://github.com/ggerganov/whisper.cpp/actions/runs/3517978497

ggerganov avatar Nov 22 '22 15:11 ggerganov