WhisperInput
WhisperInput copied to clipboard
Updated K6nele to fix Android 14 (https://github.com/Kaljurand/K6nele…
On Android 14 WhisperInput doesn't work (constantly fails with a Logcat message of "not connected to the recognition service"). This PR includes the fix from the upstream K6nele project, as documented in https://github.com/Kaljurand/K6nele/issues/115
Additional commits since originally submitting the PR include refactoring to remove network-based components and language, replacing the model with the tiny.en-q8_0 version, and updating Whisper.cpp to the latest version (which required a fair amount of refactoring).