List of usage examples for android.speech.tts TextToSpeechService subclass-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 };