Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

62
Views
SpeechRecognition event listener on mac Safari

I am building an application using the Web API SpeechRecognition, but onspeechstart and onspeechend listener are not working. https://developer.mozilla.org/ja/docs/Web/API/SpeechRecognition

The version of Safari is 15.0.

The relevant code is as follows. The language is typescript (javascript).

const SpeechRecognitionrecognition = (window as any).webkitSpeechRecognition;
speechRecognizer = new SpeechRecognitionrecognition();
speechRecognizer.onspeechstart = () => {
  // Process when the user starts speaking
};
speechRecognizer.onspeechend = () => {
  // Processing when speech is finished
};

Are there any settings that are necessary to use these event listeners in Safari? If you know anything about it, I would appreciate it if you could let me know.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!