Skip to content

Commit e6b823f

Browse files
authored
Merge pull request #83764 from erhopf/ssml-patch-july30
[CogSvcs] SSML Updates for Speech Services
2 parents 65cbebd + 3c23ba3 commit e6b823f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Speech-Service/speech-synthesis-markup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,8 @@ Only one background audio file is allowed per SSML document. However, you can in
408408
|-----------|-------------|---------------------|
409409
| src | Specifies the location/URL of the background audio file. | Required if using background audio in your SSML document. |
410410
| volume | Specifies the volume of the background audio file. **Accepted values**: `0` to `100` inclusive. The default value is `1`. | Optional |
411-
| fadein | Specifies the duration of the background audio fade in. **Accepted values**: `0` to `10000` inclusive. | Optional |
412-
| fadeout | Specifies the duration of the background audio fade out. **Accepted values**: `0` to `10000` inclusive. | Optional |
411+
| fadein | Specifies the duration of the background audio fade in in milliseconds. The default value is `0`, which is the equivalent to no fade in. **Accepted values**: `0` to `10000` inclusive. | Optional |
412+
| fadeout | Specifies the duration of the background audio fade out in milliseconds. The default value is `0`, which is the equivalent to no fade out. **Accepted values**: `0` to `10000` inclusive. | Optional |
413413

414414
**Example**
415415

0 commit comments

Comments
 (0)