https://github.com/dyadica/kinect_speech_wf
Kinect SDK 1.8 Speech Recognition in a WinForm App
https://github.com/dyadica/kinect_speech_wf
Last synced: 3 months ago
JSON representation
Kinect SDK 1.8 Speech Recognition in a WinForm App
- Host: GitHub
- URL: https://github.com/dyadica/kinect_speech_wf
- Owner: dyadica
- Created: 2014-05-31T20:00:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-01T13:37:39.000Z (about 11 years ago)
- Last Synced: 2025-01-21T19:26:28.798Z (5 months ago)
- Language: C#
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kinect_Speech_WF
================Kinect SDK 1.8 Speech Recognition in a WinForm App
This project is a Windows Form example of Kinect based Speech Recogintion. The app demonstrates the use of my SpeechManager class which wraps the required basic functionality for performing Speech Recognition. The class can also be added and/or used in a WPF application if you so wish.
Required Components and/or SDK:
Microsoft Kinect SDK 1.8: http://www.microsoft.com/en-us/kinectforwindowsdev/Downloads.aspx
Microsoft Speech SDK v11: http://www.microsoft.com/en-us/download/details.aspx?id=27226
Credit & Kudos:
The code is based on that which can be found within the MS Kinect for Windows Developer Toolkit 1.8 which is available at the same location of the SDK.
Notes:
If you are running the example via XML, please ensure that your required grammar file is present at the location detailed within Form1.cs. It should be copied their on run/debug.
More information on the Speech SDK can be found via:
http://msdn.microsoft.com/en-us/library/dd266409%28v=office.14%29.aspx
================
Enjoy :)