sphinxad-rs

Sphinxad hight-level wrapper, that allows to record voice from microphone and later recognize the speech by pocketsphinx

Usage

You need two libraries to recognize speech: * first should record voice from microphone(this sphinxad-rs) * and second should process sound and recognize the speech(pocketsphinx-rs)

They are based on low-level libraries: sphinxad-sys and pocketsphinx-sys. To discover how to use this libraries, look on examples.

Dependencies

In order to use the this crate, you must have the libpocketsphinx, libsphinxad, libsphinxbase libraries installed, you should use you packet manager or follow this tutorial

Documentation

License

MIT