ttsRequests = 0 on init
This commit is contained in:
parent
5950bf73fc
commit
755f5ebc20
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ public class TTSCommandPlayerImpl extends AbstractPrologCommandPlayer {
|
|||
}
|
||||
if (mTts == null) {
|
||||
mTtsContext = ctx;
|
||||
ttsRequests = 0;
|
||||
final float speechRate = cSpeechRate;
|
||||
mTts = new TextToSpeech(ctx, new OnInitListener() {
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue