Search Results for

    Show / Hide Table of Contents

    Class UniMicInput

    An IAudioInput implementation based on UniMic. For more on UniMic, visit https://www.github.com/adrenak/unimic

    Inheritance
    System.Object
    UniMicInput
    Implements
    IAudioInput
    Namespace: Adrenak.UniVoice.Inputs
    Assembly: cs.temp.dll.dll
    Syntax
    public class UniMicInput : IAudioInput, IDisposable

    Constructors

    UniMicInput(Mic.Device)

    Declaration
    public UniMicInput(Mic.Device device)
    Parameters
    Type Name Description
    Mic.Device device

    Fields

    device

    Declaration
    public Mic.Device device
    Field Value
    Type Description
    Mic.Device

    Properties

    Device

    Declaration
    public Mic.Device Device { get; set; }
    Property Value
    Type Description
    Mic.Device

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Events

    OnFrameReady

    Declaration
    public event Action<AudioFrame> OnFrameReady
    Event Type
    Type Description
    System.Action<AudioFrame>

    Implements

    IAudioInput
    In This Article
    Back to top UniVoice documentation