Available voices for Outspeed voice agents
const sessionConfig = { // rest of config... voice: "sophie", // Replace with any voice name from the list above };
let ttsConfig = OutspeedSDK.TTSConfig(voiceId: "sophie")
Was this page helpful?