v0.1.13

KoljaB/RealtimeSTTv0.1.13Apr 8, 2024by KoljaB

AI Summary

Added beam size parameters to optimize for faster transcriptions and exposed raw bytes from the last transcription.

Key Highlights

  • Added beam size parameters for faster transcription
  • Exposed raw bytes from last transcription
  • Added beam size parameters

New Features

  • beam_size
  • beam_size_realtime
  • last_transcription_bytes

Full Release Notes

- added beam_size: int = 5 and beam_size_realtime: int = 3 parameters to AudioToTextRecorder constructor allowing faster (realtime) transcriptions by lowering the beamsizes
- added last_transcription_bytes containing the raw bytes from the last transcription  
  You can retrieve those bytes with recorder.last_transcription_bytes for further analysis, saving to file etc