Speech (pre-packaged API)

The Speech API on the Android platform helps integrate speech input/output capabilities into your application. When you speak into your device, your words are converted into text. Using this API, you can add voice navigation, fill in a form with voice input, and so on. For more information, click here.

This API is pre-bundled with Visualizer Classic and does not need to be explicitly imported. Enable this API from Project properties before using.

IMPORTANT: This API is available on Android platform only.

The Text-to-speech functionality allows you to create applications that can convert text into speech. The Text-to-speech feature can be tailored to different languages and locales, allowing you to create an experience that is targeted to your application users. Using this API, you can enable your phone to read pages of text out loud. You can also change the pitch and speech rate. For more information, click here.

APIs

Click here to view Speech APIs.

Sample Application

Click here to download a sample application for Speech.