diff --git a/output.wav b/output.wav index 0a301dd..31aecf7 100644 Binary files a/output.wav and b/output.wav differ diff --git a/sbv2_core/src/tts.rs b/sbv2_core/src/tts.rs index a7537d8..676be4d 100644 --- a/sbv2_core/src/tts.rs +++ b/sbv2_core/src/tts.rs @@ -93,11 +93,11 @@ impl TTSModel { } pub fn get_style_vector(&self, style_id: i32, weight: f32) -> Result> { - Ok(style::get_style_vector( + style::get_style_vector( self.style_vectors.clone(), style_id, weight, - )?) + ) } pub fn synthesize(