cainteoir-engine icon indicating copy to clipboard operation
cainteoir-engine copied to clipboard

The Cainteoir Text-to-Speech core engine

Results 34 cainteoir-engine issues
Sort by recently updated
recently updated
newest added

This is detecting years, months, days, hours minutes and seconds, associating the correct pronunciation to them. This won't detect all uses of these, but the more that can be detected...

roadmap
tts

Creating an Android port will be useful, as it will allow me to use the Cainteoir Engine library to create several different applications. A successful port will include support for...

roadmap
in-progress

Copyright statements have the form: ``` Copyright (C) 2009 Copyright (C) 2008-2010 Copyright (C) 2004, 2008 Copyright© 2013 ``` which all share a common format: ``` COPYRIGHT := 'copyright' (('('...

roadmap
tts

For scripts like Cyrillic and Greek, there are two processing modes: 1. spelling -- each character is pronounced as the character name (e.g. in mathematics, Greek characters are spelled out);...

roadmap
tts

It should be possible to specify the specific call chain of the different text analysis parts: 1. text reader -- splits the document events into words, numbers and punctuation; 2....

roadmap
tts

The Chinese character transliteration is based around the pinyin transliteration system. The data for this is in the Unicode Character Data files and the extraction of the pinyin transcriptions should...

roadmap
tts

The `open_audio_device` API should support `oss` devices. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1026774-support-oss-audio-output?utm_campaign=plugin&utm_content=tracker%2F254961&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F254961&utm_medium=issues&utm_source=github).

roadmap
audio

A decimal number has the form ` `. The `` character is locale-dependent (e.g. it is `.` in English and `,` in German). The first number is read as a...

roadmap
tts

For Hiragana and Katakana scripts, support transliterating them. There should be a way to specify how the characters are transliterated: 1. phonetic -- use an accurate IPA transcription to transcribe...

roadmap
tts

The context of a dictionary entry can be used to disambiguate words with the same spelling, but different pronunciations: | context | description/usage | | --- | --- | |...

roadmap
tts