user2020792
user2020792

Reputation: 239

Google Speech Recognition Timestamps for Known Transcript

I have an audio file and I have an exact transcript of that audio file. I would like to be able to get the timestamps of each word in that specific transcript.

I don't want timestamps for for the non-accurate recognized speech. I can already do that, and it is useful, but it's not quite good enough due to the mistakes in the speech recognition.

Does anyone know if this is possible with Google speech recognition?

Upvotes: 1

Views: 162

Answers (1)

Nikolay Shmyrev
Nikolay Shmyrev

Reputation: 25220

It is not possible with Google speech recognition. You have to use other services. Even open source tools exist.

Upvotes: 2

Related Questions