From eb2ccac68744c50d7bf777c6e784f1335702b3e4 Mon Sep 17 00:00:00 2001 From: orz12 Date: Sat, 31 Aug 2024 10:39:57 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E8=AE=BE=E7=BD=AE=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E8=B0=83=E6=95=B4=EF=BC=9A=E4=BC=98=E5=85=88=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=20OpenSL=20ES=20=E8=BE=93=E5=87=BA=E9=9F=B3=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/setting/video_setting.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/setting/video_setting.dart b/lib/pages/setting/video_setting.dart index d9faec316..e89167661 100644 --- a/lib/pages/setting/video_setting.dart +++ b/lib/pages/setting/video_setting.dart @@ -254,7 +254,7 @@ class _VideoSettingState extends State { title: '优先使用 OpenSL ES 输出音频', leading: Icon(Icons.speaker_outlined), subTitle: - '关闭则优先使用AudioTrack输出音频(此项即mpv的--ao),若遇系统音效丢失、无声等问题请尝试关闭。', + '关闭则优先使用AudioTrack输出音频(此项即mpv的--ao),若遇系统音效丢失、无声、音画不同步等问题请尝试关闭。', setKey: SettingBoxKey.useOpenSLES, defaultVal: true, ),