fix: 音量不一致问题

This commit is contained in:
guozhigq
2023-10-22 19:19:08 +08:00
parent ab7dd149d3
commit 59f7c52611

View File

@ -382,6 +382,8 @@ class PlPlayerController {
var pp = player.platform as NativePlayer;
// 解除倍速限制
await pp.setProperty("af", "scaletempo2=max-speed=8");
// 音量不一致
await pp.setProperty("audio", "--ao=audiotrack");
// 音轨
if (dataSource.audioSource != '' && dataSource.audioSource != null) {
await pp.setProperty(