kinect - Fastest Speech recognition library C++ -
i know general question topic, still want know whats fastest speech recognition library in c++?
currently using microsoft sapi kniect. works fine , recognizes words abit slow, times takes 1,2 seconds recognize word , in case lag causing alot of interaction issues user.
i checked sample provided kinect, in turtle moves left right according words recognized thats bit slow.
so wondering if there faster library sapi, can used in cases robot using voice recognition "left" "right" robot keeps moving left , turns right after 1,2 seconds bit frustrating user.
the issue not being fast, proper way use api. speech recognition time-consuming process main trick start recognition of audio as it's recorded, in parallel recording. moment phrase end spoken have results , can react immediately.
the response time of 0.2 seconds can achieved way, need more flexible api implement this. choice cmusphinx, open source speech recognition framework can use implementation
Comments
Post a Comment