Skip to content

v0.1.13

Compare
Choose a tag to compare
@KoljaB KoljaB released this 08 Apr 20:54
· 44 commits to master since this release
  • 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