v0.1.16

KoljaB/RealtimeSTTv0.1.16Jun 2, 2024by KoljaB

AI Summary

Updated multiprocessing settings and upgraded the faster_whisper library to the newest version.

Key Highlights

  • Explicitly set multiprocessing start method to 'spawn'
  • Updated faster_whisper to the newest version

New Features

  • Multiprocessing start method fix
  • faster_whisper upgrade

Full Release Notes

- explicitly setting the multiprocessing start method to 'spawn' (due to some changes in torch.multiprocessing)
- update faster_whisper to newest version