Show / Hide Table of Contents

    Class MicrophoneInput

    Captures microphone input and plays that input back through an AudioSource.

    Inheritance
    Object
    MicrophoneInput
    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.

    In This Article
    • Methods
      • StartMicrophone()
    Back to top Generated by DocFX