Search Results for

    Show / Hide Table of Contents

    Class RealtimeEvent.Server.Response.OutputAudio

    Inheritance
    object
    RealtimeEvent.Server.Response.OutputAudio
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.OpenAI.Realtime
    Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
    Syntax
    public static class RealtimeEvent.Server.Response.OutputAudio

    Fields

    | Edit this page View Source

    Delta

    Returned when the model-generated audio is updated.

    Declaration
    public const string Delta = "response.output_audio.delta"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Done

    Returned when the model-generated audio is done. Also emitted when a Response is interrupted, incomplete, or cancelled.

    Declaration
    public const string Done = "response.output_audio.done"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation