Skip to content

Comment on Real Time Speech Recognition with Gradioparent

Comments

Given that hf-speech-bench, is there any easy way to tell if they support streaming speech? Or do all models support streaming speech?

Most models sadly do not. If they rely on a beam search decoder (most do) then doing streaming data processing requires additional trickery to keep the search state up-to-date.

As such, I'm also not aware of any easy check. That said, you can probably convert most deep learning models to work with streaming data without having to retrain the AI.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.