Skip to content

Commit a46e404

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#103717
We have done changes in the line no:152 from: spx synthesize --text "Bienvenue chez moi." --voice fr-CA-Caroline --speakers To: spx synthesize --text "Bienvenue chez moi." --voice fr-FR-AlainNeural --speakers
1 parent 6b7f7a8 commit a46e404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/spx-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ spx synthesize --voices
149149
Here's a command for using one of the voices you've discovered.
150150

151151
```console
152-
spx synthesize --text "Bienvenue chez moi." --voice fr-CA-Caroline --speakers
152+
spx synthesize --text "Bienvenue chez moi." --voice fr-FR-AlainNeural --speakers
153153
```
154154

155155
> [!TIP]

0 commit comments

Comments
 (0)