Java Speech API - if needed, find more details at http://en.wikipedia.org/wiki/Java_Speech_API

learn more… | top users | synonyms

0
votes
1answer
18 views

Error about uudecode when trying to extract jsapi.jar in sphinx4

I am trying to setup environment for sphinx4 in Ubuntu 12.04. While extracting JSAPI.JAR in lib directory from terminal I get following error: when trying to accept the BCL : Accept (y/n)?: y x - ...
-6
votes
0answers
11 views

does iqiyi video has api..pls help me if anyone knows about it. I have control the video iqiyi [closed]

var videoUrl = $(this).attr('video-url-data'), video = '<embed id="myvideo" src="'+ videoUrl +'" quality="high" width="100%" height="100%" align="middle" allowScriptAccess="always" ...
2
votes
0answers
37 views

Recognizer allocate Null Pointer Exception

I am trying to convert Speech to Text and im having no luck, I imported the JSAPI jar into my project but when I run my Script I get: ava.lang.NullPointerException at ...
0
votes
1answer
79 views

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, ...
0
votes
1answer
29 views

Spidermonkey: implementing “this”?

I have spidermonkey setup to create objects from custom classes. For instance, in a script i can say... var d0 = new MyDog(); ...and on my app's C++ side a Dog object is created and stored. What I ...
-2
votes
0answers
30 views

Unable to find voice kevin16 after including the libraries [closed]

I am getting exception in voice.allocation(); my code is like this: VoiceManager vm = VoiceManager.getInstance(); voice=vm.getVoice("kevin16"); voice.allocate();
0
votes
1answer
63 views

Reuse an AngularJS template between page views for the same route

I am using a third party JS API that creates an object attached to an html element on my angular template. Each time the template is loaded I want to reuse the object already created and reattach it ...
0
votes
1answer
56 views

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 ...
0
votes
0answers
43 views

Custom legend options in JSAPI

I am new to JSAPI. I am trying to implement combo chart (link). I am in the need to change the position of the legend that is respect to the line in the chart. In the above example, Average is the ...
0
votes
0answers
68 views

how to get companies id from linkedin jsapi

i was trying to get companies id from linkedin using jsapi,iam using below url "/company-search:(companies:(id,name))?keywords=ibm%20oracle%20infosys" i got ids of some other companies ...
0
votes
1answer
81 views

How to search people in linkedin for multiple companies

Is that possible to search peoples for multiple companies at a time using linkedin jsapi iam using below url for searching its giving zero people "/people-search:" + ...
1
vote
2answers
140 views

Why does JS code “var a = document.querySelector('a[data-a=1]');” cause error?

I've an element in the DOM: <a href="#" data-a="1">Link</a> I want to get this element via its HTML5 custom data attribute data-a. So I write JS codes: var a = ...
0
votes
1answer
121 views

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. <script ...
0
votes
0answers
83 views

StackOverflowError when calling RuleGrammar.listRuleNames() using Sphinx

I am using Sphinx to parse grammar files. I have a function that loads all the grammar files. This function is called at the start of the program and every time the user requests a reload. When ...
0
votes
1answer
134 views

How do you retrieve tags from JSGF grammars using sphinx?

I have written an application in Java that utlizes the CloudGarden API to parse JSAPI grammars, return tags from the grammar rules and then process these tags accordingly. The issue with the ...
1
vote
0answers
75 views

Post og.likes removes query string parameters

I am using FB.api to post a og.likes action, but I'd like to append tracking code to the URL, and Facebook removes the additional query string parameters, and the URL is the same as the HTML meta ...
2
votes
2answers
85 views

linkedin jsapi - people search with keywords ORed not ANDed

Is any ability to make a search using ORed parameters inside the keywords? For instance, the request below fetching the 1st level connection with ANDed keywords - javascript, extjs, java. ...
1
vote
1answer
500 views

How to get TTS (Text To Speech) working in java netbeans?

