OpenKinect / libfreenect

Drivers and libraries for the Xbox Kinect device on Windows, Linux, and OS X
http://openkinect.org
3.55k stars 1.15k forks source link

use kinect mic array as system mic #618

Closed masonbesmer closed 3 years ago

masonbesmer commented 4 years ago

title says it all - im trying to use it for alexa voice recognition but i can't seem to figure it out. my kinect is the 360 one model 1414. any help is appreciated, thanks!

piedar commented 4 years ago

If you use Linux, try kinect-audio-setup (packaged in Debian contrib, Arch user repo, my Gentoo overlay). It uses udev to load firmware and makes the mic available to the system as an audio device.

haxpor commented 4 years ago

I have to install kinect-audio-setup as per piedar suggests. I'm on ubuntu 20.04 but I need to reboot the system to let system detects it. Thanks piedar!