79781950

Date: 2025-10-03 16:02:09
Score: 0.5
Natty:
Report link

For this particular use case, I decided to give up on using the Web Speech API and instead combined the [Edge TTS Universal](https://www.npmjs.com/package/edge-tts-universal) library with Media Session API. On the plus site, the quality of many of the Edge-TTS voices is arguably much better than those of the Web Speech API. However, a downside is that the Edge-TTS is not instantaneous like the Web Speech API and Edge-TTS requires larger texts to be broken down into multiple smaller requests to the API.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Matt V.