ahmetoner / whisper-asr-webservice

OpenAI Whisper ASR Webservice API
https://ahmetoner.github.io/whisper-asr-webservice
MIT License
2.04k stars 370 forks source link

Option to split output by speaker for multi channel audio #85

Open taf2 opened 1 year ago

taf2 commented 1 year ago

Whisper.cpp has an option to output speaker markers when feeding multi channel audio files. Is this possible with faster whisper?

ayancey commented 11 months ago

Are you referring to diarization? This is possible in WhisperX which is in the process of being implemented.