shirayu/whispering

How to get transcription language in websocket response ?

charles-zablit opened this issue · 3 comments

Hello, thank you for this project, it looks incredible!

When using websockets with websocket_client, is there a way to get the detected language in the transcription result? Something like:

{
  "start": 11.22,
  "end": 16.580000000000002, 
  "text": "This is a test sentence.",
  "detected_language": "en",  <- here
  "temperature": 0.0,
  "avg_logprob": -0.46804791405087426,
  "compression_ratio": 0.9428571428571428,
  "no_speech_prob": 0.23318801820278168
}

Thanks in advance !

Hello, thank you!
Unfortunately, the feature does not exist currently, but it can be implemented .
I open the issue #30 and will re-design the protocol of websocket.

Awesome, thanks!

This issue is stale because it has been open for 21 days with no activity.