I am trying to get a TTS working in netbeans for java. I have unzipped the JSAPI files and added the following jars to the library cmu_us_kal.jar cmulex.jar en_us.jar freetts.jar cmulex.jar ...
0
votes
1answer
320 views

Java Speech API:javax.speech.Central missing in my jar file

I am having a bit of a problem using the Java Speech API.I downloaded the jar containing the required classes from sourceforge but when I included it in my application to convert text to speech,I ...
0
votes
1answer
33 views

Leakdetector reports leaks once firebreath test page activex is shutdown

I compiled Firebreath with the leakdetector option enabled. The scenario is loading the test page , clicking a links on the page and closing the tab and browser. The leakdetector then collects all the ...
0
votes
0answers
68 views

error building jsapi:sphinx helloworld program [closed]

when i'm trying to build jsapi1.0 im following these steps: Obtaining the JSAPI binary is as simple as unpacking the jsapi.jar file in the lib directory: UNIX-like Systems (including Linux, MacOSX, ...
0
votes
1answer
84 views

sphinx4 raw Lattice demo

I have just one simple question about sphinx raw lattice demo (with all of the other Java files that go with it). Does the program scan the audio file and print out what it thinks the audio file is ...
0
votes
2answers
178 views

Load RSS/XML feed with ember.js via google jsapi

I am trying to get an XML feed into my app via google jsapi and i get so close but just am at the head banging stage with this error. Uncaught Error: Cannot perform operations on a Metamorph that is ...
0
votes
0answers
239 views

Effective Voice to text conversion in JAVA [closed]

I am looking for a Voice to text API in the JAVA. There are several options i have looking for but most of them are recognizer which allows only seek of predefined keywords (defined in grammar files) ...
0
votes
2answers
1k views

How to bring 3D effect in google chart?

In google chart, for pie-chart it is easy to bring 3D view by just adding 'is3D':true. But how we can able to get 3D effects for bar, column & combo charts, shown in this demo
2
votes
1answer
228 views

CMU Sphinx4 phoneme dictation

How can I configure sphinx4 to be able to detect only phonemes in a dictation? I've already read about partial results "You can control how often the result listener is fired by setting the ...
0
votes
2answers
63 views

Best practice to combine different Javascript SDKs callbacks

I've came across this situation a few times before and always found a tricky way to make it work but I'd like to know if there's a best practice for that: Sometimes you have to use several javascript ...
1
vote
1answer
265 views

Javascript crashing silently with google jsapi

I just tried to get this example code to run in my site. I put all the JS in its own function. When I don't call the function the page loads fine, but of course it doesn't show the pie chart. When ...
0
votes
2answers
228 views

How to use the image generated by Javascript at server side C#?

I am following this tutorial. http://www.battlehorse.net/page/topics/charts/save_google_charts_as_image.html This is the demo page. ...
0
votes
0answers
222 views

dragon naturally speaking jsapi

I am trying to write a command control program using Dragon Naturally Speaking 11 and Java. My goal is to recognize a phrase, and convert it to a string so I can use it in my Java program. I ...
1
vote
0answers
182 views

Trigger click on linkedin javascript auth button doesn't work in ios and android (at least)

I'm trying to create a trigger for the linkedin button generated by the js api. It works perfect in desktop browsers but on mobile browsers (ios, android browser) it doesnt work. Here is the code: ...
0
votes
0answers
119 views

bind click class selector it fires the function multiple times

I am writing some php code and jquery to make it a bit live. I have a cell table which I click to show a div. The html is something like: <table> <tr id="line-157"><td id="cell1-157" ...
1
vote
1answer
3k views

Custom CSS for Google Custom Search Engine

How can I customize CSS for Google Search Engine. Currently I use a theme: <script src="http://www.google.com/jsapi" type="text/javascript"></script> <script ...
0
votes
1answer
320 views

jQuery CDN | via JSAPI or direct CDN Load?

