RemoveSpeakerAudio

Removes (deletes) one or more audio samples from a speaker.

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 speaker. Yes
identifier The identifier of the speaker. Yes

Example

The following example removes the audio samples labeled sample1 and sample2 from the speaker JohnSmith in the database news.

/action=RemoveSpeakerAudio&database=news
                          &identifier=JohnSmith
                          &audiolabels=sample1,sample2

Response

<autnresponse>
  <action>REMOVESPEAKERAUDIO</action>
  <response>SUCCESS</response>
  <responsedata></responsedata>
</autnresponse>