ds-transcriber 0.1.2

A crate using DeepSpeech bindings to convert mic audio from speech to text
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.cpal]
version = "0.13.3"

[dependencies.deepspeech]
version = "0.9.0"

[dependencies.nnnoiseless]
version = "0.3.2"

[package]
authors = ["Kawaki-san"]
description = "A crate using DeepSpeech bindings to convert mic audio from speech to text"
edition = "2018"
license = "MIT"
name = "ds-transcriber"
version = "0.1.2"