Hello,
I have created a text-independent profile for the Azure speaker recognition model via REST API.
I have encoded the.wav file and tried calling the create enrollment API for which I am getting the below error response for any data.
{
"error": {
"code": "InvalidRequest",
"message": "Audio is too noisy."
}
}
Please find the attachment of my encoded audio sample:110864-encodedaudio.txt
