07-24-2017 09:01 PM
Hello! I have been trying to implement voice chat between HoloLens and LabVIEW (on a PC). I am aware that WebRTC module can be deployed on HoloLens for voice communication. We are unsure whether LabVIEW has WebRTC plugins (UWP compatible) that we can use to establish WebRTC channel with HoloLens.
Other than WebRTC, there are other sound modules such as Opus and Speex for sound codec and compression that can facilitate voice chat. I am a little confused and thus I hope to learn from your suggestions on how to set up a voice chat capability.
07-24-2017 11:18 PM
From a 5 minute look at your links my guess is that this will be a lot of work to implement in LabVIEW. LV can't directly use UWP components (to my knowledge at least); it only supports hosting WinForms. Embedding a browser session in LabVIEW might also not work as WebRTC seems to need a very recent browser and ActiveX control support might be limited.
It certainly seems possible but I would suggest it will take some time to determine the correct option to pursue.