CreateSpeakerDatabase

Creates a new, empty, database to store speakers for speaker identification.

Type: synchronous

Parameter Description Required
database The name for the new database (maximum 254 bytes). Yes

Example

The following example creates an empty database named news:

/action=CreateSpeakerDatabase&database=news

Response

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

See Also

To add speakers to the database, use the action NewSpeaker.