rhdunn / cainteoir-engine

The Cainteoir Text-to-Speech core engine
http://reecedunn.co.uk/cainteoir/
GNU General Public License v3.0
43 stars 8 forks source link

support converting between different phoneme transcription schemes #16

Closed rhdunn closed 11 years ago

rhdunn commented 12 years ago

There are various transcription schemes available for phonetic transcription:

The Cainteoir engine should expose functionality for converting one transcription scheme to another (buffer => buffer).

There can also be a simple command-line tool (e.g. cat transcription.ipa | convert-phonemes --from ipa --to espeak) that interfaces with this API (useful for tests using the existing file-driven tests, e.g. tests/transcriptions.py).

rhdunn commented 11 years ago

Depends on #38 (Phoneme Model)

rhdunn commented 11 years ago

This has been implemented -- additional phoneme transcription schemes can be added using phonemeset specification files.