Skip to content

Commit

Permalink
More compile fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Sep 7, 2024
1 parent 6a948f7 commit 673414d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public void onError(String utteranceId) {
* 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);
Expand Down

0 comments on commit 673414d

Please sign in to comment.