0.2.11

QuentinFuxa/WhisperLiveKit0.2.11Sep 24, 2025by QuentinFuxa

AI Summary

This minor release introduces auto-detection of language with automatic transcript recomputation when the detected language differs from the initial detection, and enables NLLB Translation to work with auto language mode. Additionally, SVG files are now loaded once in JavaScript to eliminate StaticFile dependency and improve loading in network-constrained environments.

Key Highlights

  • Auto-detection of language now functional with automatic transcript recomputation when detected language differs
  • NLLB Translation now works even with auto language detection
  • SVG files loaded once in JavaScript, eliminating StaticFile dependency and improving network-constrained environments
  • Performance improvements providing slight speed increase
  • Bug fixes for issues #227, #230, and #232

New Features

  • Auto-detection of language with transcript recomputation when detected language differs from initial detection
  • NLLB Translation working with auto language mode
  • SVG files loaded once in JavaScript instead of requiring StaticFile
  • Performance optimizations for faster processing

Full Release Notes

## New Features

- Auto-detection of language is now functional. If the language finally detected differs from the initial detection, the transcript is recomputed
![auto](https://github.com/user-attachments/assets/a01edfe1-6dce-4a0f-871f-918134b69f99)
- NLLB Translation now works even when language is set to auto
- SVG files are now loaded once in JavaScript
      - eliminating the need for StaticFile
      - allowing the frontend to correctly load in network-constrained environments
- Some processing has been improved to provide a slight speed increase

## Bug Fixes

Fixes #227 #230 #232

Thank you to all contributors and community members who reported issues and provided valuable feedback.