v0.2.4
版本发布时间: 2024-08-17 23:10:40
KoljaB/RealtimeSTT最新发布版本:v0.3.93(2024-12-19 02:19:28)
-
new parameter allowing to use the same model for both realtime and final transcriptions:
use_main_model_for_realtime (bool, default=False)
If set to True, the main transcription model will be used for both regular and real-time transcription. If False, a separate model specified by
realtime_model_type
will be used for real-time transcription.Using a single model can save memory and potentially improve performance, but may not be optimized for real-time processing. Using separate models allows for a smaller, faster model for real-time transcription while keeping a more accurate model for final transcription.