Open
Bug 1426978
Opened 8 years ago
Updated 3 years ago
Setting SpeechSynthesisUtterance.volume does not change volume of audio output of speechSynthesis.speak()
Categories
(Core :: Web Speech, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: guest271314, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/63.0.3239.84 Chrome/63.0.3239.84 Safari/537.36
Steps to reproduce:
1. Create and instance of SpeechSynthesisUtterance
2. Set .volume of SpeechSynthesisUtterance to a valid value between 0 and 1 inclusive.
3. Call speechSynthesis.speak() with SpeechSynthesisUtterance as argument
Actual results:
1. The volume of the synthesized audio output of is not changed
Expected results:
The synthesized audio output of window.speechSynthesis.speak() should be changed to reflect the value set at .volume of SpeechSynthesisUtterance.volume
Reporter | ||
Comment 1•8 years ago
|
||
Chromium/Chrome bug https://bugs.chromium.org/p/chromium/issues/detail?id=797512
Updated•8 years ago
|
Component: Untriaged → Web Speech
Product: Firefox → Core
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•