Skip to content

v0.3.6

Compare
Choose a tag to compare
@KoljaB KoljaB released this 02 Nov 15:19
· 31 commits to master since this release

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