linyiLYi / voice-assistant

A simple toy demo of a local voice assistant with whisper and large language model.
Apache License 2.0
1.27k stars 206 forks source link

语音识别失败, On-device recognition is not supported for locale #3

Closed RoversX closed 11 months ago

RoversX commented 11 months ago

The problem seems to be caused by the "hear" module, which is discussed at https://github.com/sveinbjornt/hear/issues/20. (I tried other time zones and languages, same problem) Switch to whisper can be a solution? Any ideas?

Screenshot 2023-12-09 at 2 00 07 PM Screenshot 2023-12-09 at 2 00 45 PM
linyiLYi commented 11 months ago

You might need to add support for us-en in your Mac settings. You could refer to the following instruction page: https://support.apple.com/en-hk/HT208316

RoversX commented 11 months ago

You might need to add support for us-en in your Mac settings. You could refer to the following instruction page: https://support.apple.com/en-hk/HT208316

Oh, The problem was the Region. Thanks!