Browse Source

ipa: create a skeleton phoneme table.

master
Reece H. Dunn 8 years ago
parent
commit
0871276322
6 changed files with 15 additions and 1 deletions
  1. 1
    0
      Makefile.am
  2. 1
    1
      README.md
  3. 3
    0
      docs/languages.md
  4. 4
    0
      espeak-ng-data/voices/und/und-fonipa
  5. 3
    0
      phsource/ph_ipa
  6. 3
    0
      phsource/phonemes

+ 1
- 0
Makefile.am View File

phsource/ph_icelandic \ phsource/ph_icelandic \
phsource/ph_indonesian \ phsource/ph_indonesian \
phsource/ph_interlingua \ phsource/ph_interlingua \
phsource/ph_ipa \
phsource/ph_irish \ phsource/ph_irish \
phsource/ph_italian \ phsource/ph_italian \
phsource/ph_japanese \ phsource/ph_japanese \

+ 1
- 1
README.md View File

---------- ----------


The eSpeak NG (Next Generation) Text-to-Speech program is an open source speech The eSpeak NG (Next Generation) Text-to-Speech program is an open source speech
synthesizer that supports [95 languages and accents](docs/languages.md).
synthesizer that supports [96 languages and accents](docs/languages.md).
It is based on the eSpeak engine created by Jonathan Duddington. It uses It is based on the eSpeak engine created by Jonathan Duddington. It uses
spectral formant synthesis by default which sounds robotic, but can be spectral formant synthesis by default which sounds robotic, but can be
configured to use Klatt formant synthesis or MBROLA to give it a more natural configured to use Klatt formant synthesis or MBROLA to give it a more natural

+ 3
- 0
docs/languages.md View File

| `inc` | `or` | Indic | Oriya | | | `inc` | `or` | Indic | Oriya | |
| `cus` | `om` | Cushitic | Oromo | | | `cus` | `om` | Cushitic | Oromo | |
| `roa` | `pap` | Romance | Papiamento | | | `roa` | `pap` | Romance | Papiamento | |
| `und` | `und-fonipa` | | Phonemes<sup>[5]</sup> | IPA |
| `zls` | `pl` | South Slavic | Polish | | | `zls` | `pl` | South Slavic | Polish | |
| `roa` | `pt-BR` | Romance | Portuguese | Brazillian | | `roa` | `pt-BR` | Romance | Portuguese | Brazillian |
| `roa` | `pt` | Romance | Portuguese | Portugal | | `roa` | `pt` | Romance | Portuguese | Portugal |
[3] Farsi/Persian written using English (Latin) characters. [3] Farsi/Persian written using English (Latin) characters.


[4] Currently, only Hiragana and Katakana are supported. [4] Currently, only Hiragana and Katakana are supported.

[5] Currently only supported using the `[[...]]` phoneme blocks.

+ 4
- 0
espeak-ng-data/voices/und/und-fonipa View File

name ipa
language ipa

status testing

+ 3
- 0
phsource/ph_ipa View File

// International Phonetic Alphabet phonemes using the Conlang X-SAMPA (CXS)
// transcription scheme.


+ 3
- 0
phsource/phonemes View File

// ADDITIONAL PHONEME TABLES // ADDITIONAL PHONEME TABLES
//******************************************************************* //*******************************************************************


phonemetable ipa _
include ph_ipa

phonemetable jp base phonemetable jp base
include ph_japanese include ph_japanese



Loading…
Cancel
Save