festvox / flite

A small fast portable speech synthesis system
Other
869 stars 188 forks source link

Is it possible to use the tool with stdin/stdout? #108

Open silvioprog opened 7 months ago

silvioprog commented 7 months ago

Hey.

Is it possible to use the tool with stdin/stdout? For example:

echo "test" | flite | ffplay -

TIA for any help!