Merge "Fix bug 3511256 invalid TTS parameter cache size" into honeycomb-mr1
This commit is contained in:
committed by
Android (Google) Code Review
commit
371fd13c31
@ -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