Questions tagged [jsapi]

The Java Speech API (JSAPI) is an application programming interface for cross-platform support of command and control recognizers, dictation systems, and speech synthesizers.

The Java Speech API (JSAPI) is an application programming interface for cross-platform support of command and control recognizers, dictation systems, and speech synthesizers. Although JSAPI defines an interface only there are several implementations created by third parties, for example FreeTTS.

Wikipedia article: http://en.wikipedia.org/wiki/Java_Speech_API

116 questions
0
votes
1 answer

JS_EvaluateScript with scope chain

I saw example code on spider monkey site , JS_EvaluateScript always refer to global scope object , If I would like to create scope object which the parent is global scope , this will work ? JS_EvaluateScript (cx , scope_obj, ... ) scope_1 ----has…
Denny
  • 449
  • 4
  • 17
0
votes
1 answer

Google Maps API V3 - Label Fusion Tables polygons by employing InfoBox

I'm trying inside Google Maps API V3 to Label Fusion Tables polygons by employing InfoBox, for this I use example from http://www.geocodezip.com/geoxml3_test/v3_FusionTables_zipcode_map_whiteBg.html, but code (as shown below) do not display…
Darko J
  • 115
  • 1
  • 2
  • 14
0
votes
1 answer

Sphinx Lexical Error parsing grammar file

I have been making a speech recognition program in Java just to see how it works. It was all working completely fine up until a day ago. I have no idea what happened as I didn't change anything in my code. As it is coming up with a lexical error I…
Kezz
  • 1,680
  • 3
  • 19
  • 37
0
votes
1 answer

Webfont Loader & Google JSAPI Cannot load together?

I'm not sure why, though getting a similar issue. Trying to load in a font from fonts.com with webfontloader so I can call functions after they're loaded.
fahreit
  • 19
  • 2
-1
votes
1 answer

jsapi distinguish speaker from another one

I'm developing an application where authentication is made with the voice of a user. So it has to be possible to distinguish the users. I know MARF should me a possible SDK, but it's kind of old, so I was wondering of JSAPI can be used for this.…
user1008531
  • 491
  • 2
  • 8
  • 17
1 2 3 4 5 6 7
8