We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741d090 commit 11b3ddbCopy full SHA for 11b3ddb
lib/player/player_model.dart
@@ -9,7 +9,7 @@ import '../common/data/audio.dart';
9
import '../common/data/mpv_meta_data.dart';
10
import 'player_service.dart';
11
12
-const rateValues = [1.0, 1.5, 2.0];
+const rateValues = [.75, 1.0, 1.25, 1.5, 1.75, 2.0];
13
14
class PlayerModel extends SafeChangeNotifier {
15
final PlayerService _service;
0 commit comments