Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open source library for voice based command activation

I need to develop an embedded device which can identify voice commands and then effect an operation. I plan to use C++. Which open source libraries can I use for speech processing?

like image 819
Balamurugan Avatar asked Aug 21 '11 12:08

Balamurugan


1 Answers

Pocketsphinx library is designed specifically for embedded low-resource devices

See

http://cmusphinx.sourceforge.net

Read the tutorial

http://cmusphinx.sourceforge.net/wiki/tutorial

like image 68
Nikolay Shmyrev Avatar answered Nov 15 '22 00:11

Nikolay Shmyrev