# whisper-asr **Repository Path**: seanpan2016/whisper-asr ## Basic Information - **Project Name**: whisper-asr - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-10 - **Last Updated**: 2026-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README cmake .. -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release mingw32-make -j 8 .\whisper-cli.exe -m .\ggml-base.bin -f .\test_audio.wav -l auto -otxt --print-progress https://huggingface.co/ggerganov/whisper.cpp/resolve # 使用更小模型 whisper-cli.exe -m models/ggml-tiny.bin -f audio.wav # 增加线程数 whisper-cli.exe -m models/ggml-base.bin -f audio.wav -t 16 # 使用量化模型 whisper-cli.exe -m models/ggml-base-q5_0.bin -f audio.wav -t 8