The AfpDatabaseInfo
task returns a list of all tracks that are currently stored within the specified database. It allows you to review the contents and to list the track tags to use when removing tracks from the database. The AfpDatabaseInfo
task is based on acoustic landmark matching.
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to AfpDatabaseInfo . |
Yes |
AfpDb | The audio fingerprint database (if it is defined in the configuration file). | * |
Out | The log file to write the database contents to. | Yes |
Pack | The audio fingerprint database (if it is not defined in the configuration file). | * |
PackDir |
The path to the directory containing the database. |
* |
http://localhost:13000/action=AddTask&Type=AfpDatabaseInfo&Pack=Adverts&PackDir=C:\resources&Out=AdvertsDb.xml
This action uses port 13000
to instruct Speech Server, which is located on the local machine, to write the contents of the Adverts
database to the AdvertsDb
XML file. You can access this file remotely by sending a GetResults
action, setting the Token
parameter to the task ID token that was returned when the task was submitted.