Loading core/java/android/speech/tts/TextToSpeech.java +3 −1 Original line number Diff line number Diff line Loading @@ -414,8 +414,10 @@ public class TextToSpeech { /** * {@hide} * Total number of cached speech parameters. * This number should be equal to (max param position/2) + 1. */ protected static final int NB_CACHED_PARAMS = 20; protected static final int NB_CACHED_PARAMS = 10; } /** Loading Loading
core/java/android/speech/tts/TextToSpeech.java +3 −1 Original line number Diff line number Diff line Loading @@ -414,8 +414,10 @@ public class TextToSpeech { /** * {@hide} * Total number of cached speech parameters. * This number should be equal to (max param position/2) + 1. */ protected static final int NB_CACHED_PARAMS = 20; protected static final int NB_CACHED_PARAMS = 10; } /** Loading