1
0
forked from cgvr/DeltaVR

logging for audio transcription, etc

This commit is contained in:
2025-12-31 15:26:07 +02:00
parent 0c8c55f293
commit 4fa73e5035
3 changed files with 16 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ void Start()
XROrigin playerOrigin = other.GetComponent<XROrigin>();
if (controller != null || playerOrigin != null)
{
string inputPrompt = voiceTranscriptionTestBox.LastTextOutput;
string inputPrompt = voiceTranscriptionTestBox.GetTextOutput();
string refinedPrompt = inputPrompt + promptSuffix;
isLoading = true;