Search Results for

    Show / Hide Table of Contents

    Interface IAudioInput

    Source of user voice input. This would usually be implemented over a microphone to get the users voice. But it can also be used in other ways such as streaming an mp4 file from disk. It's just an input and the source doesn't matter.

    Namespace: Adrenak.UniVoice
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IAudioInput : IDisposable

    Events

    OnFrameReady

    Declaration
    event Action<AudioFrame> OnFrameReady
    Event Type
    Type Description
    System.Action<AudioFrame>
    In This Article
    Back to top UniVoice documentation