ListUnknownSpeakerAudio
Returns a list of audio samples that were added to represent unknown speakers, for a specified database.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the speaker database. | Yes |
Example
The following example lists the audio samples for unknown speakers in the news
database.
/action=ListUnknownSpeakerAudio&database=news
Response
The following is an example response that lists audio samples for unknown speakers.
<autnresponse> <action>LISTUNKNOWNSPEAKERAUDIO</action> <response>SUCCESS</response> <responsedata> <audio> <label>a2cba81f5f630e5c67ad5d2803925ddf</label> </audio> <audio> <label>b6198bffc96e04adebd61ac6195814d0</label> </audio> <audio> <label>c08d28d1d2a77cadd59cacda72e7c432</label> </audio> <audio> <label>d45a616e8308ad64055c8fc97f15d14c</label> </audio> </responsedata> </autnresponse>
See Also
To list audio samples for known speakers, use the action ListSpeakers with the parameter audiostatus=true
.