This repository was archived by the owner on Oct 6, 2025. It is now read-only.
|
Hello all, appreciate some guidance here. I'm trying to run the piper package in Python and there were some tips from @rhohndorf at #215 (comment). By trial and error, I manage to find out how to import the package (i.e. import piper.voice, rather than import pipertts, etc.) and have gotten as far as loading a model, but now stuck at the various parameters needed for voice.synthesize. Specifically, not clear to me how to define/set up the wav file needed. Is there a help file or some simple demo code I can use as a reference? |
Answered by
zos474
Dec 23, 2023
Replies: 1 comment 5 replies
|
OK, thank goodness for codeium, I managed to figure it out and leaving this as a starter for others as new to this as I am... |
5 replies
Answer selected by
zos474
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK, thank goodness for codeium, I managed to figure it out and leaving this as a starter for others as new to this as I am...