question

EmergingTechPowerApps-6374 avatar image
0 Votes"
EmergingTechPowerApps-6374 asked romungi-MSFT commented

Azure speaker recognition model

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


azure-speech
encodedaudio.txt (63.4 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@EmergingTechPowerApps-6374 Did you get a chance to try this scenario again with any of the samples below or just the wav audio file?

0 Votes 0 ·

1 Answer

romungi-MSFT avatar image
0 Votes"
romungi-MSFT answered

@EmergingTechPowerApps-6374 I have used the file attached and it seems to provide the same response.
You could use your audio file directly and try to check if enrollment is successful. For example with any sample audio from here the enrollment works fine.

110956-image.png



image.png (36.2 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.