1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 01:26:03 +02:00
tldr/pages.it/common/espeak.md

21 lines
484 B
Markdown
Raw Normal View History

2019-08-10 17:33:08 -07:00
# espeak
> Usa la sintesi vocale per parlare tramite il dispositivo audio di output predefinito.
2024-10-12 10:02:00 +02:00
> Maggiori informazioni: <https://espeak.sourceforge.net>.
2019-08-10 17:33:08 -07:00
- Pronuncia una frase ad alta voce:
`espeak "Mi piace andare in bici."`
- Pronuncia il contenuto di un file ad alta voce:
`espeak -f {{nome_file}}`
- Salva l'output su un file audio WAV, invece che parlare direttamente:
`espeak -w {{nome_file.wav}} "È GNU più Linux."`
- Usa una voce differente:
`espeak -v {{voce}}`