sandrohanea / whisper.net

Whisper.net. Speech to text made simple using Whisper Models
MIT License
534 stars 82 forks source link

Added infinite timeout to HttpClient in WhisperGgmlDownloader and added CancellationToken support to GetGgmlModelAsync in WhisperGgmlDownloader #16

Closed vadd98 closed 1 year ago

vadd98 commented 1 year ago

Hi!

Having a slow connection, I had some difficulties downloading largest models as I obtained a timeout error, so I edited the source code in order to set a default infinite timeout in the HttpClient but also granting Cancellation support for the download request.