hra42 / 42Summaries

42Summaries is a macOS application that transcribes audio and video files, then generates concise summaries using Ollama.
https://42summaries.com
The Unlicense
1 stars 0 forks source link

feat: Initialize WhisperKit asynchronously #45

Closed hra42 closed 1 week ago

hra42 commented 1 week ago

This change initializes the WhisperKit asynchronously, starting with a download of the required model. Once the download is complete, the WhisperKit instance is initialized and the model state is updated accordingly. This ensures a smooth launch experience for the app, with the launch screen displaying the appropriate progress and status information.