Click here to Skip to main content
15,915,094 members
Home / Discussions / C#
   

C#

 
Question[Message Deleted] Pin
Michael Smacks12-Nov-09 8:46
Michael Smacks12-Nov-09 8:46 
QuestionHow to convert Dialogic .vox to .wav using c# or vb Pin
bruze12-Nov-09 8:45
bruze12-Nov-09 8:45 
AnswerRe: How to convert Dialogic .vox to .wav using c# or vb Pin
Christian Graus12-Nov-09 9:17
protectorChristian Graus12-Nov-09 9:17 
QuestionListView or not? Pin
Blubbo12-Nov-09 8:28
Blubbo12-Nov-09 8:28 
AnswerRe: ListView or not? Pin
Saksida Bojan12-Nov-09 8:41
Saksida Bojan12-Nov-09 8:41 
GeneralRe: ListView or not? Pin
Blubbo13-Nov-09 3:10
Blubbo13-Nov-09 3:10 
Questionhow to get the recognized phoneme in SAPI [modified] Pin
Xelalem12-Nov-09 7:49
Xelalem12-Nov-09 7:49 
AnswerRe: how to get the recognized phoneme in SAPI Pin
Elgimas14-Nov-09 12:12
Elgimas14-Nov-09 12:12 
Simply reading out the recognized phonemes will not help you. The phoneme recognition in dictation is not 100% fixed. The recognised phonemes depend a lot on assumptions made by the engine on which words and thereby which (sometimes very similar) phonemes make the most sense in the context (see SpeechPartOfSpeech
list). If you make a little program that displays you all the OnHypothesis events of SAPI or displays the alternate recognitions you get a little taste of what's going on inside the engine. So even when you read out the phonemes, they will still represent whatever English words the engine thinks might fit at the time as it has no idea about Amharic. The results for dictation in Amharic will most likely be useless.

The command mode works very different from the continuous dictation mode. It has a very small number of possible results, so it tends to work quite well when you feed it with a different language. The several hundred thousand possibilities in free dictation are quite a different thing...

If you want good results, I'm afraid you need to make your own engine (see the sample code in the SDK). That's a lot of work you have ahead of you... Good luck!

PS: The only way I know how to get the phonemes is to let the recognised phrase run through the TTS engine after recognition which obviously doesn't help with your problem...
GeneralRe: how to get the recognized phoneme in SAPI Pin
Xelalem15-Nov-09 6:00
Xelalem15-Nov-09 6:00 
GeneralRe: how to get the recognized phoneme in SAPI Pin
Elgimas19-Nov-09 15:52
Elgimas19-Nov-09 15:52 
QuestionMultiple inheritance.. Pin
kumar sanghvi12-Nov-09 7:33
kumar sanghvi12-Nov-09 7:33 
AnswerRe: Multiple inheritance.. Pin
Abhishek Sur12-Nov-09 8:03
professionalAbhishek Sur12-Nov-09 8:03 
AnswerRe: Multiple inheritance.. Pin
Christian Graus12-Nov-09 9:24
protectorChristian Graus12-Nov-09 9:24 
AnswerRe: Multiple inheritance.. Pin
PIEBALDconsult12-Nov-09 9:37
mvePIEBALDconsult12-Nov-09 9:37 
AnswerRe: Multiple inheritance.. Pin
Shameel12-Nov-09 22:42
professionalShameel12-Nov-09 22:42 
GeneralRe: Multiple inheritance.. Pin
Paulo Zemek13-Nov-09 2:02
Paulo Zemek13-Nov-09 2:02 
Questionhow to find list of all the url tabs of IE presently running (multiple tabs) its name as application for each find cpu usage? Pin
namratabuddhadev12-Nov-09 6:58
namratabuddhadev12-Nov-09 6:58 
AnswerRe: how to find list of all the url tabs of IE presently running (multiple tabs) its name as application for each find cpu usage? Pin
The Man from U.N.C.L.E.12-Nov-09 9:43
The Man from U.N.C.L.E.12-Nov-09 9:43 
AnswerRe: how to find list of all the url tabs of IE presently running (multiple tabs) its name as application for each find cpu usage? Pin
Shameel12-Nov-09 22:46
professionalShameel12-Nov-09 22:46 
QuestionUrlEncode Problem Pin
snouto12-Nov-09 6:55
snouto12-Nov-09 6:55 
AnswerRe: UrlEncode Problem Pin
Abhishek Sur12-Nov-09 7:00
professionalAbhishek Sur12-Nov-09 7:00 
AnswerRe: UrlEncode Problem Pin
Shameel12-Nov-09 7:30
professionalShameel12-Nov-09 7:30 
AnswerRe: UrlEncode Problem Pin
Luc Pattyn12-Nov-09 7:39
sitebuilderLuc Pattyn12-Nov-09 7:39 
QuestionHow to capture screenshot of a web site in unattended mode? Pin
kskarun12-Nov-09 6:03
kskarun12-Nov-09 6:03 
AnswerRe: How to capture screenshot of a web site in unattended mode? Pin
Abhishek Sur12-Nov-09 6:57
professionalAbhishek Sur12-Nov-09 6:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.