MSDN Forum: Speaker Recognition API

speaker recognize 1 Reputation point
2021-02-18T15:35:17.167+00:00

when i use rest API of speaker recognition
curl --location --request POST 'INSERT_ENDPOINT_HERE/speaker/verification/v2.0/text-independent/profiles/INSERT_PROFILE_ID_HERE/enrollments' \
--header 'Ocp-Apim-Subscription-Key: INSERT_SUBSCRIPTION_KEY_HERE' \
--header 'Content-Type: audio/wav' \
--data-binary 'INSERT_FILE_PATH_HERE'

its always have the error below

Audio format not supported

the voice file i upload format is like below

Wave PCM signed 16 bit, 16000Hz , 256 kbps , mono And its lower 5 mb 46 secs

and this "Ask a Question" is very unfrinedly

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,645 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,731 Reputation points
    2021-03-01T09:26:24.28+00:00

    @speaker recognize Thanks. We are able to create enrollment in postman as shown in the screenshot.
    72945-image.png

    0 comments No comments