mirror of
https://github.com/neodyland/sbv2-api.git
synced 2025-12-23 07:59:56 +00:00
Compare commits
2 Commits
commit-adb
...
commit-61a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61aae68d2d | ||
|
|
abb40d4d2d |
@@ -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)
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user