0

I am trying to build a mobile application that help non-English speaking students learn English

and I am using the HTML5/CSS3/JavaScript/Cordova/jQuery/jQuery mobile

Example -

The user clicks on the word "tiger" and it will say "tiger"

What is the best way to do that? Thanks

user979431
  • 347
  • 2
  • 3
  • 10

2 Answers2

1

I have used the following jQuery plugin in the past and it works great for this.

http://www.jtalkplugin.com/

James
  • 702
  • 2
  • 15
  • 39
1

Technology you need is called text to speech or TTS. Try searching TTS for phonegap

Few links regarding TTS for phonegap

Cordova Speech Plugin (iFlytek Voice Cloud)

org.apache.cordova.plugin.tts

Stakeoverflow Phonegap TTS Plugin Android not working

Community
  • 1
  • 1
AtanuCSE
  • 8,832
  • 14
  • 74
  • 112