Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  The Java Speech API, Part 1
Subject:   jsapi, PocketSphinx, mobile phone - newbie
Date:   2009-10-13 02:52:47
From:   johnyjj2
[Avatar]
2009-10-12 22:00:01 CEST


Hello :-)!


I need to create application for mobile phone which communicates with the user (it requires speech recognition) and creates some data based on this talk. Then it should send this file to server.


I've just read jsapi guide and I thought about using this jsapi but there are some problems (my language is not so popular so it may be unsupported, I don't see any info about creating acoustic model for new languages and I don't see any way to specify order of sounds in the words based on informations from this jsapi guide).


I've got two ideas how to do it:


1) MIDlet which involves jsapi and then sends data with the use of httpconnection POST to TomCat server (I have already developed some code)


2) mobile phone with Symbian which involves PocketSphinx (I guess maybe I should abandon that first idea and learn from beginning how to create programs for Symbian)


In general I've spent much time on reading about speech recognition (you can simply look for my topics in the internet by typing "johnyjj2 speech" on google to see results of my research) and I still don't have anything and it pisses me off.


Can you tell me which way (1) or (2) would be better, please? And suggest any materials connected with (2) if this one would be better choice, please (preferably code of applications which use it, I didn't see in pocketsphinx-0.5.1.zip any examples which would help me in my project)?


I would be very grateful for any help from you :-)


Greetings :-)!