Crates.io | ttspico-sys |
lib.rs | ttspico-sys |
version | 0.1.5 |
source | src |
created_at | 2019-08-30 17:55:37.295423 |
updated_at | 2020-04-15 12:43:06.097014 |
description | Low-level bindings to the Pico TTS engine. (builds Pico from source, includes patches for x86_64 support) |
homepage | |
repository | https://github.com/UberLambda/ttspico-rs |
max_upload_size | |
id | 160963 |
size | 8,202,696 |
Rust bindings for Pico TTS, an open source (Apache 2.0) text-to-speech engine.
ttspico_sys
: Low-level (C FFI) Rust bindings to Pico.ttspico
: High-level, idiomatic Rust bindings to Pico.ttspico_sys
.See ttspico/examples/make_wav.rs.
Pico was originally part of Android, but it is written in portable C99 and works great on many other operating systems and platforms. A few small modifications to its source code (ttspico-sys/build/pico/lib/) were made to make it work on 64-bit platforms.
Both Pico and the Rust bindings are licensed under the Apache 2.0 license.