mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-08 19:55:58 +00:00
Nolan Darilek
495c5eddad
* Initial WinRT driver, used when no Windows screen reader is detected. * Enhanced rate support, tracking min/max/normal rate per synthesizer. * `rate_percentage` properties make working with differing rate ranges easier.
13 lines
234 B
TOML
13 lines
234 B
TOML
[package]
|
|
name = "godot-tts"
|
|
version = "0.1.0"
|
|
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
gdnative = "0.8"
|
|
tts = { git = "https://gitlab.com/ndarilek/tts-rs" }
|