The AfptRemoveTrack
task is deprecated in IDOL Speech Server version 11.5 and later. Use the AfpRemoveTrack 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 AfptRemoveTrack
task removes specified audio tracks from an AFP database.
The AfptRemoveTrack
task uses templates as opposed to landmarks, which improves robustness to audio mismatches at the cost of scaleability.
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to AfptRemoveTrack . |
Yes |
AfpDb | The audio fingerprint database (if it is defined in the configuration file). | See Comments |
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 |
Tag | The tag associated with the track to remove from the database. | Yes |
The database type for this template-based audio fingerprinting task is fptdb
(as opposed to fpdb
for landmark-based audio fingerprinting).
http://localhost:15000/action=AddTask&Type=AfptRemoveTrack&Pack=Adverts&PackDir=C:\resources&Tag=MyCompanyJingle
This action uses template-based matching to remove the track with the tag MyCompanyJingle
from the Adverts
database.