problem with mac OSX

wromRed
✭
in Photon Voice
i have use : recorder.ReactOnSystemChanges = true; for checking when user change microphone it work fine on android ,pc , ios but it's cause lagging on mac osx , please help me to fix it
0
Comments
-
Hi @wromRed,
What Unity version is this?
What Photon Voice version is this?
Do you use Photon microphone type or Unity microphone type?
Did you enable Recorder.SkipDeviceChangeChecks?
This could be due to a known issue yes.
Somehow Unity's OnAudioConfigChange callback that we rely on is triggered multiple times on macOS.0 -
hi @JohnTube yes , i have edit function OnAudioConfigChange callback like this theard : https://forum.photonengine.com/discussion/comment/50897#Comment_50897
it's remove lagging but now no audio send from mac , i set microphone type to photon0 -
any news , i really need help for this case please0
-
Hi @wromRed,
Please download and import this version to see if it fixes the lagging in macOS when microphone changes. (preferably clean install, backup first or always use VCS properly)
Keep Recorder.ReactToSystemChanges = true.
Do not make any other modifications.1