v0.1.11

KoljaB/RealtimeSTTv0.1.11Mar 16, 2024by KoljaB

AI Summary

This release introduces a callback mechanism to allow client-side processing of audio chunks captured by the microphone. It enhances the recording pipeline by enabling users to hook into the audio stream directly.

Key Highlights

  • Added `on_recorded_chunk` callback for custom processing
  • Enables client-side audio chunk handling
  • Allows integration with external processing logic

New Features

  • on_recorded_chunk callback

Full Release Notes

- added on_recorded_chunk callback to allow processing of audio chunks recorded from microphone by the client