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

Support transcribing multiple voices #146

Open
dysbulic opened this issue Aug 15, 2023 · 0 comments
Open

Support transcribing multiple voices #146

dysbulic opened this issue Aug 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dysbulic
Copy link

Is your feature request related to a problem?

I am working on an interface to evaluate recordings of pair programming sessions. The UI utilizes WebVTT for subtitles & it'd be really nice if the file used whisper.cpp's diarization to determine when speakers alternate & then use WebVTTs (voice) tags to differentiate changes in speaker.

What's the solution you'd like?

Ideally, the program would identify the different voices in the video and mark them appropriately in the VTT. Then, I'd be able to specify the CSS (VTT supports Cascading StyleSheets) used for each voice.

The UI could be as simple as just letting me pick a color for each voice, but raw CSS would be just as simple to collect & be infinitely more flexible. (One can specify gradient fills or different fonts or ligatures or backgrounds or whatever.)

What're alternatives you've considered?

Currently, I'm looking at manually having to specify voices & styles & that's just alot of overhead I'd as soon avoid.

Is there additional context?

I'm uncertain if whisper.cpp's diarization distinguishes between speakers or just recognizes when the speaker changes. I'll do some more research and post a comment on this request later.

@chenlung chenlung added the enhancement New feature or request label Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants