v0.3.6

KoljaB/RealtimeSTTv0.3.6Nov 2, 2024by KoljaB

AI Summary

Enhanced logging capabilities for both client and server, allowing detailed debugging and audio chunk inspection, along with a new parameter to fine-tune the initial listening delay.

Key Highlights

  • Added extensive logging options ('--use_extended_logging', '--debug', '--logchunks', '--writechunks')
  • Added 'init_realtime_after_seconds' parameter

New Features

  • Enhanced logging for client and server
  • New 'init_realtime_after_seconds' parameter

Full Release Notes

# RealtimeSTT 0.3.6

- more logging for client/server:
  Additional parameters for server:
  - --use_extended_logging, writes extensive log messages for the recording worker, that processes the audio chunks
  - --debug, enables debug logging for detailed server operations
  - --logchunks, enables logging of incoming audio chunks (periods)
  - --writechunks, saves received audio chunks to a WAV file
  Additional parameters for client:
  - --debug, enables debug logging for detailed client operations
  - --writechunks, saves recorded audio chunks to a WAV file
- more logging for AudioToTextRecorder when called with use_extended_logging = True
- new init_realtime_after_seconds parameter for AudioToTextRecorder to finetune the default of 0.2s