summaryrefslogtreecommitdiffstats
path: root/UnityAssets
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2023-09-01 00:48:20 -0700
committeryum <yum.food.vr@gmail.com>2023-09-01 00:48:20 -0700
commit833ef96f677a60197abb417651ac306820e225f0 (patch)
tree40fe147399558d6452caba158b662902e37ea7c0 /UnityAssets
parentcb44e4744ac82d1d35547d12254cfea09dc63fae (diff)
Add `Enable phonemes` toggle to radial menu
Also: * Fully scrub AudioSource references from prefab when not using phonemes. * Disable net sync on phoneme params when not using them. When not synced, they don't count against the total memory limit. * Use config file in generate_params.py
Diffstat (limited to 'UnityAssets')
-rw-r--r--UnityAssets/TaSTT_Menu.asset10
1 files changed, 10 insertions, 0 deletions
diff --git a/UnityAssets/TaSTT_Menu.asset b/UnityAssets/TaSTT_Menu.asset
index dd4de69..ade2f1f 100644
--- a/UnityAssets/TaSTT_Menu.asset
+++ b/UnityAssets/TaSTT_Menu.asset
@@ -44,3 +44,13 @@ MonoBehaviour:
subParameters:
- name: TaSTT_Scale
labels: []
+ - name: Enable phonemes
+ icon: {fileID: 0}
+ type: 102
+ parameter:
+ name: TaSTT_Enable_Phoneme
+ value: 1
+ style: 0
+ subMenu: {fileID: 0}
+ subParameters: []
+ labels: []