- This topic has 1 reply, 2 voices, and was last updated 4 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
› Forums › Speech Synthesis › Festival › save output of festival command
Hello,
how do we save the output of a Festival command into a file (e.g., .txt)?
Thank you for your help!
If the output is small, and you’re running Festival in interactive mode, just copy-paste from the terminal into any plain text editor.
If you want to capture everything from an interactive session, this will capture stdout
in the file out.txt
but still issue it to the terminal so you can use festival interactively:
$ festival | tee out.txt
If you are running Festival in batch (non-interactive mode), you can redirect stdout
to a file using >
like this:
$ festival -b some_batch_script.scm > out.txt
Some forums are only available if you are logged in. Searching will only return results from those forums if you log in.
Copyright © 2024 · Balance Child Theme on Genesis Framework · WordPress · Log in