Skip to content
  • There are no suggestions because the search field is empty.

How do I use the Microphone Stream?

Setup remote capture of the client's microphone

Hololight Stream supports the remote capture of the client device's microphone. An example usage can be found in: com.hololight.stream/Samples/Microphone/MicrophoneCaptureExample.cs

To incorporate microphone capture functionality into your project, you have two options: you can either add the MicrophoneCaptureExample prefab directly to your Scene or integrate the provided script into an existing GameObject.

If you choose to add the prefab, locate the MicrophoneCaptureExample prefab in your project’s asset folder and drag it into the Scene hierarchy. This prefab is preconfigured with all necessary components and settings, making it a straightforward option for quick implementation.

Usage

To create and use the microphone stream, create an IsarMicrophoneCapture object and make sure to have an AudioSource attached to your gameObject. Add the AudioClip provided by calling the Start() method of IsarMicrophoneCapture and assign the AudioClip to the AudioSource. Additionally set the AudioSource to be looping and call the Play() method. To turn the Microphone off just call the Stop() function of IsarMicrophoneCapture. The example handles this behaviour directly when turning the object on or off.

Don't forget to Dispose the IsarMicrophoneCapture object in OnDestroy().

Client Microphone Toggle: DEPRICATED - This functionality is deprecated and will be removed

Virtual Microphone: DEPRICATED - This functionality is deprecated and will be removed. After updating to the new API, please uninstall the Hololight Stream Virtual Microphone driver.