Namespaces
Variants
Actions
(Difference between revisions)

Archived:Binary compatibility break in Text-To-Speech Utility API on S60 3rd Edition (Known Issue)

Jump to: navigation, search
(Debjit.roy -)
m (Hamishwillee - Bot update - Fix metadata etc)
Line 1: Line 1:
[[Category:Known Issue]][[Category:Symbian C++]][[Category:S60 3rd Edition]][[Category:Audio]]
+
[[Category:Known Issue]][[Category:Symbian C++]][[Category:S60 3rd Edition (initial release)]][[Category:Audio]]
__NOTOC__
+
{{ArticleMetaData <!-- v1.2 -->
__NOEDITSECTION__
+
{{KBKI}}
+
{{ArticleMetaData
+
|id=KIS000843
+
|platform=S60 3rd Edition
+
|devices=S60 3rd Edition devices with HQTTS support (Nokia 5500 Sport, Nokia E50, Nokia E65, Nokia N75)
+
|category=Symbian C++
+
|subcategory=Audio
+
|creationdate=March 4, 2008, updated October 3, 2008
+
|keywords=CTtsUtility
+
 
+
 
|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]]) -->
 
|installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) -->
 
|installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) -->
|sdk=<!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) -->
+
|devices= S60 3rd Edition devices with HQTTS support (Nokia 5500 Sport, Nokia E50, Nokia E65, Nokia N75)
|devicecompatability=<!-- Compatible devices (e.g.: All* (must have GPS) ) -->
+
|sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) -->
|signing=<!-- Empty or one of Self-Signed, DevCert, Manufacturer -->
+
|platform= S60 3rd Edition
|capabilities=<!-- Capabilities required (e.g. Location, NetworkServices.) -->
+
|devicecompatability= <!-- Compatible devices (e.g.: All* (must have GPS) ) -->
|author=[[User:Technical writer 1]]
+
|dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 -->
 +
|signing= <!-- Empty or one of Self-Signed, DevCert, Manufacturer -->
 +
|capabilities= <!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. -->
 +
|keywords= CTtsUtility
 +
|language= <!-- Language category code for non-English topics - e.g. Lang-Chinese -->
 +
|translated-by= <!-- [[User:XXXX]] -->
 +
|translated-from-title= <!-- Title only -->
 +
|translated-from-id= <!-- Id of translated revision -->
 +
|review-by= <!-- After re-review: [[User:username]] -->
 +
|review-timestamp= <!-- After re-review: YYYYMMDD -->
 +
|update-by= <!-- After significant update: [[User:username]]-->
 +
|update-timestamp= <!-- After significant update: YYYYMMDD -->
 +
|creationdate= March 4, 2008, updated October 3, 2008
 +
|author= [[User:Technical writer 1]]
 +
<!-- The following are not in current metadata -->
 +
|subcategory= Audio
 +
|id= KIS000843
 
}}
 
}}
  
Line 25: Line 30:
 
:This API is not part of the public SDK. It can be found in the [[SDK API Plug-in]].  
 
:This API is not part of the public SDK. It can be found in the [[SDK API Plug-in]].  
 
}}
 
}}
{{Archived|timestamp=20120313115637|user=roy.debjit| }}
 
 
    
 
    
 
==Overview==
 
==Overview==
Line 35: Line 39:
 
A list of devices supporting high-quality Text-To-Speech can be found [http://europe.nokia.com/support/product-support/text-to-speech here].
 
A list of devices supporting high-quality Text-To-Speech can be found [http://europe.nokia.com/support/product-support/text-to-speech 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.
+
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==
 
==Solution==
Line 42: Line 46:
 
Versions of the TTS API supporting S60 3rd Edition and S60 3rd Edition, Feature Pack 1 devices of the API can be requested via [http://www.developer.nokia.com/Developer_Programs/?categoryID=3 Nokia Developer API Partnering].
 
Versions of the TTS API supporting S60 3rd Edition and S60 3rd Edition, Feature Pack 1 devices of the API can be requested via [http://www.developer.nokia.com/Developer_Programs/?categoryID=3 Nokia Developer API Partnering].
  
Also note that low-quality TTS can be used via the <tt>CMdaAudioPlayerUtility</tt> class as well. More information is available [[Text to speech in symbian 2nd and 3rd edition phones|here]].
+
Also note that low-quality TTS can be used via the {{Icode|CMdaAudioPlayerUtility}} class as well. More information is available [[Text to speech in Symbian 2nd and 3rd edition phones|here]].
 
<!-- Translation --> [[zh-hans:Text-To-Speech API二进制兼容的问题]]
 
<!-- Translation --> [[zh-hans:Text-To-Speech API二进制兼容的问题]]

Revision as of 08:34, 16 March 2012

Article Metadata

Tested with
Devices(s): S60 3rd Edition devices with HQTTS support (Nokia 5500 Sport, Nokia E50, Nokia E65, Nokia N75)

Compatibility
Platform(s): S60 3rd Edition

Article
Keywords: CTtsUtility
Created: User:Technical writer 1 (March 4, 2008, updated October 3, 2008)
Last edited: hamishwillee (16 Mar 2012)


Note.png
Note: :This API is not part of the public SDK. It can be found in the SDK API Plug-in.

Overview

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.

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.

399 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved