Magic Leap Voice DemoMagicLeap Scene must connect twice to get voice both...
Hi we are integrating PUN Voice for Magic Leap. After some fiddling we have things working (yay!) Note that forcing (hard coding due to demo implementation), a custom room name PhotonStatusDisplay.cs...
View ArticlePUN Voice DemoMagicLeap Scene feature request
Hello, This is intended for whomever has authored the Magic Leap integration SDK (beta) Scene but perhaps anyone that knows Voice SDK and Unity can answer: We have implemented the DemoMagicLeap Scene...
View ArticleProblems with Photon voice 2
Hi! Introducing to my Unity prototype PhotonVoice2. Pun2 working fine, but voice can't hear each other. I add to scene PhotonVoiceNetwork And to my player prefab, that instantiates for every player And...
View ArticlePhoton Voice, WebGL, Multi-threaded Web Assembly and Unity 2019.1
I understand that there is no support for Photon Voice on Unity WebGL. I understood that this is due to the multithreading support necessary for Photon Voice. Now WebAssembly supports multithreading....
View ArticleOculus Avatar lip sync
Oculus Avatar lip sync is not working while connect voice chat? I am using photon voice 2 plugin.
View ArticlePUN + Voice + Oculus Quest + Unity
Hey, so i got the multiplayer working for Quest and decided to add voice, The voice being transmitted Quest -> Quest is not loud enough even when im at the maximum volume, same is not the issue when...
View ArticleHow to sync voice with OnPhotonSerializeView data?
I'm recording and sending a user's mouth via OnPhotonSerializeView and sending audio via Photon Voice. How can I sync the two up? For the data, I could do something with PhotonNetwork.Time but how...
View ArticlePhoton Voice not recording
Hello, I created a scene using Photon where each player is represented by a "proxy" Prefab that I instantiate and there is one local player who is linked to his own proxy Prefab. I would like to add...
View ArticlePhoton Voice Mic Volume
Hi all,How do I increase the mic transmit volume with Photon Voice.Voice is working but weak volume.Thanx!
View ArticlePhoton Voice Chat Volume
Hi, My chat volume is very low.I tried this from an old post. At the start of OnAudioFrame method in "PhotonVoiceNetworks.cs" I added these lines: for(int i =0; i < frame.Length; i++) { frame[i] *=...
View ArticleWhy PUN does not support communications between photon rooms?
I think it is a very common feature, for example, two persons are friends but now they are not in the same photon room,I want to invite him to join my room.I need send him a message to tell in which...
View ArticleDo photon client and server filter photon voices when the audio source...
Case A: Only person A and Person B are in a photon room, the max distance of 3d sound settings are all 500, and now the real distance of the two persons are 600, so they cannot hear each other, I want...
View ArticleEcho in voice chat Oculus Go
Hi everyone, I am developing an app on Unity for Oculus Go and when two players talk to each other they can hear their own voice. This problem isn't there where headphones are used. How to get rid of...
View ArticleThe type or namespace name 'IVoiceFrontend' could not be found (are you...
when import photon voice v2.8, the above error appears.
View ArticleAudio Processing DSP - Does it remove Echoes? Cannot seem to get it to work...
I have a very similiar issue to this recent forum posting: https://forum.photonengine.com/discussion/13533/how-to-estimate-reversestreamdelayms-in-webrtcaudiodsp-of-photon-voice-2#latest I have a lot...
View ArticleI don't want to hear other persons when the audio source distance is out of...
Hi @JohnTube I change the audio source configurations using the following codes and try to shrink the voice distance to 1 meter in the virtual world: private void OnEnable() { speaker = target as...
View ArticleVoice only working for some users
Hi, i'm using Photon Voice 2 and testing with 4-6 users (including me). Myself and one other person can hear each other fine, but the others in the room can't hear us or each other. The logs show for...
View ArticleRaise Event for Voice connection
Using Raise event option for object instantiation it does not connect voice Please Clarify how to connect voice chat using raise event option. Thanks in Advance.
View ArticleHTTPS cannot be used by custom authentication.
HTTP is OK, when https is deployed ,the following error appeared: OperationResponse 230: ReturnCode: 32755 (Custom authentication service error: Error). Parameters: {} Server: MasterServer Address:
View Article