AfptDatabaseInfo

DEPRECATED:

The AfptDatabaseInfo task is deprecated in IDOL Speech Server version 11.5 and later. Use the AfpDatabaseInfo task instead.

This task is still available for existing implementations, but it might be incompatible with new functionality. The task might be deleted in future.

The AfptDatabaseInfo 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 AfptDatabaseInfo task uses templates as opposed to landmarks, which improves robustness to audio mismatches at the cost of scaleability.

Parameters

Parameter Description Required
Type The task name. Set to AfptDatabaseInfo. Yes
AfpDb The audio fingerprint database (if it is defined in the configuration file). See Comments
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). See Comments
PackDir

The path to the directory containing the database.

See Comments

Comments

NOTE:

The database type for this template-based audio fingerprinting task is fptdb (as opposed to fpdb for landmark-based audio fingerprinting).

If the database is defined in the IDOL Speech Server configuration file, you must set the AfpDb parameter. If the database is not defined, set both the Pack and PackDir parameters instead.

Example

http://localhost:15000/action=AddTask&Type=AfptDatabaseInfo&Pack=Adverts&PackDir=C:\resources&Out=AdvertsDb.xml

This action uses template-based matching 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.


_FT_HTML5_bannerTitle.htm