You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can, but you have to change some of the code in src/voice_translator.py. At Line 64, replace eng_speech = transcribe(MIC_AUDIO_PATH) with eng_speech = translate(MIC_AUDIO_PATH, 'th')
Can I switch from "ENG to JP" to "THAI to JP" in voice_translator ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: