summaryrefslogtreecommitdiffstats
path: root/osc_ctrl.py
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2022-11-04 00:20:25 -0700
committeryum <yum.food.vr@gmail.com>2022-11-04 00:20:25 -0700
commitca10de9a5cb2a9b360bc0cd2c357f8d0041f0fca (patch)
tree2bb851be916fcb2f0522eaf1df4eec3a7eda7373 /osc_ctrl.py
parentdb8aa12d3cff202c4ba3903dd69f4287b55f9eb5 (diff)
Add speech-to-text demo
Diffstat (limited to 'osc_ctrl.py')
-rw-r--r--osc_ctrl.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/osc_ctrl.py b/osc_ctrl.py
index 1085302..aa93dfb 100644
--- a/osc_ctrl.py
+++ b/osc_ctrl.py
@@ -101,6 +101,8 @@ def sendMessageCellDiscrete(client, msg_cell, which_cell):
addr="/avatar/parameters/" + getSelectParam()
client.send_message(addr, which_cell)
+ enable(client)
+
if msg_cell != empty_cell:
addr="/avatar/parameters/" + generate_utils.getSpeechNoiseToggleParam()
client.send_message(addr, False)