mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-14 18:32:55 +00:00
clippy
This commit is contained in:
@@ -31,7 +31,7 @@ fn main_inner() -> anyhow::Result<()> {
|
||||
}
|
||||
|
||||
let audio =
|
||||
tts_holder.easy_synthesize(ident, &text, 0, 0, tts::SynthesizeOptions::default())?;
|
||||
tts_holder.easy_synthesize(ident, text, 0, 0, tts::SynthesizeOptions::default())?;
|
||||
fs::write("output.wav", audio)?;
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user