Relative Content

Tag Archive for nuxt3.jsspeech-synthesiscomposable

I am not able the call a speechSynthesis function in a composable in nuxt 3

I am trying to call a function containing SpeechSynthesis and the function is contained in a nuxt3 composable. I want to call it from a simple button click but I don’t hear anything.
The composable function runs ok when i just call it ie mySpeak() and the button click runs a simple function but I cant combine the two. I have tried many ideas but to no avail