SpeechRuntimeSelectionStage |
SimplifiedStage.andRespond() |
Preconfigures TTS1HDModel with HD quality
the default speaker with mp3 output format and x1 speed.
|
SpeechRuntimeSelectionStage |
SpeedStage.fast() |
Configures the Speed as Speed.TWICE_FASTER
|
SpeechRuntimeSelectionStage |
SpeedStage.playback(double speed) |
Configures a speed between 0.25 and 4
|
SpeechRuntimeSelectionStage |
SpeedStage.playback(bg.codexio.ai.openai.api.payload.voice.Speed speed) |
Configures a Speed
|
SpeechRuntimeSelectionStage |
SpeedStage.sameSpeed() |
Configures the Speed as Speed.NORMAL
|
SpeechRuntimeSelectionStage |
SpeedStage.slow() |
Configures the Speed as Speed.HALF_SLOW
|