From d255b4eb40186f6bfd8d9c8523affca39d71e166 Mon Sep 17 00:00:00 2001 From: guest271314 Date: Wed, 8 May 2019 15:33:40 +0000 Subject: [PATCH] Test SpeechSynthesisUtterance volume attribute (#9963) --- ...peechSynthesisUtterance-volume-manual.html | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 speech-api/SpeechSynthesisUtterance-volume-manual.html diff --git a/speech-api/SpeechSynthesisUtterance-volume-manual.html b/speech-api/SpeechSynthesisUtterance-volume-manual.html new file mode 100644 index 000000000000000..f340ba8bb273593 --- /dev/null +++ b/speech-api/SpeechSynthesisUtterance-volume-manual.html @@ -0,0 +1,64 @@ + + + + 5.2.3 SpeechSynthesisUtterance volume attribute test - Manual + + + + +
+

Specification:

+ volume attribute +
+ This attribute specifies the speaking volume for the utterance. It ranges between 0 and 1 inclusive, with 0 being the lowest volume and 1 the highest volume, with a default of 1. If SSML is used, this value will be overridden by prosody tags in the markup. +
+
+
+ Click to execute window.speechSynthesis.speak() with volume attribute set to 0, 0.2, 0.4, 0.6, 1. +
+
+
+ + +

Manaul Test:

Does the volume of audio output change? +
+ +