Example usage for android.speech.tts TextToSpeechService subclass-usage

List of usage examples for android.speech.tts TextToSpeechService subclass-usage

Introduction

In this page you can find the example usage for android.speech.tts TextToSpeechService subclass-usage.

Usage

From source file com.github.olga_yakovleva.rhvoice.android.RHVoiceService.java

public final class RHVoiceService extends TextToSpeechService {
    private static final String TAG = "RHVoiceTTSService";

    private static final int[] languageSupportConstants = { TextToSpeech.LANG_NOT_SUPPORTED,
            TextToSpeech.LANG_AVAILABLE, TextToSpeech.LANG_COUNTRY_AVAILABLE,
            TextToSpeech.LANG_COUNTRY_VAR_AVAILABLE };