Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vad 采样率问题 #1992

Closed
wcr369 opened this issue Aug 7, 2024 · 0 comments
Closed

vad 采样率问题 #1992

wcr369 opened this issue Aug 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@wcr369
Copy link

wcr369 commented Aug 7, 2024

waveform, sample_rate = soundfile.read("vad_example_zh.wav")
segments_result = inference_pipeline(input=waveform)
print(segments_result)
在向模型'iic/speech_fsmn_vad_zh-cn-16k-common-pytorch'传入已经解析的音频时,我的音频实际采样率为22.05k,但是模型返还的结果是按照16k采样率计算的。

@wcr369 wcr369 added the bug Something isn't working label Aug 7, 2024
@wcr369 wcr369 closed this as completed Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant