Search Results for

    Show / Hide Table of Contents

    Class VoiceDetectionTrigger.MaxValues

    Inheritance
    object
    VoiceDetectionTrigger.MaxValues
    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
    public static class VoiceDetectionTrigger.MaxValues

    Fields

    | Edit this page View Source

    DetectionIntervalMs

    Declaration
    public const int DetectionIntervalMs = 10000
    Field Value
    Type Description
    int
    | Edit this page View Source

    MinRecordedClipLengthSec

    Declaration
    public const float MinRecordedClipLengthSec = 5
    Field Value
    Type Description
    float
    | Edit this page View Source

    SilenceDurationMs

    Declaration
    public const int SilenceDurationMs = 300000
    Field Value
    Type Description
    int
    | Edit this page View Source

    SilenceThreshold

    Declaration
    public const float SilenceThreshold = 0.1
    Field Value
    Type Description
    float
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation