v0.1.6

KoljaB/RealtimeSTTv0.1.6Oct 17, 2023by KoljaB

AI Summary

The recorder now supports the context manager protocol, allowing it to be used within `with` statements for automatic resource management. This change includes a constructor update to wait for the transcription process to start and fixes a shutdown bug.

Key Highlights

  • Implements context manager protocol (`with` statement support)
  • Constructor now waits for transcription process to start
  • Fixed bug in the shutdown method

New Features

  • Context manager protocol

Full Release Notes

Implements context manager protocol. This enables the recorder instance to be used in a `with` statement, ensuring proper resource management. Waits for transcription process to start in constructor now. Fixed bug in the shutdown method.