Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
Hello :)

I'm trying to convert an input voice file to animation

I use some enemies like a man, a woman and a child

and want to make the man animate when a man voice starts at the voice file for example

is that possible ?

I use C#.Net and ASP.Net

thanks in advance : )
Posted

1 solution

you can use inbuild audio to text converter although that is not perfect in WPF. you have to create grammer as well. so after identifying the voice text you can play animation. In WPF you can create 3D animation as well. You can take idea from http://www.c-sharpcorner.com/uploadfile/nipuntomar/speech-to-text-in-wpf/[^]
 
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