I am trying to integrate the SteamVR Player into the Convai Demo scene using the Convai Essentials player prefab. I am facing issues with the mic input. When I connect my earphones and play the scene in the desktop mode, it works well (holding T captures voice input, and the chatbox works too).
However, when I connect through SteamVR using the VIVE Pro headset, I encounter the issue “microphone not detected.” I have already confirmed that my system settings are correct (both the microphone and speakers are set to VIVE Pro), and I have enabled the headset mic as well.
console error: console [Warning][Character]: Microphone Issue Detected! [Stack Trace - Method: MoveNext, at Line: 84 in File: C:\Users\vr_pc\OneDrive - AUniversity\Documents\GitHub\ConvaiAvatarIntegration02\Assets\Convai\Scripts\Runtime\Addons\NotificationSystem\MicrophoneInputChecker.cs] UnityEngine.Debug:LogWarning (object) Convai.Scripts.Runtime.LoggerSystem.ConvaiLogger:LogMessage (string,Convai.Scripts.Runtime.LoggerSystem.ConvaiLogger/LogLevel,Convai.Scripts.Runtime.LoggerSystem.ConvaiLogger/LogCategory,object[]) (at Assets/Convai/Scripts/Runtime/LoggerSystem/ConvaiLogger.cs:90) Convai.Scripts.Runtime.LoggerSystem.ConvaiLogger:Warn (string,Convai.Scripts.Runtime.LoggerSystem.ConvaiLogger/LogCategory,object[]) (at Assets/Convai/Scripts/Runtime/LoggerSystem/ConvaiLogger.cs:135) Convai.Scripts.Runtime.Addons.MicrophoneInputChecker/d__6:MoveNext () (at Assets/Convai/Scripts/Runtime/Addons/NotificationSystem/MicrophoneInputChecker.cs:84) UnityEngine.SetupCoroutine:InvokeMoveNext (System.Collections.IEnumerator,intptr)
I believe there should be a script that manages this, such as AudioInputHandler, but I cannot find any such script in the asset I downloaded from the Unity Asset Store (NPC AI Engine).
Can you provide suggestions on how to work this out?
