Voices

Available voices for your voice agents:

  • sophie
  • savannah
  • brooke
  • zia
  • corinne
  • david
  • griffin
  • carson
  • ethan

Usage

Use these voice names in your session configuration:

const sessionConfig = {
  // rest of config...
  voice: "sophie", // Replace with any voice name from the list above
};
let ttsConfig = OutspeedSDK.TTSConfig(voiceId: "sophie")