I'm trying to build an application that solves the problem of speaker diarization by using the Microsoft Cognitive Speaker Recognition APIs.
Looking at the sample project and reading the APIs documentation, i understood that the recognition should be done sending a wav file to the service, which goes against my goal of doing it real time.
Has someone done some research on that? Is it feasible using those APIs or i should look for another road?