vosk-sys 0.2.0

Raw FFI bindings around the Vosk API Speech Recognition Toolkit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Vosk-sys

[![Latest release](https://img.shields.io/crates/v/vosk-sys.svg)](https://crates.io/crates/vosk-sys)
[![Documentation](https://docs.rs/vosk-sys/badge.svg)](https://docs.rs/vosk-sys)
[![MIT](https://img.shields.io/github/license/Bear-03/vosk-rs)](https://github.com/Bear-03/vosk-rs)
[![Build Status](https://github.com/Bear-03/vosk-rs/workflows/CI/badge.svg)](https://github.com/Bear-03/vosk-rs/actions?workflow=CI)

Raw FFI bindings around the [Vosk API Speech Recognition Toolkit](https://github.com/alphacep/vosk-api),
autogenerated via [rust-bindgen](https://github.com/rust-lang/rust-bindgen).

## Setup and usage

This crate needs the same setup as its safe counterpart. Read the steps [here](../../README.md).