RemoveUnknownSpeakerAudio
Removes (deletes) audio samples that represent unknown speakers.
Type: synchronous
Parameter | Description | Required |
---|---|---|
audiolabels
|
A comma-separated list of labels specifying the audio samples to remove. | Yes |
database
|
The name of the database that contains the audio samples. | Yes |
Example
The following example removes two audio samples for unknown speakers from the database news
:
/action=RemoveUnknownSpeakerAudio&database=news &audiolabels=sample1,sample2
Response
<autnresponse> <action>REMOVEUNKNOWNSPEAKERAUDIO</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>