Loading [MathJax]/extensions/tex2jax.js
Unreal OpenAI API 1.0.0
All Classes Functions Variables Pages
Public Attributes | List of all members
FSpeech Struct Reference

Public Attributes

FString Model {"tts-1"}
 
FString Input
 
FString Voice {"alloy"}
 
FString Response_Format {"mp3"}
 
float Speed {1.0f}
 

Member Data Documentation

◆ Input

FString FSpeech::Input

The text to generate audio for. The maximum length is 4096 characters.

◆ Model

FString FSpeech::Model {"tts-1"}

One of the available TTS models: tts-1 or tts-1-hd: https://platform.openai.com/docs/models/tts

◆ Response_Format

FString FSpeech::Response_Format {"mp3"}

The format to audio in. Supported formats are mp3, opus, aac, flac, wav, and pcm.

◆ Speed

float FSpeech::Speed {1.0f}

The speed of the generated audio. Select a value from 0.25 to 4.0. 1.0 is the default.

◆ Voice

FString FSpeech::Voice {"alloy"}

The voice to use when generating the audio. Supported voices are alloy, echo, fable, onyx, nova, and shimmer.


The documentation for this struct was generated from the following file: