We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there any built-in way to identify two speakers? Thank you
The text was updated successfully, but these errors were encountered:
Currently, the only option to identify different speakers is if each speaker will be recorded in a different channel, and in this case, diarization can be used as in example: https://github.com/sandrohanea/whisper.net/blob/main/examples/Diarization/Program.cs
However, if the speakers are not isolated in different channels, there is this on-going effort in the nartive library: ggerganov/whisper.cpp#1058
If that will work and will be merged, this dotnet binding will probably add support as well.
Sorry, something went wrong.
Thank you
No branches or pull requests
Is there any built-in way to identify two speakers?
Thank you
The text was updated successfully, but these errors were encountered: