VRStreaming icon indicating copy to clipboard operation
VRStreaming copied to clipboard

[Feature] Bi-Directional Audio (Microphone Support)

Open vmohan7 opened this issue 2 years ago • 3 comments

Is your feature request related to a problem? Please describe.

For feature parity with Nvidia CloudXR, we will want bi-directional audio support to create multiplayer applications where players can talk with each other.

Describe the solution you'd like

Microphone support from WebXR that sends audio stream to Unity. Unity Render Streaming should have a sample that already supports this.

vmohan7 avatar Sep 13 '21 04:09 vmohan7

Looks like Unity is working on this for the next release : https://github.com/Unity-Technologies/UnityRenderStreaming/pull/553/files

vmohan7 avatar Oct 23 '21 04:10 vmohan7

There is a bug with sending audio bidirectionally. We have a hacky solution atm: https://github.com/Unity-Technologies/UnityRenderStreaming/issues/599

Edit: Nevermind. I just noticed you are the one who opened the issue on renderstreaming git :)

burakkaraceylan avatar Dec 18 '21 14:12 burakkaraceylan

There is a bug with sending audio bidirectionally. We have a hacky solution atm: Unity-Technologies/UnityRenderStreaming#599

Edit: Nevermind. I just noticed you are the one who opened the issue on renderstreaming git :)

Thanks for linking them. Just tested with the latest release and it almost works out of the box, but still broken unforunately

vmohan7 avatar Mar 04 '22 21:03 vmohan7