yy1717
2020-03-09 2dd405a64e0a6e468a205e7348520e87576e5358
lib/src/main/java/com/anyun/exam/lib/util/Speaker.java
@@ -4,6 +4,8 @@
import android.speech.tts.TextToSpeech;
import android.util.Log;
import com.anyun.exam.lib.RemoteService;
import java.util.Locale;
public class Speaker {
@@ -14,6 +16,7 @@
    public Speaker(final Context context) {
        // TODO Auto-generated constructor stub
        Log.d(TAG, "Speaker Init...");
        this.context = context;
        tts = new TextToSpeech(context, new TextToSpeech.OnInitListener() {
            @Override