
flite
List of commands for flite:
-
flite:tldr:248e9 flite: Store output into a wav file.$ flite -voice ${select} -f ${filename-txt} -o ${output-wav}try on your machineexplain this command
-
flite:tldr:98bc4 flite: List all available voices.$ flite -lvtry on your machineexplain this command
-
flite:tldr:9b50f flite: Convert a text string to speech.$ flite -t "${string}"try on your machineexplain this command
-
flite:tldr:a2710 flite: Specify which voice to use.$ flite -voice ${select}try on your machineexplain this command
-
flite:tldr:c645e flite: Convert the contents of a file to speech.$ flite -f ${filename-txt}try on your machineexplain this command