nyadla-sys / whisper.tflite

Optimized OpenAI's Whisper TFLite Port for Efficient Offline Inference on Edge Devices
MIT License
134 stars 29 forks source link

will support transcribe live ? #10

Open michoael opened 10 months ago

michoael commented 10 months ago

i hope to know the plane if you will support live transcribe from mic and long file with timestamps ?

vilassn commented 10 months ago

Yes. We are planning to support live transcription from mic and long file with timestamps.

aramfaghfouri commented 10 months ago

Do you have any approximate ETA on this? thanks!

JusticeEli commented 10 months ago

I think it's possible to implement live transcriptions if you can manage to put the 30-second chunks of audio in some queue and run predictions for the audios in the queue as you continue recording others. There will be a lag but it will give the impression of real time.

michoael commented 10 months ago

You will do this soon or you will have long time?