Skip to content

Commit

Permalink
Update controller.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdgsu authored Jan 20, 2025
1 parent d3c99cc commit 25e252f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/plugin/pl_player/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -583,9 +583,13 @@ class PlPlayerController {
};
await pp.setProperty(
"af",
"scaletempo2=max-speed=8$audioNormalization",
"scaletempo2=max-speed=8",
);
}
await pp.setProperty(
"af",
"filter:a loudnorm=linear=true:i=-23.0:LRA=6.5:TP=-1.5",
);
// 音量不一致
if (Platform.isAndroid) {
await pp.setProperty("volume-max", "100");
Expand Down

0 comments on commit 25e252f

Please sign in to comment.