Class MicrophoneInput
Captures microphone input and plays that input back through an AudioSource.
Namespace: Microsoft.MixedReality.SpectatorView
Assembly: cs.temp.dll.dll
Syntax
public class MicrophoneInput : MonoBehaviour
Methods
StartMicrophone()
Starts microphone capture on the first available microphone.
Declaration
public bool StartMicrophone()
Returns
| Type | Description |
|---|---|
| Boolean | True if a microphone was available to capture, otherwise false. |