extends AudioStreamPlayer func _ready() -> void: $Timer.start(stream.get_length()) func _on_timeout() -> void: queue_free()