introlab / odas

ODAS: Open embeddeD Audition System
MIT License
780 stars 247 forks source link

ODAS with Kinect DK #197

Open lingfei93 opened 4 years ago

lingfei93 commented 4 years ago

Hi, can i check if ODAS will work on the Kinect DK? Been playing around with the cfg file, but I've been stuck at getting data to show up on the odas web server. Would appreciate a poke in the right direction!

xiaotaw commented 4 years ago

I have tested odas with Kinect DK, and it worked fine. Here is my cfg file: https://github.com/xiaotaw/odas/blob/master/config/odaslive/azure_kinect_dk.cfg

However, I am not going to use the odas web server. Instead, an ASR program will consume the postfiltered data via unix domain socket (act as IPC).

Hope it helps.