Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 8c2e8f4

Browse files
committed
HandFree example fixes
1 parent f2f1099 commit 8c2e8f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

speechly-unity/Assets/SpeechlyExamples/HandsFreeListening/HandsFreeListeningScene.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ MonoBehaviour:
11791179
m_GameObject: {fileID: 758041406}
11801180
m_Enabled: 1
11811181
m_EditorHideFlags: 0
1182-
m_Script: {fileID: 11500000, guid: 979204ce5b94d4780a3c33f9a0802125, type: 3}
1182+
m_Script: {fileID: 11500000, guid: 1facb91a63f504a0983722fe61005293, type: 3}
11831183
m_Name:
11841184
m_EditorClassIdentifier:
11851185
SliderEnergy: {fileID: 275751998}

speechly-unity/Assets/SpeechlyExamples/HandsFreeListening/UseSpeechly.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void Start()
2525
TranscriptText.text = segment.ToString(
2626
(intent) => "",
2727
(words, entityType) => $"<color=#15e8b5>{words}<color=#ffffff>",
28-
""
28+
"."
2929
);
3030
};
3131
}

0 commit comments

Comments
 (0)