#Getting word timestamps using AsyncSSE TTS
1 messages · Page 1 of 1 (latest)
Hi @vague moss - sorry not too sure what you mean by reverse mapping to text - could you clarify? Maybe an example would help 😅
Yes! For example, I am converting something like "Hello, world!" to audio, and, at some point when the audio is being played on the frontend, the user interrupts. I want to be able to transcribe the text afterwards. Did the user interrupt between "Hello" and "world"? Or after everything was said? Or before anything at all was said?
I can do this using the timestamps, but I then need to be able to map those timestamps back to the words (like word_timestamps in websocket), however I don't see this option in asyncsse