add sentence service
This commit is contained in:
@@ -121,3 +121,11 @@ SDK 基于 AndroidX Media3 / ExoPlayer,支持在线视频流、本地缓存、
|
||||
暂停/继续、左划/右划按句或按步长跳转,并预留了学生模仿质量评分算法接口。
|
||||
|
||||
详见 [android/README.md](android/README.md)。
|
||||
|
||||
## 句子边界 API
|
||||
|
||||
仓库新增了 `sentence_api/` 服务。它复用桌面播放器的静音检测算法,提前为视频
|
||||
生成句子边界,并根据视频 SHA-256 哈希向 Android 返回毫秒级的
|
||||
`start_ms` / `end_ms` 列表。服务不会在移动端请求时临时分析视频。
|
||||
|
||||
详见 [sentence_api/README.md](sentence_api/README.md)。
|
||||
|
||||
Reference in New Issue
Block a user