You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting random text coming through sometimes when I start recording but say nothing into the mic and then hit stop. For example this random text came through recently, which appears to be somebody else's:
"And also the CT scan is done by bringing in the Parent, who will play the feedback to determine whether the baby's healthy and upset. So yes, we've selected to do that. Just be aware of any questions. It's really important for you to be present, to be sure that you can communicate. So we have a phone call, which will be"
The text was updated successfully, but these errors were encountered:
This is an issue with the Whisper model itself as transformer hallucination
It is unrelated to this plugin
You can deploy your own Whisper model locally
Then use an external VAD model to detect segments with speech
And let Whisper only process these speech segments
This usually reduces hallucinations
You can refer to this project https://github.com/heimoshuiyu/whisper-fastapi
Getting random text coming through sometimes when I start recording but say nothing into the mic and then hit stop. For example this random text came through recently, which appears to be somebody else's:
"And also the CT scan is done by bringing in the Parent, who will play the feedback to determine whether the baby's healthy and upset. So yes, we've selected to do that. Just be aware of any questions. It's really important for you to be present, to be sure that you can communicate. So we have a phone call, which will be"
The text was updated successfully, but these errors were encountered: