Home
last modified time | relevance | path

Searched refs:DEFAULT_PITCH (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
DTextToSpeechService.java896 return getIntParam(mParams, Engine.KEY_PARAM_PITCH, Engine.DEFAULT_PITCH); in getPitch()
DTextToSpeech.java237 public static final int DEFAULT_PITCH = 100; field in TextToSpeech.Engine