diff --git a/lib/plugin/pl_player/controller.dart b/lib/plugin/pl_player/controller.dart index 39dc62cef..4a346acbf 100644 --- a/lib/plugin/pl_player/controller.dart +++ b/lib/plugin/pl_player/controller.dart @@ -571,7 +571,7 @@ class PlPlayerController { var pp = player.platform as NativePlayer; // 解除倍速限制 await pp.setProperty("af", "scaletempo2=max-speed=8"); - await pp.setProperty("af", "loudnorm=I=-24:LRA=6.3:TP=-8.5"); + // 音量不一致 if (Platform.isAndroid) { await pp.setProperty("volume-max", "100"); @@ -598,6 +598,7 @@ class PlPlayerController { ? dataSource.audioSource!.replaceAll(';', '\\;') : dataSource.audioSource!.replaceAll(':', '\\:'), ); + await pp.setProperty("af", "loudnorm=I=-24:LRA=6.3:TP=-8.5"); } else { await pp.setProperty( 'audio-files',