Skip to content

Commit

Permalink
fixed the example script
Browse files Browse the repository at this point in the history
  • Loading branch information
kdik committed Nov 13, 2022
1 parent e00639b commit 53d0731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/texttospeech/Example.gd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ func _ready():
var speed = 0.9
yield($TextToSpeech.say(text, TextToSpeech.VOICE_AWB, speed), "completed")
yield($TextToSpeech.say(text, TextToSpeech.VOICE_KAL, speed), "completed")
yield($TextToSpeech.say(text, TextToSpeech.VOICE_RMS, speed), "completed")
yield($TextToSpeech.say(text, TextToSpeech.VOICE_KAL16, speed), "completed")
yield($TextToSpeech.say(text, TextToSpeech.VOICE_SLT, speed), "completed")

0 comments on commit 53d0731

Please sign in to comment.