tts 0.26.3

High-level Text-To-Speech (TTS) interface
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "hello_world"
version = "0.1.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
crate-type = ["dylib"]

[dependencies]
ndk-glue = "0.7"
tts = { path = "../.." }