Click here to Skip to main content
15,887,585 members
Please Sign up or sign in to vote.
2.00/5 (4 votes)
See more:
Sirs,

How to match the content of the textbox with the winamp voice file?
Posted
Updated 22-Feb-11 13:03pm
v3
Comments
Richard MacCutchan 22-Feb-11 7:51am    
This question is not clear, what text are you trying to match?
Sunasara Imdadhusen 22-Feb-11 8:17am    
Not clear!!

1 solution

It would probably be easier to convert the voice file to text using the Speech SDK[^]. (There are a couple of links in the thread linked to above) and then use a Soundex algorithm for the comparison. See Soundex Implementation in C# and VB.NET[^].

Trying to do it the other way round would be horrendous.
 
Share this answer
 
Comments
Nish Nishant 22-Feb-11 18:08pm    
Good answer, voted 5.

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