class

OpenAI::RealtimeAudioFormatsPCMUAudioFormat

Inherits JSON::Serializable < Reference < Object

The G.711 μ-law format.

Constructors

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

Instance methods

type_value

The audio format. Always audio/pcmu.

Source
type_value=(type_value : RealtimeAudioFormatsPCMUAudioFormatType | Nil)

The audio format. Always audio/pcmu.

Source