Open Boscop opened 1 month ago
Streaming transcribes realtime audio.
If the file you are streaming is 31sec long then it would get streaming @ 1sec per sec and take 31sec or so to process
If you want to transcribe a file and not use realtime streaming use our pre-recorded API
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 🙂