介绍 github地址:https://github.com/sandrohanea/whisper.net
Whisper.net. Speech to text made simple using Whisper Models
模型下载地址:https://huggingface.co/sandrohanea/whisper.net/tree/main/classic
效果
测试通过环境:
vs2019
.NET Framework4.7.2
使用ggml-tiny.bin模型文件CPU推理速度客观,最重要是官方都是需要vs2022才行,我这边直接在vs2019就可以直接跑。
视频演示地址:
https://www.bilibili.com/video/BV18g4y1k7Sb/?vd_source=989ae2b903ea1b5acebbe2c4c4a635ee
源码下载地址: