Add a sample app for the TTS engine API

Change-Id: I2ab86ca95a11bbc41494454d7dee0f3d87779ac9
This commit is contained in:
Narayan Kamath
2011-06-23 10:43:27 +01:00
parent cf559377b7
commit af1ad3cc2d
2 changed files with 13 additions and 1 deletions

View File

@@ -716,6 +716,16 @@ var ANDROID_RESOURCES = [
en: 'Binding data to views using XML Adapters examples.'
}
},
{
tags: ['sample', 'new', 'accessibility'],
path: 'samples/TtsEngine/index.html',
title: {
en: 'Text To Speech Engine'
},
description: {
en: 'An example Text To Speech engine written using the android text to speech engine API.'
}
},
/////////////////
/// TUTORIALS ///