You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Is there any reason why the playback speed is capped between these two values _playbackSpeed = value.coerceIn(0.5f, 2.0f)?
Can you please lower the slower value from0.5f to 0.25f?
Hello,
Is there any reason why the
playback speedis capped between these two values_playbackSpeed = value.coerceIn(0.5f, 2.0f)?Can you please lower the slower value from
0.5fto0.25f?