Include whisper again

This commit is contained in:
zb
2023-12-04 11:56:42 -05:00
parent 23cccf2455
commit 4da4eabc19
12 changed files with 113 additions and 87 deletions

View File

@@ -31,8 +31,13 @@ interface IME {
fun onDeleteText(beforeCursor: Int = 0, afterCursor: Int = 0, finishComposing: Boolean = false)
fun defaultView()
fun onSwitchInputHandler(inputMode: InputMode)
fun onUpdateStatusIcon(icon: Int?)
fun record()
fun transcribe()
}