Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i want to develop one application in wpf where when i say something like "hello" then its sound graph will generate then i want to get the graph of hello word of standard speech provided speech.dll...
can any one help me in this concern ...i dont khonw how to deal with this concept..
Posted

Check out the links that I have given in this question's answer : Audio recording in WPF along with its comparison[^]

Good luck.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 9-May-11 21:49pm    
Good reference, a 5.
--SA
Tarun.K.S 10-May-11 2:33am    
Thanks SA!
Here are some of the things you'll need to contend with:

You need to be able to use the microphone to get the sound in.
You need to be able to record the sound file.
You need to translate the sound file to a set of point data for displaying in a graph.

I would recommend that you read up on, and get a thorough understanding of, DirectShow.
 
Share this answer
 

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