-
I'm attempting to generate several .wavs using the json lines format, with "output_file" set in each json line. When I attempt to run piper using my .jsonl file, I get an error that says:
And all the wav files are indeed created with automatically generated names in the current directory. But I would really like to put the wavs with the names that get put in the directories I want. So, I'm tring to figure out how to compile piper with pcaudiolib. I did put the piper-phonemize stuff in the correct lib/ location. And I have installed a bunch of compiler-related packages according to the errors that running "make" was giving me. Now, when I run make, get the following output
I did install espeak and the onnxruntime, and I'm still gettig the same error. And I still don't know how to add in pcaudiolib. What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Did you run piper with the --json-input flag? pcaudiolib is only used to play audio directly to the speakers. I don't compile it in by default because it pulls in a lot of other dependencies. |
Beta Was this translation helpful? Give feedback.
-
Nevermind. Once again, I'm an idiot. Somehow I hadn't updated to the latest binary release. Once I did, everything worked as I wanted, and now I have no need of compiling. Thanks for putting up with me. |
Beta Was this translation helpful? Give feedback.
Nevermind. Once again, I'm an idiot. Somehow I hadn't updated to the latest binary release. Once I did, everything worked as I wanted, and now I have no need of compiling. Thanks for putting up with me.