1 2 3 4 5 6 7
extends AudioStreamPlayer var speech_playback_position: float = 0.0 func speak(sound: AudioStream): stream = sound play()