bn::sound_speed_manager class

Manages the speed of a sound effect.

Public static functions

static auto get(sound_handle handle) -> fixed
Returns the speed of the given sound_handle.
static void set(fixed speed, sound_handle handle)
Sets the speed of the given sound_handle.