Browse Source

docs: move the voice list examples to the man files.

master
Reece H. Dunn 9 years ago
parent
commit
517ad81166
3 changed files with 18 additions and 18 deletions
  1. 0
    18
      docs/voices.md
  2. 9
    0
      src/espeak-ng.1.ronn
  3. 9
    0
      src/speak-ng.1.ronn

+ 0
- 18
docs/voices.md View File

@@ -44,24 +44,6 @@ characteristics of the voice quality and how the language is spoken.
Voice files are placed in the `espeak-data/voices` directory,
or within subdirectories in there.

The available voice files can be listed by:

espeak-ng --voices

or

espeak-ng --voices=<language>

also

espeak-ng --voices=<variant>

Lists voice variants which can be applied to eSpeak NG voices.

espeak-ng --voices=<mbrola>

Lists the Mbrola voices.

## Contents of Voice Files

The `language` attribute is mandatory. All the other attributes are

+ 9
- 0
src/espeak-ng.1.ronn View File

@@ -144,6 +144,15 @@ words are provided then text is spoken from stdin a line at a time.
* `espeak-ng -ven-us "[[h@'loU]]"`:
Speak the phonemes "h@'loU" using the American English voice.

* `espeak-ng --voices`:
List all voices supported by eSpeak.

* `espeak-ng --voices=en`:
List all voices that speak English (`en`).

* `espeak-ng --voices=mb`:
List all voices using the MBROLA voice synthesizer.

## AUTHOR

eSpeak NG is maintained by Reece H. Dunn <[email protected]>. It is based on

+ 9
- 0
src/speak-ng.1.ronn View File

@@ -140,6 +140,15 @@ words are provided then text is spoken from stdin a line at a time.
* `speak-ng -ven-us "[[h@'loU]]"`:
Speak the phonemes "h@'loU" using the American English voice.

* `speak-ng --voices`:
List all voices supported by eSpeak.

* `speak-ng --voices=en`:
List all voices that speak English (`en`).

* `speak-ng --voices=mb`:
List all voices using the MBROLA voice synthesizer.

## AUTHOR

eSpeak NG is maintained by Reece H. Dunn <[email protected]>. It is based on

Loading…
Cancel
Save