-
Notifications
You must be signed in to change notification settings - Fork 130
Items Android_item
ggodart edited this page Jan 1, 2021
·
2 revisions
See original
NONE
This module allows MisterHouse to capture and send speech and played wav files to an Android unit.
UnDoc
Add "server_android_port" to your ini file. The default port is 4444. The port number assigned to server_android_port must match the port configured in the android client. The ports must match in order for the android device to receive speech events and notifications.
server_android_port=4444
By default, ALL speak and play events will be pushed to ALL android's regardless of the value in the speak/play "rooms" parameter. If you want the android's to honor the rooms parameter, then you must define the android_use_rooms parameter in my.private.ini. Each android declares a room name when the android registers with the server.
android_use_rooms=1
UNK
NONE