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). | * |
| Pack | The audio fingerprint database (if it is not defined in the configuration file). | * |
| PackDir |
The path to the directory containing the database. |
* |
| 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:13000/action=AddTask&Type=AfptRemoveTrack&Pack=Adverts&PackDir=C:\resources&Tag=MyCompanyJingle
This action uses port 13000 to instruct IDOL Speech Server, which is located on the local machine, to use template-based matching to remove the track with the tag MyCompanyJingle from the Adverts database.