mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update repo
This commit is contained in:
parent
e2f8fa4b64
commit
289cb1d2c8
@ -37,7 +37,7 @@ class TestFSMNInferencePipelines(unittest.TestCase):
|
||||
rec_result = inference_pipeline(
|
||||
audio_in='https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/test_audio/vad_example.wav')
|
||||
logger.info("vad inference result: {0}".format(rec_result))
|
||||
assert rec_result["text"] == [[80, 2340], [2620, 6200], [6480, 23670], [23950, 26250], [26780, 28990],
|
||||
assert rec_result["text"] == [[70, 2340], [2620, 6200], [6480, 23670], [23950, 26250], [26780, 28990],
|
||||
[29950, 31430], [31750, 37600], [38210, 46900], [47310, 49630], [49910, 56460],
|
||||
[56740, 59540], [59820, 70450]]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user