Skip to content

fogodev/dictawav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DictaWav

DictaWav (utterances in latim) is a open source project of vocal utterances recognition. Based on Weightless Neural Network Model WiSARD (Wilkes, Stonham and Aleksander Recognition Device), it aims to be a general purpose library to the recognition of any set of vocal utterances from a single user.

Requirements

CMake >= v3.5

DictaWav uses CMake as the project's build system

FFTW3

DictaWav uses FFTW3 to perform discrete Fourier transform on audio data, for install instructions, look at their page.

libsndfile

DictaWav uses libsndfile to manipulate wav files.

Instructions

git clone https://github.com/fogodev/dictawav.git
cd dictawav
cmake .
make
./DictaWav

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published