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

Getting end timestamp in result(s) #982

Open
rohithkodali opened this issue Jun 6, 2024 · 2 comments
Open

Getting end timestamp in result(s) #982

rohithkodali opened this issue Jun 6, 2024 · 2 comments

Comments

@rohithkodali
Copy link

Is there any possibility to get start and end timestamp both for every token, currently we are getting only start time of every token.

A scenario that we face in general is, we have multiple speech samples where there is a long silence (>0.5 seconds to 3 seconds) as we have only the start time, the particular word is kind of spoken for 3 seconds which is not a proper scenario when we check the duration analysis.

Another question, is it possible to get logits in the result(s) along with timestamps so that we can apply some other algorithms on them?

@csukuangfj
Copy link
Collaborator

Please see
#989

Currently, we can only get stop timestamp of each token for CTC models.

@csukuangfj
Copy link
Collaborator

Another question, is it possible to get logits in the result(s) along with timestamps so that we can apply some other algorithms on them?

Please see

std::vector<float> ys_probs; //< log-prob scores from ASR model

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants