From abb40d4d2d21279f7d9a0831b1b84fcceab02431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tuna2134=40=E3=82=B3=E3=83=9E=E3=83=AA=E3=83=B3=E8=A6=AA?= =?UTF-8?q?=E8=A1=9B=E9=9A=8A?= Date: Wed, 26 Feb 2025 14:38:09 +0900 Subject: [PATCH] Fix example --- scripts/sbv2-test-bindings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sbv2-test-bindings.py b/scripts/sbv2-test-bindings.py index 7272c37..b32544e 100644 --- a/scripts/sbv2-test-bindings.py +++ b/scripts/sbv2-test-bindings.py @@ -12,7 +12,7 @@ def main(): style_vector = model.get_style_vector("amitaro", 0, 1.0) with open("output.wav", "wb") as f: f.write( - model.synthesize("おはようございます。", "amitaro", style_vector, 0.0, 0.5) + model.synthesize("おはようございます。", "amitaro", 0, 0, 0.0, 0.5) )