Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi

What do I need to make a mobile application to type what you want to say and convert it to a PDF file or DOC file.

I mean : Typing without using keyboard.
Posted
Updated 27-Feb-13 9:10am
v2
Comments
DaveAuld 27-Feb-13 14:37pm    
So if you are not using a keyboard, you are either using Gesture's or perhaps Speech to Text converter?
Sergey Alexandrovich Kryukov 27-Feb-13 15:04pm    
I did it. From what I know, nearly hopeless, in fact. You can easily develop application recognizing few commands, but dictation... I would forget about it.
Maybe I'm unfamiliar with some more advanced products, I heard they exist, but never personally tried...
—SA
Sakura IK 4-Mar-13 13:40pm    
Thanks :)
Johirul Islam Tarun 28-Feb-13 0:22am    
I dont have like that, but I have solution for "Text to Spech"
Sakura IK 28-Feb-13 7:39am    
Thank u all

1 solution

I have never had to develop a speech recognition program but below are two sets of references for you to start your research.

Microsoft Speech Technologies
* System.Speech Programming Guide for .NET Framework 4.0[^]
* Microsoft Speech Platform[^]

Dragon Dictate software
* Dragon NaturallySpeaking
* Dragon Mobile Apps
* Google Search for more Dragon Dictate articles
 
Share this answer
 
Comments
Sakura IK 28-Feb-13 7:39am    
Thanks
Sergey Alexandrovich Kryukov 4-Mar-13 13:55pm    
Good links, my 5.

Unfortunately, Dragon software is proprietary and commercial. As to the engine which comes from Microsoft free of charge for OS users, I tries it a while ago. It is done using DictationGrammar, but the results were disappointing, practically useless. It worked reasonably well only with small grammars, with would be good enough for command-driven UI, but not for dictation.

So, my question is: did you try Dragon dictation? If you did, how was that?

—SA
Sergey Alexandrovich Kryukov 4-Mar-13 13:58pm    
Good links, a 5.
Unfortunately, Dragon software is proprietary and commercial.

As to the engine provided by Microsoft, free of charge for OS users, it is done with the DictationGrammar. I tried it a while ago; and the results was disappointing, practically hopeless.

—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900