markftwain
Technical User
- Jul 12, 2006
- 108
Hi experts,
Is it possible under C# and WPF to:
1. train the speech recongition engine on a specific word from a WAV file, and
2. having the speech recongition engine return the atomic word with which it hears with the correct lexicon for an XAML document?
For example, as a single user (me), I wish to tell the engine that my prerecored WAV file has ONLY my pronunciation of "one" (which I repeated a hundered or so times). I am trying to associate the sounds it actually receives from the WAV file with the text word of "one". Once it has built up its lexicon of how I am pronouncing one, then let me get the word the way it sees it and add that word to my grammar dictionary for future reference.
Any hints on how to do this?
Thanks in advance.
Is it possible under C# and WPF to:
1. train the speech recongition engine on a specific word from a WAV file, and
2. having the speech recongition engine return the atomic word with which it hears with the correct lexicon for an XAML document?
For example, as a single user (me), I wish to tell the engine that my prerecored WAV file has ONLY my pronunciation of "one" (which I repeated a hundered or so times). I am trying to associate the sounds it actually receives from the WAV file with the text word of "one". Once it has built up its lexicon of how I am pronouncing one, then let me get the word the way it sees it and add that word to my grammar dictionary for future reference.
Any hints on how to do this?
Thanks in advance.