SoundPlayer
is a class used for playing sounds in the game world
autoplay: bool
playing: bool
sound_id: int
play(float from = 0.0)
play
function starts audio playback. Optionally, specify a starting point with the from
parameter in seconds.
seek(float to_position)
get_playback_position(): float
load(int sound_id)
loaded
finished