Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Getting started with Udoo

You're reading from   Getting started with Udoo Become an efficient maker by designing and building amazing prototypes with the UDOO platform and Android

Arrow left icon
Product type Paperback
Published in Feb 2015
Publisher
ISBN-13 9781784391942
Length 206 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Emanuele Palazzetti Emanuele Palazzetti
Author Profile Icon Emanuele Palazzetti
Emanuele Palazzetti
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Implementing voice recognition


Now that our prototype can handle different presets, we should provide a fast way to change, create, or edit user presets through voice recognition. One of the easiest ways to manage voice recognition is to use Android's Intent messaging object to delegate this action to another application component. As we discussed at the beginning of the chapter, if we install and configure a compliant voice input application, Android can use it for voice recognition.

The main goal is to provide an abstract class that will be extended by our activities in order to manage recognition callback, while avoiding code repetition. The overall design is as follows:

  • We should provide a common interface for activities that need voice recognition.

  • We should provide a startRecognition() method to launch the recognition activity through the Intent object.

  • We should implement the onActivityResult() callback that will be called by the launched activity when voice recognition ends. In this...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image