Skip to content

Commit 98d6303

Browse files
committed
acrolinx
1 parent 4553f1c commit 98d6303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/speech-service/speech-synthesis-markup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can use SSML to:
2929

3030
## Use SSML
3131

32-
SSML functionality is available in a variety of tools that might fit your use case.
32+
SSML functionality is available in various tools that might fit your use case.
3333

3434
> [!IMPORTANT]
3535
> You're billed for each character that's converted to speech, including punctuation. Although the SSML document itself is not billable, the service counts optional elements that you use to adjust how the text is converted to speech, like phonemes and pitch, as billable characters. For more information, see [Pricing note](text-to-speech.md#pricing-note).
@@ -38,7 +38,7 @@ You can use SSML in the following ways:
3838

3939
- [Audio Content Creation](https://aka.ms/audiocontentcreation) tool lets you author plain text and SSML in Speech Studio. You can listen to the output audio and adjust the SSML to improve speech synthesis. For more information, see [Speech synthesis with the Audio Content Creation tool](how-to-audio-content-creation.md).
4040
- [Batch synthesis API](batch-synthesis.md) accepts SSML via the **inputs** property.
41-
- [Speech CLI](get-started-text-to-speech.md?pivots=programming-language-cli) accepts SSML via the **spx synthesize --ssml SSML** command line argument.
41+
- [Speech CLI](get-started-text-to-speech.md?pivots=programming-language-cli) accepts SSML via the `spx synthesize --ssml SSML` command line argument.
4242
- [Speech SDK](how-to-speech-synthesis.md#use-ssml-to-customize-speech-characteristics) accepts SSML via the "speak" SSML method across the different supported languages.
4343

4444
## Next steps

0 commit comments

Comments
 (0)