Best API for Live Audio Transcription with Intermittent Input? [closed]

I’m looking to implement live transcription in a JavaScript project where the audio input may periodically stop and restart in short intervals (a few seconds). I’ve tested OpenAI’s Whisper, but it doesn’t seem to be optimized for live transcription and doesn’t support data streaming.

Can anyone recommend an API that works well for this type of use case, where the audio input can be intermittent?