Search Results for

    Show / Hide Table of Contents

    Class VoiceDetectionTrigger

    Inheritance
    object
    VoiceDetectionTrigger
    Implements
    IRecordingTrigger
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO.Audio
    Assembly: Glitch9.IO.dll
    Syntax
    [Serializable]
    public class VoiceDetectionTrigger : IRecordingTrigger

    Properties

    | Edit this page View Source

    DetectionIntervalMs

    Declaration
    public int DetectionIntervalMs { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    SilenceDurationMs

    Declaration
    public int SilenceDurationMs { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    SilenceThreshold

    Declaration
    public float SilenceThreshold { get; set; }
    Property Value
    Type Description
    float

    Methods

    | Edit this page View Source

    Initialize(ILogger)

    Declaration
    public void Initialize(ILogger logger)
    Parameters
    Type Name Description
    ILogger logger
    | Edit this page View Source

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

    IRecordingTrigger

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation