ttsRequests = 0 on init

This commit is contained in:
sonora 2016-07-05 22:48:38 +02:00
parent 5950bf73fc
commit 755f5ebc20

View file

@ -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