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)

57 Branch
defect

Tracking

()

UNCONFIRMED

People

(Reporter: guest271314, Unassigned)

Details

Attachments

(1 file)

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
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.
Component: Untriaged → DOM
Product: Firefox → Core
Should the component be Web Speech?
Component: DOM → Web Speech
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: