I have made a little webpage (and app) in javascript for people with a mental retardation. There are some images to click on. When they do so, they hear a voice saying some text. Now I want to prevent them clicking before the voice has ended…
Has anyone ever tried responsivevoice.js without an internet connection in Windows 10 with Google Chrome browser?
I tried responsivevoice.js can run smoothly without using internet connection in OS X (Macbook), but it does not occur in Windows 10…
There isnt much information on http://responsivevoice.org about isPlaying().
Here is what I tried which isnt working. I do not get the console.log().
setInterval(function(){ // continuously check if the audio is being played
…
I'm making a database query and need to pronounce a text when the row is equal to 'llamar.' However, sometimes it doesn't play, or when it's playing, it cuts off and starts playing again. The text is returned to me by the SQL Server procedure…
I have a site that is using the Responsivevoice API, a type of Textspeech, which meets the following JS: https://code.responsivevoice.org/responsivevoice.js
I want him to read texts in Japanese, which have furigana (small texts that help the reading…
I am building an app, when I click the card it flip and also generate a random word. Then I hover the random word. The program is calling responsiveVoice api, passing the parameters and it speaks the word. My issue here is this only works for the…
As per the documentation my page has to contain
I would like to avoid hardcoding my API key into index.html and to keep it in a separate file. I tried…
I need to play some text and ONLY THEN perform the following actions (e.g. hiding the "pause" and "stop" buttons), but they are hidden IMMEDIATELY when I start playing the text. Simplified situation - see code.
Many thanks for the…
I use Responsive voice (text to speech) and I have created some simple data in an array and I loop over it with a promise but when I'm putting the resolve in the method onend of Responsive voice it is not the end of voice and it calls the next data.…
I use responsiveVoice to call the que but when I want to call the same old que again it have no sound cause I push the same value to my realtime database in firebase that I subscribe to the static path.
But if I update to new value or something it…
While using Google Chrome, the function is working fine i.e all error messages are speaking out when button triggered as I given, but when using Internet Explorer or Firefox it starts validation from downside and that too one by one, but it is…
I am working on my text to speech app made in html css and javascript. It works on desktop and tablet or smartphone. It's made for people with intellectual disability. I use responsivevoice for the TTS.
When testing it in android tablet and…
I need to use a text to speech library. I decided to use https://responsivevoice.org/ . The integration is fairly easy, however, since my project uses GWT it is - obviously - not so straight forward.
Here is my java code that is a minimal proof of…