MoveSpeakerAudio

Moves an audio sample from one speaker to another. You might use this action if you add an audio sample to the wrong speaker.

Type: synchronous

Parameter Description Required
audiolabel The label of the audio sample to move. Yes
database The database that contains the speaker that the audio is currently associated with. Yes
identifier The identifier of the speaker that the audio is currently associated with. Yes
newdatabase The database to move the audio sample to. The default value of this parameter is the same database as specified by the database parameter. No
newidentifier The speaker to move the audio sample to. Yes

Example

curl http://localhost:14000/action=MoveSpeakerAudio
                                        -F database=news
                                        -F identifier=newsreader1
                                        -F audiolabel=sample7
                                        -F newidentifier=newsreader3

Response

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