fix: 视频播放速度超过4.0就没有声音了 issues #191

This commit is contained in:
guozhigq
2023-10-15 17:02:13 +08:00
parent 7c38340fc6
commit 15947e45da

View File

@ -351,7 +351,8 @@ class PlPlayerController {
);
var pp = player.platform as NativePlayer;
// 解除倍速限制
await pp.setProperty("af", "scaletempo2=max-speed=8");
// 音轨
if (dataSource.audioSource != '' && dataSource.audioSource != null) {
await pp.setProperty(