mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-02-28 21:38:20 +03:00
parent
474615d865
commit
427bcbcef3
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public class PlaybackParameterDialog extends DialogFragment {
|
||||||
private static final String TAG = "PlaybackParameterDialog";
|
private static final String TAG = "PlaybackParameterDialog";
|
||||||
|
|
||||||
// Minimum allowable range in ExoPlayer
|
// 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 double MAX_PITCH_OR_SPEED = 5.00f;
|
||||||
|
|
||||||
private static final boolean PITCH_CTRL_MODE_PERCENT = false;
|
private static final boolean PITCH_CTRL_MODE_PERCENT = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue