bbwrk
1
Hello
Is it possible to detect the incoming language?
My aim is to
- User uses a native language to communicate
- Whisper translate the audio to English
- Use chat to get the proper response for the query
- Use whisper to translate from English to the original native language
1 Like
_j
2
Returning the spoken language as part of the response is something that is a feature in the open-source Whisper, but not part of the API.
You can send some of the audio to the transcription endpoint instead of translation, and then ask another classifier AI “what language”.
2 Likes