pocketsphinx 0.1.0

Rust wrapper for libpocketsphinx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "pocketsphinx"
version = "0.1.0"
authors = ["Mikhail Trishchenkov <kriomant@gmail.com>"]

description = "Rust wrapper for libpocketsphinx"
homepage = "https://github.com/kriomant/pocketsphinx-rs"
repository = "https://github.com/kriomant/pocketsphinx-rs"
license = "MIT"
readme = "README.md"
keywords = ["pocketsphinx", "voice", "recognition", "audio"]

[dependencies]
libc = "0.2.4"
pocketsphinx-sys = "0.1.0"