Reputation: 21
I am writing a voice-related project. I am developing a function to distinguish the voices of the people in the voices in real time. I use the Microsoft Azure Speaker Recognition API to distinguish people's voices.
According to the API guide, I have to upload a WAV file to receive audio and Differentiate the users in the voice. However, I need to using real-time audio streams to distinguish users voice.
So my question is : how do I use a real-time audio stream to implement Speaker Recognition?
Upvotes: 1
Views: 231
Reputation: 209
The current version of the APIs (1.0) doesn't support audio streaming, but this will be supported in version 2.0 which should be available in a few months (summer 2020).
Upvotes: 2