forked from cgvr/DeltaVR
logging for audio transcription, etc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user