Module: OpenAI::Models::Realtime::RealtimeAudioFormats
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/openai/models/realtime/realtime_audio_formats.rb
Overview
The PCM audio format. Only a 24kHz sample rate is supported.
Defined Under Namespace
Classes: AudioPCM, AudioPCMA, AudioPCMU
Class Method Summary collapse
- .values ⇒ Array<Symbol>
- .variants ⇒ Array(OpenAI::Models::Realtime::RealtimeAudioFormats::AudioPCM, OpenAI::Models::Realtime::RealtimeAudioFormats::AudioPCMU, OpenAI::Models::Realtime::RealtimeAudioFormats::AudioPCMA)
Methods included from Internal::Type::Union
==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/openai/models/realtime/realtime_audio_formats.rb', line 61
|
.variants ⇒ Array(OpenAI::Models::Realtime::RealtimeAudioFormats::AudioPCM, OpenAI::Models::Realtime::RealtimeAudioFormats::AudioPCMU, OpenAI::Models::Realtime::RealtimeAudioFormats::AudioPCMA)
|
|
# File 'lib/openai/models/realtime/realtime_audio_formats.rb', line 116
|