RelabelSpeakerAudio

Changes the label of an audio sample.

Type: synchronous

Parameter Description Required
database The name of the database that contains the speaker. Yes
identifier The identifier of the speaker the audio sample is associated with. Yes
audiolabel The current label of the audio sample. Yes
newaudiolabel The new label (maximum 254 bytes). Yes

Example

/action=RelabelSpeakerAudio&database=news
                        &identifier=newsreader2
                        &audiolabel=182d1007acab1a12890d2045794f27cc
                        &newaudiolabel=sample3

Response

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