Uses of Class
bg.codexio.ai.openai.api.sdk.voice.speech.SpeedStage
-
Packages that use SpeedStage Package Description bg.codexio.ai.openai.api.sdk.voice.speech -
-
Uses of SpeedStage in bg.codexio.ai.openai.api.sdk.voice.speech
Methods in bg.codexio.ai.openai.api.sdk.voice.speech that return SpeedStage Modifier and Type Method Description SpeedStageOutputStage. audio(bg.codexio.ai.openai.api.payload.voice.AudioFormat format)SetsAudioFormatSpeedStageOutputStage. forLowerRates()SetsAudioFormatoptimized for lower rates, asAudioFormat.AACSpeedStageOutputStage. forStreaming()SetsAudioFormatoptimized for streaming, asAudioFormat.OPUSSpeedStageOutputStage. mp3()SetsAudioFormatasAudioFormat.MP3SpeedStageOutputStage. noCompression()SetsAudioFormatwith no compression, asAudioFormat.FLAC
-