docs(haptics): add SDK research and host evaluation tools - #60
Conversation
|
Warning Review limit reached
Next review available in: 19 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (36)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
改了啥呀
把音频触觉的实施方案、阶段报告、Android 真机基准和宿主侧评测/Shadow 工具整理进 Harmony 仓库;SDK 本体已经搬到公开独立仓库
AlkaidLab/moonlight-audio-haptics,这里不再复制那一大坨算法源码啦。新增统一 CMake 解析器:CI 可通过
AUDIO_HAPTICS_SDK_DIR指向不可变 SDK checkout,本地默认识别并列目录../moonlight-audio-haptics。评测器和 Android NDK benchmark 都走同一个入口。为啥要改
SDK 已经拥有独立 Apache-2.0 许可证、C ABI、Android AAR、测试与
v0.5.14发布生命周期。Harmony 仓库继续保存宿主接入、实验基线和设备数据,边界清楚一点,版本就不会缠成杂鱼毛线球。验证
find_package配置与链接通过AUDIO_HAPTICS_SDK_DIR:8/8 通过SDK 发布基线:
v0.5.14/ commite243a6ce65d6dec35976ca0eace3c5aff0d82cc4。现有 Harmony 应用、StreamingSession 和 native Shadow 的未提交本地改动没有混进本 PR。