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 - output speech segment probability #1749

Open
bigchou opened this issue May 22, 2024 · 0 comments
Open

VAD - output speech segment probability #1749

bigchou opened this issue May 22, 2024 · 0 comments
Labels
question Further information is requested

Comments

@bigchou
Copy link

bigchou commented May 22, 2024

About FSMN-VAD, is it possible to output speech segment probability like what Silero-VAD does? E.g.

wav = read_audio('asr_example.wav')

raw_probs = model.audio_forward(wav, sr=16000, num_samples=512)

tensor([[0.0948, 0.1472, 0.1674, ..., 0.9034, 0.9971, 0.9988]])

@bigchou bigchou added the question Further information is requested label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant