scripty-bot / scripty

Speech to text bot for Discord
https://scripty.org
European Union Public License 1.2
63 stars 7 forks source link

Coqui STT segfault #4

Closed tazz4843 closed 2 years ago

tazz4843 commented 2 years ago

Vosk is a temporary fix for this issue: see coqui-ai/STT#2105. We'd prefer to migrate back to Coqui at some point as it allows us to actually manage what cores it runs on, as well as being about 16x faster.

tazz4843 commented 2 years ago

This is FINALLY fixed. I'm so happy to close this lol

For anyone looking in the future, our issue was that we were creating multiple Streams from a single Model, causing segfaults. We just made multiple Models when we needed multiple Streams and the problem was solved.

tazz4843 commented 2 years ago

This still doesn't want to go away :(

tazz4843 commented 2 years ago

I think we can mark this as done... hopefully for the last time :)