Skip to content
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

api.SpeechSynthesis - pause() action is not working in Mozilla Firefox 130.0 under Ubuntu 22.04 and 24.04 #24412

Open
ACSantanaB opened this issue Sep 10, 2024 · 1 comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@ACSantanaB
Copy link

What type of issue is this?

Browser bug (a bug with a feature that may impact site compatibility)

What information was incorrect, unhelpful, or incomplete?

The browser compatibility table mentions that these features work in Firefox.

What browsers does this problem apply to, if applicable?

Firefox

What did you expect to see?

When the API is vocalizing a text and you try to pause the process, in Mozilla Firefox under an environment with Ubuntu operating system, the pause action is not working, the cancel action does work, but the pause action does not, so apparently there is a problem in pausing the queue.
Also the resume action could be affected? We don't know since the pause action doesn't work and we don't know if we can resume a paused audio.

Did you test this? If so, how?

Current confg:

  • Toshiba satellite with Ubuntu 24.04 LTS / x86_64
  • Amazon workspace with Ubuntu 22.04 LTS / x86_64

Running the Mozilla Firefox browser in its latest version (130.0), open the developer tools console, and execute the following process:

const synth = window.speechSynthesis;

const utterThis = new SpeechSynthesisUtterance('Its the start of the school year, and thus the start of a fresh round of discourse on generative AIs new role in schools. In the space of about three years, essays have gone from a mainstay of classroom education everywhere');

synth.speak(utterThis);

wait one second before pausing

synth.pause();

the audio should pause but it is not pausing.

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

No response

Do you have anything more you want to share?

No response

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis

MDN metadata

MDN page report details
  • Query: api.SpeechSynthesis
  • Report started: 2024-09-10T15:22:32.878Z
@queengooborg queengooborg added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Sep 11, 2024
@stof
Copy link
Contributor

stof commented Sep 16, 2024

this issue tracker is not the place to report browser bugs. You should report it to the Firefox issue tracker at https://bugzilla.mozilla.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

No branches or pull requests

3 participants