Replies: 4 comments 9 replies
|
目前还是主要先支持英语,但是后续肯定会支持更多语言的。 至于 whisper 的转文本,确实可以简单支持一下。下一个版本,加个配置,选择不带 |
3 replies
|
非常感谢,期待下次发版! |
0 replies
这个不是 whisper 的识别问题,是对齐的时候报错了。多语言版本可能需要仔细逐个适配测试。 |
1 reply
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
目前软件层似乎将whisper模型仅用作“英语”的语音转文本。我将whisper模型,改为ggml-small.bin后,尝试解析韩语音频,发现语音文本仍然是英语。请问能否增加一个类似“您要学习的语种”之类的设定,以方便其他语言学习者使用。
如果工作量太大,能否单纯分享一下,如何在Enjoy中用whisper模型,将韩语音频解析成韩语文本?
All reactions