ci(haptics): update dialogue-aware SDK revision#421
Open
qiin2333 wants to merge 4 commits into
Open
Conversation
qiin2333
marked this pull request as ready for review
July 18, 2026 16:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改了啥呀
在 #414 已合入的 Android SDK 边界上,把 CI 锁定的 Audio Haptics revision 更新到
5f040de03ca5990666c61551c7e56a168766df85。这版 SDK 在 GAME authoring 层加入对白感知:联合 VAD、中置声像和人声频带证据抑制对白误震,同时让强物理冲击保留证据绕行。review 后又补上了 libfvad 越界、有符号溢出与负数移位修正、PATENTS 分发和 Sanitizer 回归。Android 这边仍然只换固定 SHA,不偷偷复制算法,边界很乖啦。
对应 SDK 变更:AlkaidLab/moonlight-audio-haptics#1
为啥要改
纯能量检测容易把对白里的爆破音和口型瞬态当成游戏触觉。算法留在独立 SDK 后,Android 继续只负责 PCM 接入、事件队列和设备 Renderer,未来其他宿主也能复用同一套 GAME 语义。
验证
assembleNonRootDebug:APK 生成成功