Search Results for

    Show / Hide Table of Contents

    Interface IAudioFilter

    Offers ways to modify audio after being captured. To prevent the audio from being sent (for example when performing some pass or gating) return an empty byte array (new byte[0])

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

    Methods

    Run(AudioFrame)

    Declaration
    AudioFrame Run(AudioFrame input)
    Parameters
    Type Name Description
    AudioFrame input
    Returns
    Type Description
    AudioFrame
    In This Article
    Back to top UniVoice documentation