am 371fd13c
: Merge "Fix bug 3511256 invalid TTS parameter cache size" into honeycomb-mr1
* commit '371fd13c31b7e067fafc680948b907b6a0a621d7': Fix bug 3511256 invalid TTS parameter cache size
This commit is contained in:
@ -414,8 +414,10 @@ public class TextToSpeech {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* {@hide}
|
* {@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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user