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.
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.