This commit is contained in:
rang 2026-01-06 17:57:51 +08:00
parent 634ffaed8c
commit edd5a01482
9 changed files with 997 additions and 950 deletions

View file

@ -174,8 +174,7 @@ class AbsAudioPlayer {
}
Future<void> seek(Duration position, {int? index}) async {
await _player.seek(_addClippingStart(_player.position, add: false),
index: index);
await _player.seek(_addClippingStart(position, add: false), index: index);
}
Future<void> setSpeed(double speed) async {