Browse Source

Remove the IPA phoneme table and associated und-fonipa voice.

Supporting phoneme-based voices in espeak-ng is currently complex,
and has issues that need to be fixed in the core code before
adding support for them.
master
Reece H. Dunn 8 years ago
parent
commit
d192fd9c55
6 changed files with 0 additions and 19 deletions
  1. 0
    1
      CHANGELOG.md
  2. 0
    1
      Makefile.am
  3. 0
    3
      docs/languages.md
  4. 0
    4
      espeak-ng-data/lang/und/und-fonipa
  5. 0
    3
      phsource/ph_ipa
  6. 0
    7
      phsource/phonemes

+ 0
- 1
CHANGELOG.md View File

@@ -9,7 +9,6 @@ The espeak-ng project is a fork of the espeak project.

### 1.49.2 - (In Development)

* Support describing all IPA phonemes in the phoneme tables.
* Provide more validation when reading phoneme tables and voice/language files.
* Removed support for phoneme equivalence tables. These were disabled in the
French and German language files.

+ 0
- 1
Makefile.am View File

@@ -295,7 +295,6 @@ phsource/phonemes.stamp: \
phsource/ph_icelandic \
phsource/ph_indonesian \
phsource/ph_interlingua \
phsource/ph_ipa \
phsource/ph_irish \
phsource/ph_italian \
phsource/ph_japanese \

+ 0
- 3
docs/languages.md View File

@@ -86,7 +86,6 @@ The supported languages are:
| `inc` | `or` | Indic | Oriya | |
| `cus` | `om` | Cushitic | Oromo | |
| `roa` | `pap` | Romance | Papiamento | |
| `und` | `und-fonipa` | | Phonemes<sup>[3]</sup> | IPA |
| `zls` | `pl` | South Slavic | Polish | |
| `roa` | `pt-BR` | Romance | Portuguese | Brazillian |
| `roa` | `pt` | Romance | Portuguese | Portugal |
@@ -116,5 +115,3 @@ The supported languages are:
[1] Farsi/Persian written using English (Latin) characters.

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

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

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

@@ -1,4 +0,0 @@
name Phonetics (International Phonetic Alphabet)
language ipa

status testing

+ 0
- 3
phsource/ph_ipa View File

@@ -1,3 +0,0 @@
// International Phonetic Alphabet phonemes using the Conlang X-SAMPA (CXS)
// transcription scheme.


+ 0
- 7
phsource/phonemes View File

@@ -44,13 +44,6 @@ phoneme = // Place stress on previous vowel
stress_type 2
endphoneme

//*******************************************************************
// IPA Phonemes
//*******************************************************************

phonemetable ipa base
include ph_ipa

phonemetable base1 base

// The base phoneme table contains the utility phonemes, the consonants,

Loading…
Cancel
Save