Page 1 | Microsoft Introduction to audio stream Kinect for Windows Video Courses.

Slides:



Advertisements
Similar presentations
Signal Basics ELEC 309 Prof. Siripong Potisuk. What is a function? A rule of correspondence that maps or assigns to each element (x) of a given set A.
Advertisements

Page 1 | Microsoft Work With Depth Data Kinect for Windows Video Courses Jan 2013.
What’s New in Kinect for Windows v2 Click to add title
Verification of specifications and aptitude for short-range applications of the Kinect v2 depth sensor Cecilia Chen, Cornell University Lewis’ Educational.
Capturing Your Audience with Kinect
Kinect Development By: Richard Isely III. Outline What is the Kinect History ▫How it started ▫Microsoft Project The Components of the Kinect ▫What they.
KINECT REHABILITATION
Improvement of Audio Capture in Handheld Devices through Digital Filtering Problem Microphones in handheld devices are of low quality to reduce cost. This.
Wait, what? More than just technology catch-up. Johnny Lee (Carnegie Mellon) * Motion-Tracking/Head-Tracking/Virtual Whiteboard
King Chung, Ph.D., CCC-A, FAAA Amplification and Communication Research Lab ACRL.
Kinect H4x Gesture Recognition and Playback Tools (+Inspiration)
ALFRED THOMPSON MICROSOFT ACADEMIC TEAM Kinect for FRC 2012.
Work With Skeleton Data
-Baljeet Aulakh -Arnold Csok -Jared Shepherd -Amandeep Singh EEC 490 Spring 2012 Kinect Fitness Trainer 1.
Human-human interaction Human-object interaction Human-computer interaction.
Lynne Grewe, Steven Magaña-Zook CSUEB, A cyber-physical system for senior collapse detection.
SDP 12 Project “PRASER” Senior Design Project 2012 Team Mosaic Advisor: Professor Lixin Gao Members: Allen Chew, Charles Essien, Brian Giang, Simon Ma.
Audio recording Skills: microphone position and adjustment IT concepts: clipping, dynamic range This work is licensed under a Creative Commons Attribution-Noncommercial-
Page 1 | Microsoft Work With Color Data Kinect for Windows Video Courses Jan 2013.
Virtual techdays INDIA │ august 2010 Silverlight 4 Deep Dive Vikram Pendse │ Microsoft Silverlight MVP & Insider.
Page 1 | Microsoft Streams sync and coordinate mapping Kinect for Windows Video Courses.
CHUCK NORRIS HAD TO DESTROY THE PERIODIC TABLE… HE ONLY RECOGNIZES THE ELEMENT OF SURPRISE!
EEC-492/592 Kinect Application Development
Kinect Player Gender Recognition from Speech Analysis
Skills: none Concepts: introduction to and history of speech (with and without text) and music processing, audio file formats, the audio processing workflow,
Kinect Part II Anna Loparev.
Professor : Yih-Ran Sheu Student’s name : Nguyen Van Binh Student ID: MA02B203 Kinect camera 1 Southern Taiwan University Department of Electrical Engineering.
Exploration Robot with Stereovision Vladislav Richter Miroslav Skrbek FIT, CTU in Prague
Video Production for Education & Training Bill Duff, Jr. Copyright 1999 College of Human Resources & Education West Virginia University.
Page 1 | Microsoft Work With Skeleton Data Kinect for Windows Video Courses Jan 2013.
Page 1 | Microsoft Work With Color Data Kinect for Windows Video Courses Jan 2013.
Coding4Fun: Build Fun, Cool, Commercial Applications Using the Kinect for Windows SDK Dan Fernandez Director Microsoft Corporation Rick Barraza Senior.
Voice Recognition for Wheelchair Control Theo Theodoridis, Xin Liu, and Huosheng Hu.
Project By: Brent Elder, Mike Holovka, Hisham Algadaibi.
ELEC 423 Digital Signal Processing Prof. Siripong Potisuk.
Group Members: Sam Marlin, Jonathan Brown Faculty Adviser: Tom Miller.
1 EEC-492/592 Kinect Application Development Lecture 2 Wenbing Zhao
Project By: Brent Elder, Mike Holovka, Hisham Algadaibi.
Programming with the Kinect for Windows SDK
HYPACK MAX Training Seminar Advanced Survey Topics Multivessel & Specialty Drivers Demonstrations of operating with more than one vessel & specialty.
Computer Vision Technologies for Remote Collaboration Using Physical Whiteboards, Projectors and Cameras Zhengyou Zhang Microsoft Research mailto:
Java and the Kinect FRC 2012 Kickoff Team 1279 ColdFusion January 7, 2012.
Timo Haapsaari Laboratory of Acoustics and Audio Signal Processing April 10, 2007 Two-Way Acoustic Window using Wave Field Synthesis.
Ben Lower Kinect Community Evangelism Kinect for Windows in 5 Minutes.
Kinect & 3D Scanning Mark Breedveld
Professor : Tsung Fu Chien Student’s name : Nguyen Trong Tuyen Student ID: MA02B208 An application Kinect camera controls Vehicles by Gesture 1 Southern.
EEC 490 GROUP PRESENTATION: KINECT TASK VALIDATION Scott Kruger Nate Dick Pete Hogrefe James Kulon.
CONTENT 1. Introduction to Kinect 2. Some Libraries for Kinect 3. Implement 4. Conclusion & Future works 1.
KINECT FOR WINDOWS Ken Casada Developer Evangelist, Microsoft Switzerland | blogblog.
Coding4Fun: Build Fun, Cool, Commercial Applications Using the Kinect for Windows SDK Dan Fernandez Director Microsoft Corporation Rick Barraza Senior.
Introduction to Kinect For Windows SDK
Audacity.  Tutorial: tutorial.com/17-audacity-tutorial.htmhttp:// tutorial.com/17-audacity-tutorial.htm.
Speech Recognition Created By : Kanjariya Hardik G.
Kinect for Windows - Designing Software for Gesture & Voice Controlled User Interfaces Tim Huckaby InterKnowlogy Chairman/Founder Actus Interactive Software.
Expressive Intelligence Studio // Center for Games and Playable Media // Microsoft Kinect Intro CMPS179 Game.
Microsoft Kinect Jason Wong Pierce Nichols Rick Berggreen Tri Le.
Rob Relyea | Program Manager, Kinect Team Johan Marien | Program Manager, Kinect Team.
Creative Coding & the New Kinect
Southern Taiwan University Department of Electrical Engineering
Multimedia Syllabus Information
EEC-693/793 Applied Computer Vision with Depth Cameras
EEC-693/793 Applied Computer Vision with Depth Cameras
EEC-693/793 Applied Computer Vision with Depth Cameras
The next generation of collaboration
EEC-693/793 Applied Computer Vision with Depth Cameras
EEC-693/793 Applied Computer Vision with Depth Cameras
Kinect for Creative Development with open source frameworks
Course 3 : Studio Technology
EEC-693/793 Applied Computer Vision with Depth Cameras
Skills: microphone position and adjustment
Presentation transcript:

