Archived:Binary compatibility break in Text-To-Speech Utility API on S60 3rd Edition (Known Issue)
hamishwillee
(Talk | contribs) m (Removed protection from "KIS000843 - Binary compatibility break in Text-To-Speech Utility API": Merging into Wiki) |
hamishwillee
(Talk | contribs) m (moved Binary compatibility break in Text-To-Speech Utility API on S60 3rd Edition (Known Issue) to Archived:Binary compatibility break in Text-To-Speech Utility API on S60 3rd Edition (Known Issue)) |
||
| (3 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | [[Category:Known Issue]][[Category:Symbian C++]][[Category:S60 3rd Edition (initial release)]][[Category: | + | {{Archived|timestamp=20120313115637|user=roy.debjit| }} |
| + | [[Category:Known Issue]][[Category:Symbian C++]][[Category:Audio]][[Category:S60 3rd Edition (initial release)]][[Category:S60 3rd Edition FP1]][[Category:S60 3rd Edition FP2]] | ||
| + | {{Abstract|TTS (Text-To-Speech) Utility API (CTtsUtility) is available in the [[SDK API Plug-in]] package for S60 3rd Edition, Feature Pack 2. Low-quality TTS is supported in all S60 3rd Edition devices, however there are binary compatibility breaks between each S60 3rd Edition platform release (S60 3rd Edition, Feature Pack 1 and Feature Pack 2) for this API.}} | ||
{{ArticleMetaData <!-- v1.2 --> | {{ArticleMetaData <!-- v1.2 --> | ||
|sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | ||
| Line 22: | Line 24: | ||
|author= [[User:Technical writer 1]] | |author= [[User:Technical writer 1]] | ||
<!-- The following are not in current metadata --> | <!-- The following are not in current metadata --> | ||
| − | |||
|id= KIS000843 | |id= KIS000843 | ||
}} | }} | ||
| − | + | {{Note|This API is not part of the public SDK. It can be found in the [[SDK API Plug-in]].}} | |
| − | + | ||
| − | {{Note| | + | |
| − | + | ||
| − | }} | + | |
| − | + | ||
| − | + | ||
| − | + | ||
==Description== | ==Description== | ||
Latest revision as of 09:50, 15 June 2012
TTS (Text-To-Speech) Utility API (CTtsUtility) is available in the SDK API Plug-in package for S60 3rd Edition, Feature Pack 2. Low-quality TTS is supported in all S60 3rd Edition devices, however there are binary compatibility breaks between each S60 3rd Edition platform release (S60 3rd Edition, Feature Pack 1 and Feature Pack 2) for this API.
Article Metadata
Tested with
Compatibility
Article
Description
TTS Utility provides access to TTS functionality on S60 devices, including the high-quality TTS engine supported in some of the devices.
A list of devices supporting high-quality Text-To-Speech can be found here.
There are binary compatibility breaks between S60 3rd Edition releases for Text-To-Speech Utility and TTS Common APIs. Compiling an application using the TTS Utility API from the Plug-in package and trying to run it on an S60 3rd Edition device will result in KERN-EXEC 3 panic.
Solution
TTS APIs from the API Plug-in package can only be used on S60 3rd Edition, Feature Pack 2 devices.
Versions of the TTS API supporting S60 3rd Edition and S60 3rd Edition, Feature Pack 1 devices of the API can be requested via Nokia Developer API Partnering.
Also note that low-quality TTS can be used via the CMdaAudioPlayerUtility class as well. More information is available here.

