piper-phoneme-streaming 0.1.1

A high-performance Rust library for streaming Text-to-Phoneme (G2P) conversion.
Documentation
1
2
3
4
5
6
#![allow(clippy::all)]

pub mod dictionary;
pub mod error;
pub mod phoneme;
pub mod translate;