Skip to content

abardam/CICP-VoiceSports

Repository files navigation

VoiceSports

The main solution file is in VoiceSports/

config.h

Modify config.h.in to create config.h.

Current settings:

  • _USE_KINECT: define this in order to make use of Kinect functions.

KinectRead

This project contains methods for reading input from the Kinect v2. In order to use this, you need the Kinect v2 SDK. You may be unable to install it if you are on Windows 7 or lower. I will provide a workaround with dummy functions.

After installing the SDK, the environment variables KINECTSDK2_INCLUDE and KINECTSDK2_LIB must be set to the proper paths. (Default: .../Program Files/Microsoft SDKs/Kinect//inc/, .../Program Files/Microsoft SDKs/Kinect//Lib/)

Speech recognition

Setup

  1. Install python
  2. Add python directory into your PATH environment ((how)[http://windowsitpro.com/systems-management/how-can-i-add-new-folder-my-system-path])
  3. Open command window and type python to make sure python has been configure correctly.
  4. Run the following commands on command window:
python -m pip install pyaudio
python -m pip install ws4py==0.3.2
python -m pip install git+https://truongdq@bitbucket.org/truongdq/python_kaldi_client.git
python -m pip install SpeechRecognition
python -m pip install requests
  1. Run Tools/ASR/simple-asr.py (double click or run from a command window)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published