spiche/final
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
KinectAudioDemo - READ ME Copyright (c) Microsoft Corporation. All rights reserved. ============================= OVERVIEW ............................. This module provides sample code used to demonstrate how to perform speech recognition on audio captured from a Kinect device, by integrating KinectAudioSource functionality with the Microsoft Speech SDK. Visualizations of sound wave and sound source direction are shown in application UI. Recognized text is also shown, together with its associated recognition confidence. ============================= FILES ............................. - App.xaml: declaration of application level resources - App.xaml.cs: interaction logic behind app.xaml - MainWindow.xaml: declaration of layout within main application window - MainWindow.xaml.cs: NUI and speech initialization, processing and display code ============================= DEVELOPER PREREQUISITE ............................. - Speech Platform SDK (v11) http://www.microsoft.com/download/en/details.aspx?id=27226 ============================= OPENING IN VISUAL STUDIO ............................. 1. Launch Start/All Programs/Microsoft Kinect SDK v1.0/Kinect SDK Sample Browser (Start -> typing "Kinect SDK" finds it quickly) 2. In the list of samples, select this sample. 3. Click on "Install" button. 4. Provide a location to install the sample to. 5. Open the Solution file (.sln) that was installed.