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
I'm trying to figure out why websocket transcription, e.g. via the simple_stream example is slow for me.
I already commented out these lines, hoping it would speed it up:
I'm looking for a way to have faster transcription than typing, to implement push-to-talk voice typing for my app.
If it's slower than typing there's no point in transcribing voice input..
Any idea how I can speed it up? I'd really appreciate it 🙂
The text was updated successfully, but these errors were encountered:
Hi, thanks for making this crate 🙂
I'm trying to figure out why websocket transcription, e.g. via the
simple_stream
example is slow for me.I already commented out these lines, hoping it would speed it up:
But it still takes over 31 seconds to transcribe this wav audio, which is MUCH slower than it would be to type what is said in that wav!
I'm looking for a way to have faster transcription than typing, to implement push-to-talk voice typing for my app.
If it's slower than typing there's no point in transcribing voice input..
Any idea how I can speed it up? I'd really appreciate it 🙂
The text was updated successfully, but these errors were encountered: