

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 柔和地朗读
<a name="phonation-tag"></a>

*<amazon:effect phonation="soft">*

目前只有标准 TTS 格式支持此标签。

要指定应使用 softer-than-normal语音朗读输入文本，请使用<amazon:effect phonation="soft">标签。

使用以下语法：

```
<amazon:effect phonation="soft">text</amazon:effect>
```

例如，您可以将此标签用于 Matthew 语音，如下所示：

```
<speak>
     This is Matthew speaking in my normal voice. <amazon:effect phonation="soft">This 
     is Matthew speaking in my softer voice.</amazon:effect>
</speak>
```



