ken107 / read-aloud

An awesome browser extension that reads aloud webpage content with one click
https://readaloud.app
MIT License
1.31k stars 227 forks source link

Azure voices setup fails #406

Closed lasombra closed 1 week ago

lasombra commented 2 weeks ago

After adding the correct region and key the following message shows up after pressing Save:

Test failed: azureTtsEngine is not defined

I used cURL to debug this issue and the endpoint and keys work.

I know almost to nothing of JavaScript and addon development, but I imagine the issue is here: https://github.com/ken107/read-aloud/blob/master/js/custom-voices.js#L258. It seems this is the only test that requires https://github.com/ken107/read-aloud/blob/master/js/tts-engines.js.