-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
window.speechSynthesis.speak() audio output is untestable at Chromium or Chrome #23084
Comments
Can you explain, or give a short code snippet showing, how one can programmatically test this in Firefox? |
At Firefox or Nightly it is possible to select a https://wiki.archlinux.org/index.php/PulseAudio/Examples
Chrome, Chromium do not provide selection of
though technically, it is possible to select |
@stephenmcgruer For completeness, note, voices are loaded asynchronously from a socket connection to
https://bugs.chromium.org/p/chromium/issues/detail?id=959362#c4 |
Note also the *oogle Chrome is shipped with custom voices created by *oogle - not Chromium - which requires enabling |
There is no way (without non-standard workarounds) to programmatically test if
window.speechSynthesis.speak()
outputs audio at all at Chromium or Chrome browsers.It is possible to programmatically test if
window.speechSynthesis.speak()
outputs audio at Firefox and Nightly.AFAICT there is currently no manual WPT test for audio output for
window.speechSynthesis.speak()
.This issue is for the purposes of at least adding a manual test for
window.speechSynthesis.speak()
; and further to track efforts to find a means to programmatically test audio output ofwindow.spechSynthesis.speak()
or conclusively determine if such a test is not possible at Chromium and Chrome browser.The text was updated successfully, but these errors were encountered: