请问speech-to-text能获取到时间戳的信息吗,希望可以支持一下。 #2718
-
请问是否可以输出一个带时间信息的数据结构 下面是Google’s Speech-to-Text API [
{
"startTime": "1.400s",
"endTime": "1.800s",
"word": "okay"
},
{
"startTime": "1.800s",
"endTime": "2.300s",
"word": "so"
},
...
] |
Beta Was this translation helpful? Give feedback.
Answered by
yt605155624
Dec 5, 2022
Replies: 2 comments 3 replies
-
https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/demos/streaming_asr_server |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
qin20
-
可以先把音频切片,切完之后的能带出时间信息,然后再识别。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/demos/streaming_asr_server