webvium / issues

The Project Webvium issues tracking repository.
https://mrepol742.github.io/webvium
1 stars 0 forks source link

SpeechSynthesisUtterance not working #34

Open mrepol742 opened 1 year ago

mrepol742 commented 1 year ago

Hello World

It is not possible for me to solve this issue.

Please temporarily use this js api.

let webvium = Webvium;

if (!(webvium === undefined)) {
    webvium.textToSpeech("Hello World");
} else {
    /*
     * Use speech synthesis utterance here
     */
}