class

OpenAI::RealtimeAudioFormatsPCMAAudioFormat

Inherits JSON::Serializable < Reference < Object

The G.711 A-law format.

Constructors

new(type_value : RealtimeAudioFormatsPCMAAudioFormatType | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

type_value

The audio format. Always audio/pcma.

Source
type_value=(type_value : RealtimeAudioFormatsPCMAAudioFormatType | Nil)

The audio format. Always audio/pcma.

Source