extends AudioStreamPlayer func play(from_position: float = 0.0) -> void: set_pitch_scale(randf_range(1.1, 1.4)) super(from_position)