twilio / media-streams

Quick start guides for configuring and consuming Twilio Media Streams
100 stars 81 forks source link

Change voice to female #196

Closed RaheelAshraf closed 1 year ago

RaheelAshraf commented 1 year ago

Does anyone know how can I can the voice from male to female? Thanks in advance

RaheelAshraf commented 1 year ago

Modify code from line 30 in dialogflow-utils.js file

const initialStreamRequest = { queryInput, session: sessionPath, queryParams: { session: sessionClient.sessionPath(projectId, sessionId), }, outputAudioConfig: { audioEncoding: "OUTPUT_AUDIO_ENCODING_LINEAR_16", synthesizeSpeechConfig: { voice: { name: "en-US-Wavenet-C" }, }, }, };