MoveSpeaker

Moves a speaker from one database to another.

TIP: Moving a speaker between databases changes the audio that is available for calculating speaker thresholds. After moving a speaker you might want to recalculate the speaker thresholds by running the action EstimateAllSpeakerThresholds (on both databases).

Type: synchronous

Parameter Description Required
database The name of the database that currently contains the speaker. Yes
identifier The identifier of the speaker to move. Yes
newdatabase The name of the database to move the speaker to. The new database must have been created with the same sample frequency. Yes

Example

The following example moves a speaker from the news database to the politicians database:

/action=MoveSpeaker&database=news
                   &identifier=a4a28eb52367f51057c9904807a9d564
                   &newdatabase=politicians

Response

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