vilassn / whisper_android

Offline Speech Recognition with OpenAI Whisper and TensorFlow Lite for Android
MIT License
192 stars 28 forks source link

Is it possible to set input language with whisper-base.tflite with this code #6

Closed SchweitzerGAO closed 6 months ago

SchweitzerGAO commented 7 months ago

Here's the thing, I speak Chinese but the result is in English with similar meaning. So I am wondering if it is possible to set the input language so that the output will be in the same language as the input.

YangMing6401 commented 4 months ago

@SchweitzerGAO Hello! May I ask you about the language? How did you do to set the input language , so that the output will be in the same language as input?

vilassn commented 3 months ago

@YangMing6401 Does apk shared in release directory work on your device?

YangMing6401 commented 3 months ago

@vilassn Thank you for your response. Yes, it can work on my device And I want to ask you that Is it possible to set input or output languages?