AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-openai
/
dev.mokksy.aimocks.openai.model.responses
/
InputAudio
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
of
Link copied to clipboard
@
JvmStatic
fun
of
(
data
:
String
,
format
:
InputAudio.Format
)
:
InputAudio
Creates a new audio input.
of
Mp3
Link copied to clipboard
@
JvmStatic
fun
ofMp3
(
data
:
String
)
:
InputAudio
Creates a new MP3 audio input.
of
Wav
Link copied to clipboard
@
JvmStatic
fun
ofWav
(
data
:
String
)
:
InputAudio
Creates a new WAV audio input.