extends AudioStreamPlayer3D var speech_playback_position: float = 0.0 func speak(sound: AudioStream): stream = sound play()