Dadangdut33 / Speech-Translate

A realtime speech transcription and translation application using Whisper OpenAI and free translation API. Interface made using Tkinter. Code written fully in Python.
MIT License
423 stars 55 forks source link

[BUG] Chinese tradional is not supported on TL Engline: Google #34

Closed sugarbobo-ch closed 8 months ago

sugarbobo-ch commented 1 year ago

Describe the bug Chinese traditional is not supported on TL Engline: Google

Screenshots image

k566o commented 1 year ago

I noticed that too. You can use auto detect for the language and it will translate it , problem is I am trying to use it on bilingual live stream, where both Chinese and English is being spoken. I understand English, so don't need it for that, but it seems when it detects English and starts transcribing that it can cause a big pause before it returns to translating the Chinese. And during that pause the Chinese may never get translated, not even late.

Dadangdut33 commented 11 months ago

sorry for the late reply, there seems to be a small bug in the langauge code that caused all that error

Dadangdut33 commented 8 months ago

Fixed in 1.3.0 release