Lip Sync W/ Oculus Avatar
I tried getting lip sync with Oculus avatar, but it seems that Photon and Oculus can't both have access to the microphone. I tried to set up a debug speaker, yet it doesn't seem to work.
LocalAvatar:
https://imgur.com/a/NmWjirV
RemoteAvatar:
https://imgur.com/a/kYheANF
LocalAvatar:
https://imgur.com/a/NmWjirV
RemoteAvatar:
https://imgur.com/a/kYheANF
0
Comments
We have been discussing this with the maker of LipSync asset (here and via other channels).
For now the easiest workaround is explained in the other discussion for Photon Voice Classic and it's still valid for Photon Voice 2.
In local avatar:
So set Recorder.DebugEchoMode to true.
Set PhotonVoiceView.SetupDebugSpeaker ot true.
Attach Speaker and AudioSource to prefab.
Assign Speaker to PhotonVoiceView.SpeakerInUse.
Set the volume of the AudioSource to 0. (mute and not disable)
now use the AudioSource's AudioClip in the same way you would do for the remote avatar.
I was waiting for you to reply here btw since we were focused on that issue.
Thank you for choosing Photon!
See here.