1
0
forked from cgvr/DeltaVR

cafe waiter npc and mic detect speech more

This commit is contained in:
2026-02-21 22:06:23 +02:00
parent dbd2cdca0d
commit 8a3f10a9a2
5 changed files with 113 additions and 25 deletions

View File

@@ -61,6 +61,7 @@ public class MicrophoneStand : MonoBehaviour
private void OnPlayerSpeechUpdated(string text)
{
outputText.text = text;
OnPlayerFinishedSpeaking?.Invoke();
}
private void OnPlayerSpeechFinished(string playerText)