You are on page 1of 1

There are 2 "loquendo.

tts" packages here:

"loquendo.tts-er" package supports English and Russian languages and following


voices only:
English US: Allison, Dave, Steven, Susan
English GB: Elizabeth, Kate, Simon
Russian: Dmitri, Olga

"loquendo.tts-all" package supports all Loquendo languages and voices.

Loquendo languages and voices have to be in /sdcard/LoquendoTTS/ folder:


LicenseCode.txt, *.ttsconf (global.ttsconf, Susan.ttsconf, English.ttsconf,
Olga.ttsconf, Russian.ttsconf, etc)

/sdcard/LoquendoTTS/modules folder contains voices & languages folders (Susan,


English, Russian, Olga, etc)

* If you have empty languages list in Android TTS setting - make sure
LicenseCode.txt and global.ttsconf exist in /sdcard/LoquendoTTS/ folder

If you don't have enough free space on /sdcard and have an external sdcard, you can
use its mount point in global.ttsconf.

In example below external sdcard mount point is /sdcard/ext_sd/.


Create /sdcard/ext_sd/LoquendoTTS/
Copy Loquendo languages and voices to /sdcard/ext_sd/LoquendoTTS/.
Do not copy global.ttsconf and LicenseCode.txt
These two need to be in /sdcard/LoquendoTTS/ folder still.

Make sure there is no another global.ttsconf in external


/sdcard/ext_sd/LoquendoTTS/ folder.

<?xml version="1.0" encoding="UTF-8"?>


<config>
<sessions>
<session name="hardcoded">
<text encoding="utf-8" />
<binder defaultmode="automotive" defaultvoice=""
defaultlanguage="" defaultstyle="" />
<diagnostics>
<log level="disabled"
filename="/sdcard/ext_sd/LoquendoTTS/log.txt" encoding="utf8" />
<trace level="disabled"
filename="/sdcard/ext_sd/LoquendoTTS/trace.txt" encoding="utf8" />
</diagnostics>
<system ignorethreadboundarycrossing="true"
serializenotifier="true" >
<path user="/sdcard/ext_sd/LoquendoTTS" />
<license filename="/sdcard/LoquendoTTS/LicenseCode.txt"
failonerror="false" />
</system>
</session>
</sessions>
</config>

You might also like