Open
Bug 1377893
Opened 4 years ago
Updated 4 years ago
Feature Request: Provide option to return Blob, AudioBuffer or ArrayBuffer of audio generated by window.speechSynthesis.speak()
Categories
(Core :: Web Speech, enhancement)
Tracking
()
UNCONFIRMED
People
(Reporter: guest271314, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/59.0.3071.109 Chrome/59.0.3071.109 Safari/537.36 Steps to reproduce: 1. Call speechSynthesis.speak() Actual results: The feature currently does not exist. Expected results: Ability to pass an option to window.speechSynthesis.speak() which signals that an Blob, ArrayBuffer or AudioBuffer or of text passed to speak() should be returned from speak() call.
Updated•4 years ago
|
Severity: normal → enhancement
Component: Untriaged → Web Speech
Product: Firefox → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•