1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-27 02:49:37 +00:00

S/TTS/Tts/ here as well.

This commit is contained in:
Nolan Darilek 2021-03-31 11:03:14 -05:00
parent 6dbf9b7ddc
commit d9639c049b

View File

@ -4,7 +4,7 @@ use tts::*;
// Without it, the `TTS` instance gets dropped before callbacks can run.
#[allow(unreachable_code)]
fn run() -> Result<(), Error> {
let mut tts = TTS::default()?;
let mut tts = Tts::default()?;
let Features {
utterance_callbacks,
..