var fDesc=new Array(); fDesc[0] = "While there were some experimental TTS systems by the UCSC for Sinhala are already under work, the aim of this project was to produce one that is of commercial quality. To this end, considerable effort was be spent on quality aspects of this activity.

Apart from identifying the phonetic alphabet of the language, recording relevant word sentences in the database and building a text analysis component, the project also produced a synthesizing engine that facilitates natural sounding Sinhala voice.

The basic methodology adopted is based on the diphone concatenation approach to TTS and included following components and procedures in developing them.

1. Text analysis component:
1. Studying types of non-textual content and how to convert them to text
2. Defining the text analysis interface
3. Building the text analysis component
2. Phonetic component:
1. Studying the phonology and phonetics of Sinhala
2. Identifying the phonetic vocabulary
3. Constructing word sentences for recording most common diphones
4. Defining phonetic processor components
5. Building the diphone database
6. Building the phonetic processor
3. Integrating all components and producing the TTS system."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }