Speach API
  1. Schemas
Speach API
  • Texto-para-Fala
    • Wave - Text to Speech
      POST
    • Essence - Text to Speech
      POST
  • Esquemas
    • Response
      • UnauthorizedError
      • InternalServerError
    • Schemas
      • WaveTextToSpeechRequest
      • WaveVoiceSettings
      • EssenceTextToSpeechRequest
      • EssenceVoiceSettings
      • EssenceAudioSettings
      • EssenceTextToSpeechResponse
      • EssenceAudioData
      • EssenceExtraInfo
      • EssenceBaseResponse
      • ErrorResponse
  1. Schemas

WaveVoiceSettings

Parâmetros de configuração de voz do modelo wave para ajuste fino da saída de fala

{
    "stability": 0.75,
    "similarity_boost": 0.8,
    "use_speaker_boost": true,
    "style": 0.5,
    "speed": 1
}
Built with