ListAudioMatchDatabases
Lists the databases that have been created for audio matching.
Type: synchronous
Example
/action=ListAudioMatchDatabases
Response
The response includes the following information for each database:
database
- the name of the database.samplefrequency
- the sample frequency of the audio that the database can be used with.numentries
- the number of clips that have been added to the database.
<autnresponse> <action>LISTAUDIOMATCHDATABASES</action> <response>SUCCESS</response> <responsedata> <database> <database>music</database> <samplefrequency>16000</samplefrequency> <numentries>4</numentries> </database> </responsedata> </autnresponse>