You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added parameter beam_size
(int, default=5)
The beam size to use for beam search decoding
added parameter beam_size_realtime
(int, default=3)
The beam size to use for real-time transcription beam search decoding.
added parameter initial_prompt
(str or iterable of int, default=None)
Initial prompt to be fed to the transcription models.
added parameter suppress_tokens
(list of int, default=[-1])
Tokens to be suppressed from the transcription output.
added method set_microphone(microphone_on=True)
This parameter allows dynamical switching between recording from the input device configured in RealtimeSTT and chunks injected into the processing pipeline with the feed_audio-method