F
Filament2mo ago
aksh

text to speech not working on chrome,safari and opera browser.it'sonly working on firefox

my code Livewire.on('display-sound', (response) => { if ( 'speechSynthesis' in window ) { const to_speak = new SpeechSynthesisUtterance('Hello world!'); speechSynthesis.cancel(); speechSynthesis.speak(to_speak); } else { alert('not supported'); } });
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?