mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 14:56:51 +00:00
Update cheatsheets
This commit is contained in:
33
flite
Normal file
33
flite
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# flite
|
||||
|
||||
> Speech synthesis engine.
|
||||
> More information: <http://www.festvox.org/flite/doc/>.
|
||||
|
||||
- List all available voices:
|
||||
|
||||
`flite -lv`
|
||||
|
||||
- Convert a text string to speech:
|
||||
|
||||
`flite -t "{{string}}"`
|
||||
|
||||
- Convert the contents of a file to speech:
|
||||
|
||||
`flite -f {{path/to/file.txt}}`
|
||||
|
||||
- Use the specified voice:
|
||||
|
||||
`flite -voice {{file://path/to/filename.flitevox|url}}`
|
||||
|
||||
- Store output into a wav file:
|
||||
|
||||
`flite -voice {{file://path/to/filename.flitevox|url}} -f {{path/to/file.txt}} -o {{output.wav}}`
|
||||
|
||||
- Display version:
|
||||
|
||||
`flite --version`
|
||||
Reference in New Issue
Block a user