speech-translator-ext / speech-translator-readme

This repository outlines the procedures and general information for the Speech Translator project.
https://st.kappaflow.dev
47 stars 2 forks source link

Issues with Translation Continuation #43

Open acesky61 opened 3 days ago

acesky61 commented 3 days ago

I have the translator set up to pull from the microphone. I am using Chrome extension. I have done the Google script. I am only trying to translate, not transcribe. I am trying to translate Spanish to English. When I open the translator and play Spanish audio, it will translate the first few words and then just stop working. Translator1 Translator2

If I want to translate from a website that is live streaming in Spanish, should I use the "Capture your system playbook audio" or "Capture audio from your microphone"?

How do I get it so the translation continues to flow instead of just stopping?

kappaflow commented 2 days ago

Hi, If you want to translate audio from a website you need to use "Capture your system playbook audio" and setup the audio accordingly. If you want to disable the transcription, its possible to do in the settings.

It shouldn't stop after first few words, please revert the expert setting to default values, because it could be the reason as well. In case of Chrome, it uses Google's speech recognition service, and your connection to their servers may be somehow restricted, causing these issues. You can try using a private VPN; it may help resolve this problem. Also, you can check article 6 from here to test: https://github.com/speech-translator-ext/speech-translator-readme/blob/main/TROUBLESHOOTING.md You can also try to use Edge, it might resolve your issue.