ListSpeakerDatabases

Lists the databases that have been created to store speakers for speaker identification.

Type: synchronous

Example

/action=ListSpeakerDatabases

Response

The response includes a list of databases. The numentries element describes the number of speakers who have been added to the database. The samplefrequency element describes the sample frequency of the audio that the database can be used with.

<autnresponse>
  <action>LISTSPEAKERDATABASES</action>
  <response>SUCCESS</response>
  <responsedata>
    <database>
      <database>news</database>
      <numentries>9</numentries>
      <samplefrequency>16000</samplefrequency>
    </database>
    <database>
      <database>supportcalls</database>
      <numentries>11</numentries>
      <samplefrequency>8000</samplefrequency>
    </database>
  </responsedata>
</autnresponse>