Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.

Voicechat in Holotoolkit Sharing

So, I was playing around in sharing component between my two hololens. It's been pretty good.

I came across the voice chat feature in the same section. It says, usage of just two scritps:

  • MircrophoneTransmitter.cs
  • MicrophoneReceiver.cs

Did anyone try using this? I couldn't find any help on their usage..

Best Answer

  • chiddaanchiddaan
    Answer ✓

    I wasn't sure where to apply those scripts.

    I read on this thread, followed some steps, like attaching it to the camera instead and boom it worked.

Answers

  • chiddaanchiddaan
    edited June 2017

    Well, I used those two scripts. Just added in my scene on the gameobject that has RemoteHeadManager.cs

    I am able to hear myself. And not other peoeple in the same session.

    Others as well are able to hear themselves.

    Thoughts?

  • chiddaanchiddaan
    Answer ✓

    I wasn't sure where to apply those scripts.

    I read on this thread, followed some steps, like attaching it to the camera instead and boom it worked.

  • I also have problems by using two scripts(MircrophoneTransmitter.cs,MicrophoneReceiver.cs). My Problem is that I can hear my own voice,also others voice

  • where to apply these scripts? Are you now clear? Thanks!

  • @holofans You apply those scripts to your camera. and that's it.

  • @WANGJUN You need to apply those scripts on your camera object in hierarchy. And that's it.

  • I've applied those scripts to the camera, but I only hear my own voice. Is there something else I need to do? I'm using release bce6505 for 2017.2.1.0.

Sign In or Register to comment.