Open
Bug 1437422
Opened 8 years ago
Updated 3 years ago
Cannot set SpeechSynthesisVoice to female voice variant when espeak is the default speech synthesis module
Categories
(Core :: Web Speech, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: guest271314, Unassigned)
Details
Attachments
(1 file)
|
1.31 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/64.0.3282.119 Chrome/64.0.3282.119 Safari/537.36
Steps to reproduce:
1. Execute window.speechSynthesis.getVoices()
2. Filter SpeechSynthesisVoice objects and select a SpeechSynthesisVoice object where "female" is included in SpeechSynthesisVoice "name" attribute
Actual results:
The female voice variant is not selected, the male voice variant is output as audio
Expected results:
The female voice variant should be selected, the female voice variant is output as audio
| Reporter | ||
Comment 1•8 years ago
|
||
espeak expects voice variant name to be e.g., "female1" or "english+f1" not "english+female1 espeak" at Chromium
"english+female1" at Firefox.
Chromium issue https://bugs.chromium.org/p/chromium/issues/detail?id=811160.
| Reporter | ||
Comment 2•8 years ago
|
||
Should the component be Web Speech?
Updated•8 years ago
|
Component: DOM → Web Speech
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•