mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 13:29:37 +00:00
S/TTS/Tts/ here as well.
This commit is contained in:
parent
6dbf9b7ddc
commit
d9639c049b
|
@ -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,
|
||||
..
|
||||
|
|
Loading…
Reference in New Issue
Block a user