Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #137 from watson-developer-cloud/feat/voices
Browse files Browse the repository at this point in the history
feat(voices): add support for nicolas, charlotte and james voices
  • Loading branch information
germanattanasio authored Jun 25, 2020
2 parents 62dd7f8 + ce6343d commit 1ad4f43
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions voices.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,22 @@ const voices = [
ssml: FR_SSML,
},
description: 'Renee: French (français) female voice. Dnn technology.',
}, {
name: 'fr-FR_NicolasV3Voice',
option: 'French (fr-FR): NicolasV3 (male, enhanced dnn)',
language: 'fr-FR',
customizable: true,
gender: 'female',
url: 'https://stream.watsonplatform.net/text-to-speech/api/v1/voices/fr-FR_NocolasV3Voice',
supported_features: {
voice_transformation: false,
custom_pronunciation: true,
},
demo: {
text: FR_TEXT,
ssml: FR_SSML,
},
description: 'Renee: French (Nicolas) male voice. Dnn technology.',
}, {
name: 'it-IT_FrancescaVoice',
language: 'it-IT',
Expand Down Expand Up @@ -536,6 +552,38 @@ const voices = [
ssml: ES_SSML,
},
description: 'Sofia: North American Spanish (español norteamericano) female voice. Dnn technology.',
}, {
name: 'en-GB_CharlotteV3Voice',
option: 'British English (en-GB): CharlotteV3 (female, enhanced dnn)',
language: 'en-GB',
customizable: true,
gender: 'female',
url: 'https://stream.watsonplatform.net/text-to-speech/api/v1/voices/en-GB_CharlotteV3Voice',
supported_features: {
voice_transformation: false,
custom_pronunciation: true,
},
demo: {
text: US_TEXT,
ssml: US_GB_SSML,
},
description: 'Charlotte: British English female voice. Dnn technology.',
}, {
name: 'en-GB_JamesV3Voice',
option: 'British English (en-GB): JamesV3 (male, enhanced dnn)',
language: 'en-GB',
customizable: true,
gender: 'female',
url: 'https://stream.watsonplatform.net/text-to-speech/api/v1/voices/en-GB_JamesV3Voice',
supported_features: {
voice_transformation: false,
custom_pronunciation: true,
},
demo: {
text: US_TEXT,
ssml: US_GB_SSML,
},
description: 'James: British English male voice. Dnn technology.',
}, {
name: 'es-LA_SofiaVoice',
language: 'es-LA',
Expand Down

0 comments on commit 1ad4f43

Please sign in to comment.