mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-28 08:52:45 +00:00
fix(android): expose talk-mode assistant speech entrypoint
This commit is contained in:
@@ -194,6 +194,11 @@ class TalkModeManager(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
suspend fun speakAssistantReply(text: String) {
|
||||||
|
reloadConfig()
|
||||||
|
playAssistant(text)
|
||||||
|
}
|
||||||
|
|
||||||
private fun start() {
|
private fun start() {
|
||||||
mainHandler.post {
|
mainHandler.post {
|
||||||
if (_isListening.value) return@post
|
if (_isListening.value) return@post
|
||||||
|
|||||||
Reference in New Issue
Block a user