mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-05-14 21:00:41 +00:00
clippy
This commit is contained in:
BIN
output.wav
BIN
output.wav
Binary file not shown.
@@ -93,11 +93,11 @@ impl TTSModel {
|
||||
}
|
||||
|
||||
pub fn get_style_vector(&self, style_id: i32, weight: f32) -> Result<Array1<f32>> {
|
||||
Ok(style::get_style_vector(
|
||||
style::get_style_vector(
|
||||
self.style_vectors.clone(),
|
||||
style_id,
|
||||
weight,
|
||||
)?)
|
||||
)
|
||||
}
|
||||
|
||||
pub fn synthesize(
|
||||
|
||||
Reference in New Issue
Block a user