Answered Programming help for kinect

  • Tuesday, April 24, 2012 3:32 PM
     
     

    I am new to programming on kinect and I am trying to utilize the audio capabilities inside the kinect. I want to make a program that can play or rewind a video depending on how loud it is in a room.  I want it to work like this:

    if(sound threshold > a certain amount)

    {

    Play video clip

    }

    else if(sound threshold < a certain amount)

    {

    Rewind video clip

    }

    I just need to know the proper syntax for testing sound thresholds so I can make it do what I want.

    Also what video types are best to use in Visual studio.

    Thanks

All Replies