KoljaB / RealtimeSTT

A robust, efficient, low-latency speech-to-text library with advanced voice activity detection, wake word activation and instant transcription.
MIT License
2.1k stars 190 forks source link

stt.exe keeps closing #146

Closed marL0man closed 1 week ago

marL0man commented 1 week ago

I keep opening the exe file for stt, and it only ever works for a couple seconds. It opens fine and connects, but it always shuts itself down after one or two seconds.

Video: https://youtu.be/PBlQYPvapDc

KoljaB commented 1 week ago

This is probably the expected behavior when starting the exe. The STT client connects, waits for a speech, displays the transcription and terminates after voice deactivity. I assume that if you start it by clicking the .exe it just closes then. What does it do if you open a terminal and type STT there? You can try "STT -D" for extended debugging to see what's going on. Or try "STT -l" (for loop) and it should not terminate after voice deactivity anymore. Long story short: it's not made for starting via clicking the exe.

marL0man commented 1 week ago

oh yeah, my mistake, sorry