Skip to content

[transcriberbin] - make audioqueue leaky

If transcription runs slow or has issues the queue can fill up and block all audio processing. This gives the queue a sufficent buffer and allows it to drop audio if it eventually fills up. This was most noticable with bad internet connections using the awstrnascriber where it would take quite a while for the websocket to eventually timeout and the bin to enter passthrough=true.

Merge request reports