1
0
forked from cgvr/DeltaVR

fixed microphone not detecting after merge

This commit is contained in:
2026-01-06 18:12:48 +02:00
parent 5074d688f7
commit 79dcf3bc9b
4 changed files with 4 additions and 5 deletions

View File

@@ -24,8 +24,7 @@ public class VoiceTranscriptionBox : MonoBehaviour
{
meshRenderer = GetComponent<MeshRenderer>();
var micDevices = Microphone.devices;
Debug.Log("Mic devices: " + string.Join(", ", micDevices));
Debug.Log("Mic devices: " + string.Join(", ", Microphone.devices));
// This causes about 1 sec long freeze, has to be done once at the start of the game
microphoneRecord.StartRecord();

Binary file not shown.