modelscope / modelscope/FunASR
二进制程序模式下是否可以支持返回对应时间戳标签
Open
Nobody has claimed this yet.
deployment
enhancement
needs feedback
- Dominant language
- Python
- Stars
- 20.4k
- Forks
- 2k
- Avg merge
- 4h 55m
- Merged PRs (30d)
- 169
Description
二进制程序现在只能返回识别到的文字,能否再返回对应的时间戳,这将极大地方便跨语言开发,不然还要装python一大堆库才能跑原生模型。二进制模式要是直接返回时间戳+文本,那就非常方便了。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the binary program entry point and the code that currently emits recognized text. Then inspect the Python inference path to see whether timestamp data is already available. Done means the binary mode returns timestamps together with text in a documented, usable format, with behavior verified through the relevant existing checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- audio-video-rtc, cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100