v0.2.3
KoljaB/RealtimeSTTv0.2.3Aug 16, 2024by KoljaB
AI Summary
Implemented language detection features for both full sentence and real-time transcription, including confidence probability metrics.
Key Highlights
- Implemented language detection for full sentences
- Added real-time language detection
- Included confidence probability metrics
New Features
- detected_language
- detected_realtime_language
- detected_language_probability
- detected_realtime_language_probability
Full Release Notes
- added language detection - recorder.detected_language and recorder.detected_realtime_language contain the detected language after a full sentence and in realtime - there's also recorder.detected_language_probability and recorder.detected_realtime_language_probability to check how confident the model was on language detection - [implementation example](https://github.com/KoljaB/RealtimeSTT/blob/master/tests/realtimestt_test.py)