You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using WebvttParser() to parse WebVTT transcripts, which internally uses WebvttCueParser() to parse cues.
While WebvttCueParser.parseCueText(...) provides the payload with style formatting, it removes the speaker identifiers or the TAG_VOICE.
Can we get an in-built support for speaker info within the cues of WebVTT transcripts?
The text was updated successfully, but these errors were encountered:
I'll mark this as an enhancement. I'm afraid we are unlikely to work on this ourselves soon, but we would consider a high quality PR implementing this.
We're using
WebvttParser()
to parse WebVTT transcripts, which internally usesWebvttCueParser()
to parse cues.While
WebvttCueParser.parseCueText(...)
provides the payload with style formatting, it removes the speaker identifiers or theTAG_VOICE
.Can we get an in-built support for speaker info within the cues of WebVTT transcripts?
The text was updated successfully, but these errors were encountered: