Установлен Cmake, установлен TDM64 (компилятор GCC), обновленные cmakelists.txt < /p>
Код: Выделить всё
set(CMAKE_GENERATOR "Unix Makefiles")
Сборка завершена вполне хорошо (генератор, в противном случае по умолчанию в мою визуальную студию) < /p>
cmake -B build -DWHISPER_SDL2=ON -G "Unix Makefiles" --fresh
cmake -B build -G "Unix Makefiles" --fresh
< /code>
Но бинарное из Whisper-Stream, кажется, ничего не делает < /p>
PS > ./whisper-stream -m ./models/ggml-base.en.bin -t 8 --step 500 --length 5000
PS >
PS > ./whisper-stream -h
PS >
< /code>
CLI работает, как и ожидалось (вероятно), по крайней мере, начинается просто хорошо < /p>
PS > .\whisper-cli.exe -h
usage: whisper-cli.exe [options] file0.wav file1.wav ...
options:
-h, --help [default] show this help message and exit
-t N, --threads N [4 ] number of threads to use during computation
-p N, --processors N [1 ] number of processors to use during computation
-ot N, --offset-t N [0 ] time offset in milliseconds
-on N, --offset-n N [0 ] s
Подробнее здесь: https://stackoverflow.com/questions/794 ... ing-at-all