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
436 stars 55 forks source link

how to set transcription language #23

Closed TingTingin closed 1 year ago

TingTingin commented 1 year ago

Is there a way to set the transcription language?

Dadangdut33 commented 1 year ago

There should be a combobox for it on the top section of the main window like on this image

image

The from combobox is for the transcription language / source language of the input The to combobox is for the translation target / what you want to translate into