Questions tagged [responsivevoice]

ResponsiveVoice.JS is a text to speech API.

ResponsiveVoice.JS is a text to speech API.

36 questions
1
vote
0 answers

How to use stopPropagation with text to speech?

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…
backnext
  • 249
  • 1
  • 2
  • 14
1
vote
1 answer

Responsivevoice.js can be used offline?

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…
bennysantoso
  • 1,213
  • 2
  • 12
  • 19
1
vote
3 answers

How can I activate ResponsiveVoice as soon as the page loads?

This simple code works fine when I click "Play" button:
Tum
  • 3,614
  • 5
  • 38
  • 63
1
vote
5 answers

Cant detect if responsiveVoice isPlaying()

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 …
Rahul Desai
  • 15,242
  • 19
  • 83
  • 138
0
votes
0 answers

How to play text-to-speech only if certain text is found in SQL response using JavaScript and ResponsiveVoice?

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…
Jxstinn
  • 1
  • 1
0
votes
0 answers

Responsivevoice API ignore tag reading

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…
0
votes
1 answer

Javascript array using responsiveVoice api

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…
QQ10
  • 139
  • 2
  • 9
0
votes
1 answer

ResponsiveVoice - avoid hardocoding API key into index.html

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…
Jirmed
  • 373
  • 2
  • 13
0
votes
1 answer

"onend" in ResponsiveVoice does not mean AFTER playing text?

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…
jarinek
  • 13
  • 3
0
votes
1 answer

I need a help for Responsivevoice

this code : responsiveVoice.speak('قلم','Arabic Male'); responsiveVoice.speak('قلم','Arabic Female'); not working without getting error
0
votes
2 answers

How is responsive voice js working with promise?

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.…
user3001046
  • 235
  • 1
  • 10
  • 28
0
votes
0 answers

I want to track event from realtime database or can delay function in Js

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…
0
votes
0 answers

Showing error messages from reverse side when using Internet Explorer or Firefox, but is fine with Google Chrome

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…
0
votes
2 answers

"This page wants to use speech" on android. How to disable it?

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…
backnext
  • 249
  • 1
  • 2
  • 14
0
votes
1 answer

Sound isn't played

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…
toom
  • 12,864
  • 27
  • 89
  • 128