0.1.6

QuentinFuxa/WhisperLiveKit0.1.6May 7, 2025by QuentinFuxa

AI Summary

Improves logging granularity and error handling mechanisms to ensure proper termination of transcription tasks.

Key Highlights

  • Added internal buffer duration and estimated transcription lag to ASR processing logs.
  • Enhanced error handling mechanisms for the end of transcription.
  • Implemented a sentinel object to ensure proper task termination.

New Features

  • Enhanced logging with buffer duration
  • Improved error handling for transcription end
  • Sentinel object for termination

Full Release Notes

## Changelog - v0.1.6

### Enhancements
- Improved logging in ASR processing to include internal buffer duration and estimated transcription lag.
- Enhanced error handling mechanisms for the end of transcription.
- Implemented the use of a sentinel object at the end of transcription to ensure proper termination of related tasks.
- Ensured that the end of transcription signal is correctly propagated back to the endpoint.