Skip to content

Commit 11b3ddb

Browse files
TheShadowOfHassenFeichtmeier
authored andcommitted
feat: add extra speeds (#922)
1 parent 741d090 commit 11b3ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/player/player_model.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import '../common/data/audio.dart';
99
import '../common/data/mpv_meta_data.dart';
1010
import 'player_service.dart';
1111

12-
const rateValues = [1.0, 1.5, 2.0];
12+
const rateValues = [.75, 1.0, 1.25, 1.5, 1.75, 2.0];
1313

1414
class PlayerModel extends SafeChangeNotifier {
1515
final PlayerService _service;

0 commit comments

Comments
 (0)