Another issue to consider is that the support for the IVONA TTS is limited.
You can install the voices you want, but the only work mentioned in OnyxTTS:
Code:
" private static final String mSupportedLanguages[][] = {
{
"deu", "DEU", "libvoice_de_marlene", "vox_de_marlene22v", "marlene", ""
}, {
"deu", "DEU", "libvoice_de_hans", "vox_de_hans22v", "hans", ""
}, {
"eng", "GBR", "libvoice_en_gb_amy", "vox_en_gb_amy22v", "amy", ""
}, {
"eng", "GBR", "libvoice_en_gb_brian", "vox_en_gb_brian22v", "brian", ""
}, {
"rus", "RUS", "libvoice_ru_tatyana", "vox_ru_tatyana22v", "tatyana", ""
}, {
"pol", "POL", "libvoice_pl_agnieszka", "vox_pl_agnieszka22v", "agnieszka", ""
}
};"
Knowing how the Onyx software design, it is quite likely that subsequent models like the T68, M96 and i68 come to market with the same limitation.
Regards -.