OpenAI::SpeechAudioDeltaEvent
Inherits JSON::Serializable < Reference < Object
Emitted for each chunk of audio data generated during speech synthesis.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : SpeechAudioDeltaEventType = SpeechAudioDeltaEventType::SpeechAudioDelta, audio : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value=(type_value : SpeechAudioDeltaEventType)
The type of the event. Always speech.audio.delta.