June 2016
Intermediate to advanced
470 pages
9h 49m
English
In this recipe, we'll do some very fun stuff. On your Android phone, run an app with a listening UDP server on it. When another application, in our case a VCL application, sends a UDP broadcast with some text, the android app will pronounce the text using the android TTS engine.
The first thing to do is to import the TTS classes from the android SDK in our Delphi project. That is not a simple task; however, luckily, someone already did the job. Indeed, Jeff Overcash, the maintainer of the InterBase Express Components (IBX), wrote the Android Text To Speech JNI Translation. His translation with a simple demo app is available on CodeCentral (http://cc.embarcadero.com/item/29594 ...
Read now
Unlock full access