hi guys!
I'm Hadi, and i'm a student of bsc computers,for my final
project i have choosen the
project called phone reader for mobile,which
captures the image from the text through camera
and reads the captured text
out,
please help me with choosing the plat form for my project for the both
the parts
1.image capture
2.text to speech conversion
for the
second part i know about ms speech sdk and festival for linux,
but don't
know which one is easier and more efficient to use...
pleaseeee help
me,
Loading
Bechir BejaouiPosted Mar 2, 2009, 4:08 PM
.Net framework standard is for software websites
.Net framework compac for small devices
.Net framework micro for microcontrollers and chipsets
carle laiPosted Sep 22, 2009, 11:03 PM
.Net framework standard is for software websites
.Net framework compac for small devices
.Net framework micro for microcontrollers and chipsets
hadi shayestehPosted Mar 23, 2009, 12:40 PM
does anyone know any speech SDK which works with .Net Compact?
can we develope a .net compact application using Microsoft Speech SDK?
thanks
hadi shayestehPosted Mar 23, 2009, 12:40 PM
does anyone know any speech SDK which works with .Net Compact?
can we develope a .net compact application using Microsoft Speech SDK?
thanks
Bechir BejaouiPosted Mar 9, 2009, 10:14 AM
hadi shayestehPosted Mar 3, 2009, 5:15 AM
i got the .NET Compact Framework 1.0 SP3 Redistributable
do you know any source which can help me for writing this application?
thanks for help mate
Bechir BejaouiPosted Mar 2, 2009, 10:37 AM
hadi shayestehPosted Mar 2, 2009, 3:54 AM
but the thing is i need to make it work for mobile phones....can you guide me how i can do it?
and secondly the link for MS Speech 5.1 is not working but i already have the ms sdk V.1 is it working the same?
or is different?
thank you very very much for helping me
Bechir BejaouiPosted Mar 1, 2009, 3:39 PM
1)For the image catching , here are my articles about the issue
http://www.c-sharpcorner.com/UploadFile/yougerthen/810262008070218AM/8.aspx?ArticleID=ff4fcbec-be17-45ee-9a84-556c5a2107a7
http://www.c-sharpcorner.com/UploadFile/yougerthen/610262008064756AM/6.aspx?ArticleID=3b8493c1-f275-49bb-814b-b1269c0a3178
You can use a camera instead of the webcam its pretty the same
2) For the text to voice
First download this SDK
http://www.bumpersoft.com/Utilities/Voice_Recognition_and_Text_To_Speech/Review_9426_index.htm
then add the name space SpeechLib and use this code
SpVoice voice = new SpVoice();
voice.Speak("Hello how are you", SpeechVoiceSpeakFlags.SVSFDefault);