revert 0.01 speed

- neither useful nor working
- Closes: #35
This commit is contained in:
Aliberk Sandıkçı 2025-02-07 15:00:36 +03:00
parent 474615d865
commit 427bcbcef3
Signed by: asandikci
GPG key ID: A3B47D76845BEDF3

View file

@ -44,7 +44,7 @@ public class PlaybackParameterDialog extends DialogFragment {
private static final String TAG = "PlaybackParameterDialog";
// Minimum allowable range in ExoPlayer
private static final double MIN_PITCH_OR_SPEED = 0.01f;
private static final double MIN_PITCH_OR_SPEED = 0.1f;
private static final double MAX_PITCH_OR_SPEED = 5.00f;
private static final boolean PITCH_CTRL_MODE_PERCENT = false;