nosqlcoco / speech-recognition

Simple speech recognition using MFCC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple speech recognition using MFCC

The program contains per se no database. Users create their personal word list by dictating words using a microphone. All words from this word list can later be recognised by the program.

The program is licensed under the GPL version 3 or (at your opinion) any later version, see the file COPYING for details.

To build simply run make. The ALSA development files are required.

For more information on MFCC click here.

About

Simple speech recognition using MFCC

License:GNU General Public License v3.0


Languages

Language:C 97.9%Language:Makefile 2.1%