I just started to run the demo test. Please tell me how to solve this error. Thank you!

666
✭
in Photon Voice
Failed to get record driver caps. result=60 (Error initializing output device. )
UnityEngine.Microphone:GetDeviceCaps(String, Int32&, Int32&)
MicWrapper:.ctor(String, Int32) (at Assets/Plugins/PhotonVoiceApi/Platforms/Unity/MicWrapper.cs:20)
PhotonVoiceRecorder:createLocalVoiceAudioAndSource() (at Assets/PUNVoice/Scripts/PhotonVoiceRecorder.cs:264)
c__Iterator0:MoveNext() (at Assets/PUNVoice/Scripts/PhotonVoiceRecorder.cs:194)
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
UnityEngine.Microphone:GetDeviceCaps(String, Int32&, Int32&)
MicWrapper:.ctor(String, Int32) (at Assets/Plugins/PhotonVoiceApi/Platforms/Unity/MicWrapper.cs:20)
PhotonVoiceRecorder:createLocalVoiceAudioAndSource() (at Assets/PUNVoice/Scripts/PhotonVoiceRecorder.cs:264)
c__Iterator0:MoveNext() (at Assets/PUNVoice/Scripts/PhotonVoiceRecorder.cs:194)
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
0
Comments
-
Unity version- 2018.3.0f2
photon version 2(pun 2 and voice 2)
Happening in unity editor and i have not checked on other platforms
input/output device are my laptop microphone and speaker0 -
I am also getting this same error as mentioned
0 -
Hi @GarvGoel_77,
This is an issue in Unity's Microphone (or sound system).
Try using Photon microphone type.
Try another Unity version.0