Changes to fading and delays.
* Removed ma_engine_sound_set_fade_in/out() * Add ma_engine_sound_set_fade_point_in_frames() * Add ma_engine_sound_set_fade_point_in_milliseconds() * Add ma_engine_sound_set_stop_delay() * Add ma_engine_sound_get_time_in_frames() * Removed ma_engine_sound_group_set_fade_in/out() * Add ma_engine_sound_group_set_fade_point_in_frames() * Add ma_engine_sound_group_set_fade_point_in_milliseconds() * Add ma_engine_sound_group_set_stop_delay() * Add ma_engine_sound_group_get_time_in_frames() The fade in/out system has been replaced with something more general and flexible which allows for up to two fade points to be configured per sound or group, with arbitrary time periods and volumes. This commit also includes the addition of a placeholder parameter for ma_engine_sound_init_from_file() which is used to notify the caller when an asynchronously loaded sound has finished loading.
Showing
This diff is collapsed.
Please register or sign in to comment