mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-01 22:07:01 +01:00
More compile fixes.
This commit is contained in:
parent
6a948f7240
commit
673414d913
@ -188,7 +188,7 @@ public class PandemoniumTTS extends UtteranceProgressListener {
|
||||
* Initialize synth and query.
|
||||
*/
|
||||
public void init() {
|
||||
synth = new TextToSpeech(p_activity, null);
|
||||
synth = new TextToSpeech(activity, null);
|
||||
queue = new LinkedList<PandemoniumUtterance>();
|
||||
|
||||
synth.setOnUtteranceProgressListener(this);
|
||||
|
Loading…
Reference in New Issue
Block a user