WhisperInput icon indicating copy to clipboard operation
WhisperInput copied to clipboard

Updated K6nele to fix Android 14 (https://github.com/Kaljurand/K6nele…

Open agreenbhm opened this issue 9 months ago • 0 comments

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).

agreenbhm avatar May 21 '24 15:05 agreenbhm