Explore espeak-ng options

--

ARTH — Task 1 :

Task Description 1.2 📄

📌 Create a blog about explaining various options for espeak-ng:

Introduction-

Espeak is a tool or can be used as a command-line program that uses SSML( Speech Synthesis Markup Language). This tool is written in C language and takes input as text i.e. any text file or normal text and converts it into speech.

Want to know more about espeak-ng command in Linux, just simply type -

  1. man espeak-ng
Gives a list of command can be done using espeak-ng

2. espeak-ng “Hello”

Speaks “Hello”

3. espeak-ng — voices

List of languages it supports

4. espeak-ng — version

version of espeak

5. espeak-ng — help

the command for getting help regarding espeak-ng

6. date | espeak-ng -v hi -s 40

In this command, we can produce a date command in Hindi language with help of Pipe features.

7. espeak-ng -v en+f2 ‘Hello Abhishek’

The “f2” voice variant changes the formants and the pitch range to give a female sound

Thank You!!!

--

--

No responses yet