Page 1 | Microsoft Introduction to audio stream Kinect for Windows Video Courses

Page 2 | Microsoft Kinect Audio Information

Going Inside of Kinect Four microphone array with hardware-based audio processing – Sound position tracking – Multichannel echo cancellation (MEC) – Other digital signal processing (noise suppression and reduction)

Audio Capture Range

Sound Position Beam Angle – The angle used to record audio that you can set as a “directional microphone” Sound Source Angle – the angle and confidence level of where audio is coming from

Recording KinectSensor.AudioSource – Type: KinectAudioSource – Contains audio capture and audio source location functionality

KinectAudioSource us/library/microsoft.kinect.kinectaudiosource_members.aspx

Speech Recognition Microsoft Speech Platform SDK Grammar --- What we are listening for

Page 9 | Microsoft Overview Hardware overview and SDK installation Color Introduction to color stream Demo: How to get color stream Demo: ColorBasics sample Depth Introduction to depth stream Demo: How to get depth data Demo: DepthBasics sample Skeleton Introduction to skeleton stream Demo: How to get skeleton stream Demo: SkeletonBasics sample Audio Introduction to audio stream Demo: How to capture audio Demo: Speech recognition Advanced Topics Streams sync and coordinate mapping Demo: Streams sync and coordinates mapping Accelerometer and tilt angle Demo: How to get accelerometer and tilt angle

Page 10 | Microsoft SDK Installation Thank s Contact us:

Page 11 | Microsoft