Speech-based Video Control
-
Dear All; I have a newbie question, I need to implement a quick application which shows a video to a user. The user should be able to control the video via fairly simple speech commands (i.e. play, stop, go back, slow, fast). I have no clue where to start from, I have done some programming in MFC and Visual C++. Can anyone please provide advice, point articles ... ect, Please note that I need to implement the system as soon as possible so efficiency is not an issue. Any help will be appreciated Thanks
llp00na
-
Dear All; I have a newbie question, I need to implement a quick application which shows a video to a user. The user should be able to control the video via fairly simple speech commands (i.e. play, stop, go back, slow, fast). I have no clue where to start from, I have done some programming in MFC and Visual C++. Can anyone please provide advice, point articles ... ect, Please note that I need to implement the system as soon as possible so efficiency is not an issue. Any help will be appreciated Thanks
llp00na
As a starting point have a look at Microsoft Speech APIs[^]. This article[^] will be useful. For capturing and showing video, you can use DirectX. Checkout this[^] and this[^] about how to do it. I hope now you have enough stuffs to start. isn't it? ;) Sorry, i thought you want to capture the video and then show it. Just ignore it. Regards, Jijo.
_____________________________________________________ http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.
modified on Sunday, December 14, 2008 5:00 PM
-
As a starting point have a look at Microsoft Speech APIs[^]. This article[^] will be useful. For capturing and showing video, you can use DirectX. Checkout this[^] and this[^] about how to do it. I hope now you have enough stuffs to start. isn't it? ;) Sorry, i thought you want to capture the video and then show it. Just ignore it. Regards, Jijo.
_____________________________________________________ http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.
modified on Sunday, December 14, 2008 5:00 PM