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

boundary event doesnt fire on Chrome. #267

Open
naveedahmed1 opened this issue Mar 6, 2024 · 2 comments
Open

boundary event doesnt fire on Chrome. #267

naveedahmed1 opened this issue Mar 6, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation vendor This issue can only be resolved by the browser vendor

Comments

@naveedahmed1
Copy link

[x] I have read the FAQ section and have checked
that none of it describe the issue I'm about to report.

Describe the bug
The boundary event doesnt fire on Chrome whereas its working perfectly on Edge.

To Reproduce

EasySpeech.speak({
  text: myText,
  voice: myVoice, 
  pitch: 1,
  rate: 1,
  volume: 1,
  // there are more events, see the API for supported events
  boundary: event => {
    console.log(event);
  },
  end: event => {
    this.startIndex = null;
    this.endIndex = null;
  }
});

Expected behavior
It should work properly across the browers.

Desktop (please complete the following information):

  • OS: Windows
  • Browser Chrome
  • Version 122.0.6261.95
@jankapunkt
Copy link
Member

@naveedahmed1 thank you for reporting! From what I see this is a Chrome Bug that has not been fixed yet: https://issues.chromium.org/issues/40715888

@jankapunkt jankapunkt added vendor This issue can only be resolved by the browser vendor documentation Improvements or additions to documentation labels Mar 13, 2024
@naveedahmed1
Copy link
Author

Thanks @jankapunkt, yes you are right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation vendor This issue can only be resolved by the browser vendor
Projects
None yet
Development

No branches or pull requests

2 participants