What is better to load? <script type="text/javascript" src="http://www.google.com/jsapi"></script> <script type="text/javascript"> google.load("jquery", "1.7.2"); ...
1
vote
2answers
493 views

Text to Speech(TTS) JAVA API for mobile/blackberry applications

I'm developing the blackberry app, and in that I want to implement TTS (Text-to-Speech) functionality. I have seen JSAPI, it looks like it requires synthesizer engine. So considering the mobile based ...
0
votes
1answer
4k views

Include jsapi google on local machine, not from google.com

I would like to know if it is possible to download and include the jsapi library, but not hosted by google.com, hosted on my local machine. Because it's possible that my project can not have access to ...
0
votes
1answer
189 views

Google visualization: how to provide user search on a DataTable object?

I have a DataTable object that contains all the data for a Table visualization. I want to provide a search facility for users of the table, filtering the rows from the Table based on the search ...
0
votes
2answers
758 views

Runtime Error - JSAPI HelloWorld Program

While running basic HelloWorld program using JSAPI, it is showing error "java.lang.NullPointerException at HelloWorld.main(HelloWorld.java:11)" Following is the code: import javax.speech.*; import ...
0
votes
0answers
243 views

Using freeTTS to convert spoken word to text

I have got the hello world version of free tts running. Now, I want to make a small application that allows me to say something to the application . The application should print whatever I say as text ...
2
votes
2answers
329 views

Will Google throttle attempts to obtain user location using client-side jsapi calls?

I installed this JavaScript project which attempts to obtain the user's geolocation using client-side JavaScript. https://github.com/codejoust/session.js/ The default mechanism for the location ...
0
votes
1answer
414 views

Using Google JSAPI breaks my infieldlabel javascript, why and how do I fix it?

I currently have a site that both needs JSAPI and infieldlabels javascript. I have the following code: <script type="text/javascript" ...
0
votes
1answer
1k views

recognizing all english words using sphinx4

I have a problem in recognizing all english words using sphinx4. I added all the english words starting with letter 'A' to my grammar file in java and tried to run it. First time it gave me the error ...
-1
votes
1answer
65 views

Why is it impossible to grab jsapi and fonts from google services?

I'm just trying to know why we can't download fonts from google & jsapi from google Is that a legal issue ? Thanks
0
votes
1answer
93 views

Enumerate all properties in Mozilla JSAPI

I want to programmatically list all properties of JS object from C++ code (I am using Mozilla's JSAPI). I know I can go up the prototype chain with JS_GetPrototype, then enumerate each object's own ...
3
votes
1answer
1k views

Google jsapi failed to load in Jquery Dialog

I'm trying to show a Chart from google visualization api into a jQuery dialog that load the content from another page, but I receive a javascript error that said 'google is not defined' when try to ...
0
votes
1answer
663 views

youtube video not loading by id

i get the code from code playground http://code.google.com/apis/ajax/playground/?exp=youtube#change_the_playing_video i dont know why it's not working in my pc '<head> <meta ...
1
vote
0answers
87 views

can JSAPI work to get count the decibel from voices?

I am new here and also to Java.. I am currently working on a program to count the decibel value of a human voice. I have the idea to get the waveform then count the decibel. But I am now confused in ...
11
votes
6answers
12k views

google charts api and jquery problem

Hey guys. I've got really weird problem here I'm trying to use google charts API. I also use jquery. I've got several functions that instantiate various charts. So - when I simply call them without ...
2
votes
4answers
485 views

JQuery - getScript opens in a new tab

i have a "imho" strange problem with the jquery getScript function. $.getScript('jquery_ui.js', function (){}); // this code works fine <script type="text/javascript" ...
1
vote
0answers
184 views

Silverlight JS API - loading a XAP on demand?

I have a hybrid javascript/Silverlight web app where I am using CreateFromXaml() to build a silverlight DOM from JS. Now I am trying to instantiate a new Control that lives in an external XAP file ...

1 2