sandrohanea / whisper.net

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

Bump whisper.cpp and address breaking changes #105

Closed drasticactions closed 10 months ago

drasticactions commented 10 months ago

The newest whisper.cpp introduced some breaking changes in WhisperFullParams (Why they felt the need to add them here and break every other implementation for a debug variable is beyond me). This bumps the underlying dependency and adds the new APIs to the NativeMethods.cs

sandrohanea commented 10 months ago

Thanks for the update 👍 Will update to latest again and rebuild to fix the the tests.